itrp-client.gemspec in itrp-client-1.0.1 vs itrp-client.gemspec in itrp-client-1.0.2
- old
+ new
@@ -13,16 +13,16 @@
spec.description = %q{Client for accessing the ITRP REST API}
spec.summary = %q{Client for accessing the ITRP REST API}
spec.homepage = %q{http://github.com/itrp/itrp-client}
spec.license = "MIT"
- spec.files = Dir.glob("lib/**/*") + [
- "LICENSE.txt",
- "README.md",
- "Gemfile",
- "Gemfile.lock",
- "itrp-client.gemspec"
- ]
+ spec.files = Dir.glob("lib/**/*") + %w(
+ LICENSE.txt
+ README.md
+ Gemfile
+ Gemfile.lock
+ itrp-client.gemspec
+ )
spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
spec.test_files = `git ls-files -- {test,spec}/*`.split("\n")
spec.require_paths = ["lib"]
spec.rdoc_options = ["--charset=UTF-8"]