Skip to content

Commit 7877173

Browse files
authored
Merge pull request #11 from ekohl/include-other-files
Include README, LICENSE and test files in gem
2 parents 58bbf44 + cfa6145 commit 7877173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scanf.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.homepage = "https://github.com/ruby/scanf"
1313
spec.license = "BSD-2-Clause"
1414

15-
spec.files = ["lib/scanf.rb"]
15+
spec.files = ["lib/scanf.rb", "LICENSE.txt", "README.md"] + Dir["test/scanf/**"]
1616
spec.bindir = "exe"
1717
spec.executables = []
1818
spec.require_paths = ["lib"]

0 commit comments

Comments
 (0)