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.
2 parents 945a354 + 153d744 commit 5973e4cCopy full SHA for 5973e4c
text_chart.gemspec
@@ -17,6 +17,6 @@ Gem::Specification.new do |spec|
17
spec.metadata["source_code_uri"] = spec.homepage
18
spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/main/CHANGELOG.md"
19
20
- spec.files = Dir.glob("lib/podrb{.rb,/**/*}")
+ spec.files = Dir.glob("lib/text_chart{.rb,/**/*}")
21
spec.require_paths = ["lib"]
22
end
0 commit comments