Commit ad9133f
committed
Fix license name in gemspec
Previously, we had the license name set to "Apache 2.0", which doesn't
conform to the entry in the list that `gem` validates against
(https://spdx.org/licenses/).
This commit replaces the space with a hyphen so that we match the format
expected by `gem`, and don't get this warning when we build the gem:
> WARNING: license value 'Apache 2.0' is invalid. Use a license
> identifier from http://spdx.org/licenses or 'Nonstandard' for a
> nonstandard license. Did you mean 'Apache-2.0'?
Signed-off-by: Chris Sinjakli <[email protected]>1 parent 82d41f1 commit ad9133f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments