Skip to content

Commit

Permalink
Fix Gemspec file specification
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavothecoder committed Dec 24, 2023
1 parent 753a6d4 commit 153d744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text_chart.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Gem::Specification.new do |spec|
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/main/CHANGELOG.md"

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

0 comments on commit 153d744

Please sign in to comment.