We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f99ff1 commit c9ec44aCopy full SHA for c9ec44a
gdbm.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
spec.summary = "Ruby extension for GNU dbm."
11
spec.description = "Ruby extension for GNU dbm."
12
spec.homepage = "https://github.com/ruby/gdbm"
13
- spec.license = "BSD-2-Clause"
+ spec.licenses = ["Ruby", "BSD-2-Clause"]
14
15
spec.files = ["ext/gdbm/extconf.rb", "ext/gdbm/gdbm.c"]
16
spec.bindir = "exe"
0 commit comments