Skip to content

Commit

Permalink
Fix some filenames in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmer committed Jun 14, 2015
1 parent 65b0b05 commit 2daa950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rack-contrib.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.files = %w[
AUTHORS
COPYING
README.rdoc
README.md
Rakefile
lib/rack/contrib.rb
lib/rack/contrib/accept_format.rb
Expand Down Expand Up @@ -98,7 +98,7 @@ Gem::Specification.new do |s|

s.test_files = s.files.select {|path| path =~ /^test\/spec_.*\.rb/}

s.extra_rdoc_files = %w[README.rdoc COPYING]
s.extra_rdoc_files = %w[README.md COPYING]

s.add_runtime_dependency 'rack', '>= 0.9.1', '< 2'

Expand Down

0 comments on commit 2daa950

Please sign in to comment.