Skip to content

Commit 5973e4c

Browse files
Merge pull request #10 from gustavothecoder/fix_gemspec
Fix Gemspec file specification
2 parents 945a354 + 153d744 commit 5973e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text_chart.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Gem::Specification.new do |spec|
1717
spec.metadata["source_code_uri"] = spec.homepage
1818
spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/main/CHANGELOG.md"
1919

20-
spec.files = Dir.glob("lib/podrb{.rb,/**/*}")
20+
spec.files = Dir.glob("lib/text_chart{.rb,/**/*}")
2121
spec.require_paths = ["lib"]
2222
end

0 commit comments

Comments
 (0)