the_notification.gemspec in the_notification-0.5.0 vs the_notification.gemspec in the_notification-0.5.1
- old
+ new
@@ -17,8 +17,8 @@
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", "~> 0"
- spec.add_dependency 'slim', "~> 0"
+ spec.add_development_dependency "rake"
+ spec.add_dependency "slim"
end