We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c705ef9 commit cf0d8c3Copy full SHA for cf0d8c3
1 file changed
locale.gemspec
@@ -32,7 +32,7 @@ Ruby-Locale is the pure ruby library which provides basic APIs for localization.
32
s.authors = ["Kouhei Sutou", "Masao Mutoh"]
33
s.email = ["kou@clear-code.com", "mutomasa at gmail.com"]
34
s.homepage = "https://github.com/ruby-gettext/locale"
35
- s.licenses = ["Ruby", "LGPLv3+"]
+ s.licenses = ["Ruby", "LGPL-3.0-or-later"]
36
s.require_paths = ["lib"]
37
Dir.chdir(base_dir) do
38
s.files = Dir.glob("{lib,samples}/**/*").find_all do |path|
0 commit comments