Skip to content

Commit

Permalink
Add db folder to gemspec files
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Dec 13, 2023
1 parent 8c4c90c commit 68f1e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decidim-centers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.summary = "A decidim module to categorize users with centers and scopes"
s.description = "Manage your centers and scopes so the users can be authorized over them."

s.files = Dir["{app,config,lib}/**/*", "LICENSE-AGPLv3.txt", "Rakefile", "README.md"]
s.files = Dir["{app,config,lib,db}/**/*", "LICENSE-AGPLv3.txt", "Rakefile", "README.md"]

s.add_dependency "decidim-core", Decidim::Centers::COMPAT_DECIDIM_VERSION
s.add_dependency "deface", "~> 1.9"
Expand Down

0 comments on commit 68f1e30

Please sign in to comment.