optional.gemspec in optional-0.0.4 vs optional.gemspec in optional-0.0.5
- old
+ new
@@ -1,10 +1,10 @@
Gem::Specification.new do |s|
s.name = 'optional'
- s.version = '0.0.4'
+ s.version = '0.0.5'
s.date = '2013-04-19'
s.summary = "Optional values with pattern matching"
- s.description = "Make nils go bye bye with Options!"
+ s.description = "Make nils a thing of the past with Options!"
s.authors = ["Russell Dunphy", "Radek Molenda"]
s.email = ['russell@russelldunphy.com', 'radek.molenda@gmail.com']
s.files = `git ls-files`.split($\)
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ["lib"]