Skip to content

Commit

Permalink
gemspec: add README & LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Apr 1, 2021
1 parent 991f875 commit c86b94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.description = "Provides a wrapper for the UNIX-style Database Manager Library"

s.require_path = %w{lib}
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}
s.extensions = %w{ext/dbm/extconf.rb}
s.required_ruby_version = ">= 2.3.0"

Expand Down

0 comments on commit c86b94b

Please sign in to comment.