Skip to content

Commit aeb2c5f

Browse files
David Rodríguezsebjacobs
authored andcommitted
Fix case for License.md file
To prevent ``` rspec-rails at /home/travis/build/rspec/rspec-rails did not have a valid gemspec. This prevents bundler from installing bins or native extensions, but that may not affect its functionality. The validation message from Rubygems was: ["License.md"] are not files ```
1 parent 1de97f4 commit aeb2c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rspec-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414
s.description = "rspec-rails is a testing framework for Rails 3.x and 4.x."
1515

1616
s.files = `git ls-files -- lib/*`.split("\n")
17-
s.files += %w[README.md License.md Changelog.md Capybara.md .yardopts .document]
17+
s.files += %w[README.md LICENSE.md Changelog.md Capybara.md .yardopts .document]
1818
s.test_files = []
1919
s.rdoc_options = ["--charset=UTF-8"]
2020
s.require_path = "lib"

0 commit comments

Comments
 (0)