We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c2b61 commit 0672c17Copy full SHA for 0672c17
http-cookie.gemspec
@@ -18,13 +18,10 @@ Gem::Specification.new do |gem|
18
gem.homepage = "https://github.com/sparklemotion/http-cookie"
19
gem.license = "MIT"
20
21
- gem.files = Dir.glob('lib/**/*') + [
+ gem.files = `git ls-files lib`.split($/) + [
22
'CHANGELOG.md',
23
- 'Gemfile',
24
'LICENSE.txt',
25
- 'Rakefile',
26
'README.md',
27
- 'http-cookie.gemspec'
28
]
29
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
30
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
0 commit comments