datapipes.gemspec in datapipes-0.0.2 vs datapipes.gemspec in datapipes-0.0.3
- old
+ new
@@ -6,11 +6,11 @@
Gem::Specification.new do |spec|
spec.name = 'datapipes'
spec.version = Datapipes::VERSION
spec.authors = ['Taiki ONO']
spec.email = ['taiks.4559@gmail.com']
- spec.summary = %q{A library for processing steamings.}
- spec.description = %q{A library for processing steamings.}
+ spec.summary = %q{An asynchronous multi steamings library.}
+ spec.description = %q{To handle multi steamings easily.}
spec.homepage = 'https://github.com/taiki45/datapipes'
spec.license = 'MIT'
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }