Skip to content

Commit 9845ca9

Browse files
committed
Merge pull request #1465 from morgoth/fix-license-whitespaces
Removed trailing whitespaces from License file
2 parents f9e8709 + 20f056f commit 9845ca9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.document

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
lib/**/*.rb
22
-
33
README.md
4-
License.txt
4+
License.md
55
Changelog.md

.yardopts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
--template-path yard/template/
88
-
99
Changelog.md
10-
License.txt
10+
License.md
1111
Capybara.md

License.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
The MIT License (MIT)
22
=====================
33

4-
Copyright © 2015 David Chelimsky, Aaron Kromer
5-
Copyright © 2012 David Chelimsky, Andy Lindeman
4+
Copyright © 2015 David Chelimsky, Aaron Kromer
5+
Copyright © 2012 David Chelimsky, Andy Lindeman
66
Copyright © 2006 David Chelimsky, The RSpec Development Team
77

88
Permission is hereby granted, free of charge, to any person obtaining

rspec-rails.gemspec

+1-1
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.txt 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)