Skip to content

Commit 5c12f58

Browse files
committed
fix license build
1 parent b497c08 commit 5c12f58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

License.md renamed to LICENSE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
The MIT License (MIT)
22
==================
33

4-
Copyright © 2012 Chad Humphries, David Chelimsky, Myron Marston
5-
Copyright © 2009 Chad Humphries, David Chelimsky
6-
Copyright © 2006 David Chelimsky, The RSpec Development Team
4+
Copyright © 2012 Chad Humphries, David Chelimsky, Myron Marston
5+
Copyright © 2009 Chad Humphries, David Chelimsky
6+
Copyright © 2006 David Chelimsky, The RSpec Development Team
77
Copyright © 2005 Steven Baker
88

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

rspec-core.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 = "BDD for Ruby. RSpec runner and example groups."
1515

1616
s.files = `git ls-files -- lib/*`.split("\n")
17-
s.files += %w[README.md License.txt Changelog.md .yardopts .document]
17+
s.files += %w[README.md LICENSE.md Changelog.md .yardopts .document]
1818
s.test_files = []
1919
s.bindir = 'exe'
2020
s.executables = `git ls-files -- exe/*`.split("\n").map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)