machinist-mongoid.gemspec in machinist-mongoid-0.0.1 vs machinist-mongoid.gemspec in machinist-mongoid-0.1.0

- old
+ new

@@ -6,18 +6,17 @@ Gem::Specification.new do |spec| spec.name = "machinist-mongoid" spec.version = Machinist::Mongoid::VERSION spec.authors = ["Blake Chambers"] spec.email = ["chambb1@gmail.com"] - spec.description = %q{Machinist for Mongoid 3.x} - spec.summary = %q{Machinist for Mongoid 3.x} + spec.description = %q{Machinist for Mongoid 3 and 4} + spec.summary = %q{Machinist for Mongoid 3 and 4} spec.homepage = "http://github.com/blakechambers/machinist-mongoid" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] - spec.add_development_dependency "bundler", "~> 1.3" - spec.add_development_dependency "rake" + spec.add_dependency "machinist", "~> 2.0" end