Skip to content

Commit

Permalink
Rails is an implicit dependency. It doesn't need to be in the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tomafro committed May 7, 2011
1 parent 059c3f2 commit 5572812
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README
Expand Up @@ -7,6 +7,8 @@ Records how long your rails app spends in Mongo, and outputs it to the log, i.e.

To use, just add the gem to your Gemfile and restart your app:

gem 'mongo-rails-instrumentation', '~>0.1'
gem 'mongo-rails-instrumentation', '~>0.2'

This gem's home is on github at https://github.com/tomafro/mongo-rails-instrumentation, so please add comments, suggestions and improvements there.
It's been tested with rails 3.0, and should work with rails 3.1 too.

This gem's home is on github at https://github.com/tomafro/mongo-rails-instrumentation, so please add comments, suggestions and improvements there.
2 changes: 1 addition & 1 deletion lib/mongo/rails/instrumentation/version.rb
@@ -1,7 +1,7 @@
module Mongo
module Rails
module Instrumentation
VERSION = "0.1.0"
VERSION = "0.2.1"
end
end
end
2 changes: 0 additions & 2 deletions mongo-rails-instrumentation.gemspec
Expand Up @@ -16,6 +16,4 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency 'rails', '~>3.0.0'
end

0 comments on commit 5572812

Please sign in to comment.