xcmultilingual.gemspec in xcmultilingual-0.2.2 vs xcmultilingual.gemspec in xcmultilingual-0.2.3
- old
+ new
@@ -13,10 +13,11 @@
spec.description = "Command line tool for Swift localizations: It parses localization files in the project and output swift file including functions with pretty good complementations!"
spec.homepage = "https://github.com/morizotter/xcmultilingual"
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/}) { |f| File.basename(f) }
+ spec.bindir = "exe"
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_dependency 'thor'
spec.add_development_dependency "bundler", "~> 1.10"
spec.add_development_dependency "rake", "~> 10.0"