diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-11-28 07:48:56 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-11-28 07:48:56 +0900 |
commit | acaa0795b26a811456daab5b175831553090e8fc (patch) | |
tree | 9b382c3ba9705cdce40615be02fb1418e31e8274 /activestorage/activestorage.gemspec | |
parent | 924a368f5c654f5304e575c767eb0fc64adc8659 (diff) | |
download | rails-acaa0795b26a811456daab5b175831553090e8fc.tar.gz rails-acaa0795b26a811456daab5b175831553090e8fc.tar.bz2 rails-acaa0795b26a811456daab5b175831553090e8fc.zip |
Include migration files in gem
Fixes #31245
Diffstat (limited to 'activestorage/activestorage.gemspec')
-rw-r--r-- | activestorage/activestorage.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/activestorage.gemspec b/activestorage/activestorage.gemspec index 911e1a0469..7f7f1a26ac 100644 --- a/activestorage/activestorage.gemspec +++ b/activestorage/activestorage.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |s| s.email = "david@loudthinking.com" s.homepage = "http://rubyonrails.org" - s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*", "app/**/*", "config/**/*"] + s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*", "app/**/*", "config/**/*", "db/**/*"] s.require_path = "lib" s.metadata = { |