apstrings.gemspec in apstrings-0.2.6 vs apstrings.gemspec in apstrings-0.2.7
- old
+ new
@@ -8,17 +8,19 @@
spec.version = Apstrings::VERSION
spec.authors = ["JasonWorking"]
spec.email = ["331314708@qq.com"]
spec.summary = %q{Apple dot strings file parser.}
- spec.description = %q{An easy to use Apple dot strings file parser with encoding handled.}
+ spec.description = %q{An Apple dot strings file parser with encoding handled.}
spec.homepage = "https://github.com/JasonWorking"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
spec.require_paths = ["lib"]
+ spec.add_development_dependency "bundler", "~> 1.10"
+ spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "colorize"
spec.add_development_dependency "json"
end