Skip to content

Commit cc8d0e7

Browse files
olleolleollehsbt
authored andcommitted
[ruby/dbm] gemspec: add README & LICENSE
ruby/dbm@c86b94b781
1 parent b56c8f8 commit cc8d0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dbm/dbm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
66
s.description = "Provides a wrapper for the UNIX-style Database Manager Library"
77

88
s.require_path = %w{lib}
9-
s.files = %w{ext/dbm/extconf.rb ext/dbm/dbm.c}
9+
s.files = %w{README.md LICENSE.txt ext/dbm/extconf.rb ext/dbm/dbm.c}
1010
s.extensions = %w{ext/dbm/extconf.rb}
1111
s.required_ruby_version = ">= 2.3.0"
1212

0 commit comments

Comments
 (0)