Skip to content

Commit 0672c17

Browse files
committed
Removes Gemfile, Rakefile, http-cookie.gemspec
1 parent e3c2b61 commit 0672c17

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

http-cookie.gemspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@ Gem::Specification.new do |gem|
1818
gem.homepage = "https://github.com/sparklemotion/http-cookie"
1919
gem.license = "MIT"
2020

21-
gem.files = Dir.glob('lib/**/*') + [
21+
gem.files = `git ls-files lib`.split($/) + [
2222
'CHANGELOG.md',
23-
'Gemfile',
2423
'LICENSE.txt',
25-
'Rakefile',
2624
'README.md',
27-
'http-cookie.gemspec'
2825
]
2926
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
3027
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})

0 commit comments

Comments
 (0)