Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
Fixes deprecation warning

Signed-off-by: Evan Owen <evan@clearbit.com>
  • Loading branch information
Evan Owen committed Dec 13, 2019
1 parent 5a074a3 commit ad9133f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-lineprof.gemspec
Expand Up @@ -2,7 +2,7 @@ $: << File.expand_path('../lib', __FILE__)

Gem::Specification.new do |s|
s.name = 'rack-lineprof'
s.version = '0.0.3'
s.version = '0.0.4'
s.description = 'Rack middleware for rblineprof (github.com/tmm1/rblineprof)'
s.summary = 'Makes line-by-line source code profiling easy.'
s.license = 'MIT'
Expand Down

0 comments on commit ad9133f

Please sign in to comment.