hazard.gemspec in hazard-1.0.1 vs hazard.gemspec in hazard-1.0.2

- old
+ new

@@ -8,11 +8,11 @@ spec.name = 'hazard' spec.version = Hazard::VERSION spec.authors = ['ced'] spec.email = ['zuger.cedric@gmail.com'] - spec.summary = 'Dices library for ruby' - spec.description = 'A very simple dices library for ruby' + spec.summary = 'Dice library for ruby' + spec.description = 'A very simple dice library for ruby' spec.homepage = 'https://github.com/czuger/hazard' spec.license = 'MIT' spec.files = `git ls-files`.split($/).reject{ |e| e =~ /bin/ } spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }