mutator.gemspec in mutator-0.1.0 vs mutator.gemspec in mutator-0.2.0

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |spec| spec.name = "mutator" spec.version = Mutator::VERSION spec.authors = ["Eric Roberts"] spec.email = ["ericroberts@gmail.com"] - spec.summary = %q{Mutator is just another state machine gem.} - spec.description = %q{Yet another state machine gem. I didn't find one I liked, so I made one. I probably didn't look hard enough.} + spec.summary = "Mutator is just another state machine gem." + spec.description = "Yet another state machine gem. I didn't find one I liked, so I made one. I probably didn't look hard enough." spec.homepage = "https://github.com/ericroberts/mutator" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }