Skip to content

Commit

Permalink
Merge pull request benlangfeld#1 from taylor/master
Browse files Browse the repository at this point in the history
Fixed Jruby build
  • Loading branch information
benlangfeld committed Nov 2, 2011
2 parents 49ad4f5 + f589f70 commit 6675cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niceogiri.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.rdoc_options = %w{--charset=UTF-8} s.rdoc_options = %w{--charset=UTF-8}
s.extra_rdoc_files = %w{LICENSE README.md} s.extra_rdoc_files = %w{LICENSE README.md}


s.add_dependency "nokogiri", [">= 1.4.0"] s.add_dependency "nokogiri", ["~> 1.4.6"]


s.add_development_dependency "rspec", [">= 2.7.0"] s.add_development_dependency "rspec", [">= 2.7.0"]
s.add_development_dependency "bundler", ["~> 1.0.0"] s.add_development_dependency "bundler", ["~> 1.0.0"]
Expand Down

0 comments on commit 6675cdb

Please sign in to comment.