rainbow.gemspec in rainbow-2.0.0 vs rainbow.gemspec in rainbow-2.1.0
- old
+ new
@@ -6,20 +6,18 @@
Gem::Specification.new do |spec|
spec.name = "rainbow"
spec.version = Rainbow::VERSION
spec.authors = ["Marcin Kulik"]
spec.email = ["m@ku1ik.com"]
- spec.description = %q{Colorize printed text on ANSI terminals}
- spec.summary = %q{Colorize printed text on ANSI terminals}
+ spec.description = %q(Colorize printed text on ANSI terminals)
+ spec.summary = %q(Colorize printed text on ANSI terminals)
spec.homepage = "https://github.com/sickill/rainbow"
spec.license = "MIT"
spec.required_ruby_version = '>= 1.9.2'
- spec.files = `git ls-files`.split($/)
+ spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler", "~> 1.3"
- spec.add_development_dependency "rake"
- spec.add_development_dependency "rspec"
end