cascade.gemspec in cascade-rb-0.1.4 vs cascade.gemspec in cascade-rb-0.1.5

- old
+ new

@@ -7,10 +7,10 @@ spec.name = "cascade-rb" spec.version = Cascade::VERSION spec.authors = ["Ignat Zakrevsky"] spec.email = %w(iezakrevsky@gmail.com) spec.summary = "Ruby data parser gem." - spec.description = "Highly customizable ruby parser with a lot of DI" + spec.description = "Highly customizable data parser with a lot of DI" spec.homepage = "https://github.com/ignat-zakrevsky/cascade" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }