elasticsearch-api.gemspec in elasticsearch-api-1.0.1 vs elasticsearch-api.gemspec in elasticsearch-api-1.0.2

- old
+ new

@@ -27,10 +27,11 @@ s.add_development_dependency "elasticsearch" s.add_development_dependency "elasticsearch-transport" if defined?(RUBY_VERSION) && RUBY_VERSION > '1.9' + s.add_development_dependency "minitest", "~> 4.0" s.add_development_dependency "elasticsearch-extensions" end s.add_development_dependency "ansi" s.add_development_dependency "shoulda-context" @@ -50,16 +51,16 @@ s.add_development_dependency "activesupport", '~> 3' s.add_development_dependency "json" end if defined?(RUBY_VERSION) && RUBY_VERSION > '1.9' - s.add_development_dependency "ruby-prof" unless defined? JRUBY_VERSION + s.add_development_dependency "ruby-prof" unless defined?(JRUBY_VERSION) || defined?(Rubinius) s.add_development_dependency "jbuilder" s.add_development_dependency "escape_utils" unless defined? JRUBY_VERSION s.add_development_dependency "simplecov" s.add_development_dependency "simplecov-rcov" s.add_development_dependency "cane" - s.add_development_dependency "require-prof" + s.add_development_dependency "require-prof" unless defined?(JRUBY_VERSION) || defined?(Rubinius) s.add_development_dependency "coveralls" end s.description = <<-DESC.gsub(/^ /, '') Ruby API for Elasticsearch. See the `elasticsearch` gem for full integration.