Skip to content

Commit

Permalink
version bump and typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Smith (ace hacker) committed Apr 11, 2012
1 parent 02e8cb6 commit 9e3d94c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion instruments.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "instruments" s.name = "instruments"
s.email = "ryan@heroku.com" s.email = "ryan@heroku.com"
s.version = "0.0.2" s.version = "0.0.4"
s.date = "2012-04-07" s.date = "2012-04-07"
s.description = "instruments: sinatra, sequel." s.description = "instruments: sinatra, sequel."
s.summary = "instrument your code" s.summary = "instrument your code"
Expand Down
2 changes: 1 addition & 1 deletion lib/instruments.rb
Expand Up @@ -38,7 +38,7 @@ def instrument_routes
:info :info
end end
Instruments.write({ Instruments.write({
:leve => level, :level => level,
:lib => "sinatra", :lib => "sinatra",
:action => "http-request", :action => "http-request",
:route => @instrumented_route, :route => @instrumented_route,
Expand Down

0 comments on commit 9e3d94c

Please sign in to comment.