Skip to content

Commit

Permalink
Fix gemspec - missing files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Aug 6, 2022
1 parent 78d52f6 commit a0124bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ Gem::Specification.new do |s|
EOF

s.files = Dir['{bin/*,contrib/*,example/*,lib/**/*}'] +
%w(MIT-LICENSE rack.gemspec Rakefile README.rdoc SPEC.rdoc)
%w(MIT-LICENSE rack.gemspec Rakefile README.md SPEC.rdoc)

s.bindir = 'bin'
s.executables << 'rackup'
s.require_path = 'lib'
s.extra_rdoc_files = ['README.rdoc', 'CHANGELOG.md', 'CONTRIBUTING.md']
s.extra_rdoc_files = ['README.md', 'CHANGELOG.md', 'CONTRIBUTING.md']

s.author = 'Leah Neukirchen'
s.email = 'leah@vuxu.org'
Expand Down

0 comments on commit a0124bf

Please sign in to comment.