Skip to content

Commit

Permalink
Merge pull request #1338 from olleolleolle/fix/include-VERSION-in-gem…
Browse files Browse the repository at this point in the history
…spec

Add VERSION file to gemspec
  • Loading branch information
Zachary Scott authored Aug 20, 2017
2 parents 78770cf + 5b3c1ac commit 948e5f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sinatra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Gem::Specification.new 'sinatra', version do |s|
"MAINTENANCE.md",
"Rakefile",
"SECURITY.md",
"sinatra.gemspec"]
"sinatra.gemspec",
"VERSION"]
s.test_files = s.files.select { |p| p =~ /^test\/.*_test.rb/ }
s.extra_rdoc_files = s.files.select { |p| p =~ /^README/ } << 'LICENSE'
s.rdoc_options = %w[--line-numbers --inline-source --title Sinatra --main README.rdoc --encoding=UTF-8]
Expand Down

0 comments on commit 948e5f6

Please sign in to comment.