acfs.gemspec in acfs-0.27.0.1.b248 vs acfs.gemspec in acfs-0.28.0
- old
+ new
@@ -11,10 +11,10 @@
spec.description = %q{API Client For Services}
spec.summary = %q{An abstract API base client for service oriented application.}
spec.homepage = 'https://github.com/jgraichen/acfs'
spec.license = 'MIT'
- spec.files = `git ls-files`.split($/)
+ spec.files = Dir['**/*'].grep(%r{^((bin|lib|test|spec|features)/|.*\.gemspec|.*LICENSE.*|.*README.*|.*CHANGELOG.*)})
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = %w(lib)
spec.add_runtime_dependency 'activesupport', '>= 3.1'