evrone-common-spawn.gemspec in evrone-common-spawn-0.0.2 vs evrone-common-spawn.gemspec in evrone-common-spawn-0.0.3
- old
+ new
@@ -6,11 +6,11 @@
Gem::Specification.new do |spec|
spec.name = "evrone-common-spawn"
spec.version = Evrone::Common::Spawn::VERSION
spec.authors = ["Dmitry Galinsky"]
spec.email = ["dima.exe@gmail.com"]
- spec.description = %q{ Spawn processes in a shell capturing output in realtime. It also allows to set or read the temeouts. }
- spec.summary = %q{ This gem helps to spawn processes in a shell capturing output in realtime. It also allows to set or read the temeouts. }
+ spec.description = %q{ Spawn processes in a shell capturing output in realtime. It also allows to set the temeouts. }
+ spec.summary = %q{ This gem helps to spawn processes in a shell capturing output in realtime. It also allows to set the temeouts. }
spec.homepage = "https://github.com/evrone/evrone-common-spawn"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }