Skip to content

Commit

Permalink
Merge pull request #5 from chloerei/fix-gemspec
Browse files Browse the repository at this point in the history
Add config/routes.rb to gemspec files
  • Loading branch information
DarthSim committed Dec 22, 2023
2 parents 0fcf377 + 661d8d6 commit 5a79951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgproxy-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.license = "MIT"

s.files = Dir.glob("lib/**/*") + Dir.glob("bin/**/*") + %w[README.md LICENSE.txt CHANGELOG.md]
s.files = Dir.glob("lib/**/*") + Dir.glob("bin/**/*") + Dir.glob("config/**/*") + %w[README.md LICENSE.txt CHANGELOG.md]
s.require_paths = ["lib"]
s.required_ruby_version = ">= 2.7"

Expand Down

0 comments on commit 5a79951

Please sign in to comment.