tiny_sweeper.gemspec in tiny_sweeper-1.0.0 vs tiny_sweeper.gemspec in tiny_sweeper-1.0.1
- old
+ new
@@ -14,19 +14,19 @@
though it's independent of Rails, and can be used in any Ruby project.
It gives you a light-weight way to override your methods and declare
how their inputs should be cleaned.
".strip.gsub(/^\s*/, '')
s.homepage = 'https://github.com/ContinuityControl/tiny_sweeper'
- s.license = 'ASL2'
+ s.license = 'Apache-2.0'
s.authors = ["Dan Bernier"]
s.email = ['dbernier@continuity.net']
s.files = `git ls-files -z`.split("\x0")
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ["lib"]
s.add_development_dependency "bundler", "~> 1.5"
- s.add_development_dependency "rake"
- s.add_development_dependency "rspec"
+ s.add_development_dependency "rake", "~> 10.0"
+ s.add_development_dependency "rspec", "~> 3.0"
end