Skip to content

Commit

Permalink
Include necessary files in gem package
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jul 17, 2020
1 parent 939b09b commit 950d918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemy-dragonfly-s3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.description = "AlchemyCMS Integration for the Dragonfly S3 datastore."
s.license = "MIT"

s.files = Dir["lib/**/*", "MIT-LICENSE", "README.md"]
s.files = Dir["app/**/*", "db/**/*", "lib/**/*", "MIT-LICENSE", "README.md"]

s.add_dependency "alchemy_cms", ["~> 4.0"]
s.add_dependency "dragonfly-s3_data_store", "~> 1.3"
Expand Down

0 comments on commit 950d918

Please sign in to comment.