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 b56c8f8 commit cc8d0e7Copy full SHA for cc8d0e7
ext/dbm/dbm.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
s.description = "Provides a wrapper for the UNIX-style Database Manager Library"
7
8
s.require_path = %w{lib}
9
- s.files = %w{ext/dbm/extconf.rb ext/dbm/dbm.c}
+ s.files = %w{README.md LICENSE.txt ext/dbm/extconf.rb ext/dbm/dbm.c}
10
s.extensions = %w{ext/dbm/extconf.rb}
11
s.required_ruby_version = ">= 2.3.0"
12
0 commit comments