Skip to content

Commit

Permalink
move bson_ext dep to Gemfile so final gem will install into jRuby
Browse files Browse the repository at this point in the history
specs run clean
  • Loading branch information
glongman committed Apr 16, 2012
1 parent 49e6c08 commit c2693df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -5,6 +5,7 @@ gemspec


group :development do group :development do
gem "rails", "~> 3.1.3" gem "rails", "~> 3.1.3"
gem "bson_ext", "~> 1.5", :platforms => :ruby
end end


group :test do group :test do
Expand Down
1 change: 0 additions & 1 deletion will_paginate_mongoid.gemspec
Expand Up @@ -19,6 +19,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"] s.require_paths = ["lib"]


s.add_runtime_dependency "mongoid", "~> 2.4" s.add_runtime_dependency "mongoid", "~> 2.4"
s.add_runtime_dependency "bson_ext", "~> 1.5"
s.add_runtime_dependency "will_paginate", "~> 3.0.2" s.add_runtime_dependency "will_paginate", "~> 3.0.2"
end end

0 comments on commit c2693df

Please sign in to comment.