resttestrail.gemspec in resttestrail-0.0.2 vs resttestrail.gemspec in resttestrail-0.0.3
- old
+ new
@@ -11,10 +11,10 @@
spec.summary = %q{Gem for Testrail rest api}
spec.description = %q{Supports api calls related to test runs}
spec.homepage = ""
spec.license = "MIT"
- spec.files = [`git ls-files -z`.split("\x0")]
+ spec.files = `git ls-files -z`.split("\x0")
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_dependency 'activesupport', '~> 3.1'