This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
- ==================
2
+ =====================
3
3
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
7
- Copyright © 2005 Steven Baker
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
7
+ * Copyright © 2005 Steven Baker
8
8
9
9
Permission is hereby granted, free of charge, to any person obtaining
10
10
a copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
s . description = "BDD for Ruby. RSpec runner and example groups."
15
15
16
16
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 ]
18
18
s . test_files = [ ]
19
19
s . bindir = 'exe'
20
20
s . executables = `git ls-files -- exe/*` . split ( "\n " ) . map { |f | File . basename ( f ) }
You can’t perform that action at this time.
0 commit comments