Skip to content

Commit

Permalink
Merge pull request #26 from dkniffin/update-included-files
Browse files Browse the repository at this point in the history
Update gem included files list
  • Loading branch information
dkniffin authored Jul 11, 2024
2 parents 58a61e6 + 86fb47f commit d1b494b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activeadmin_reorderable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.description = "Add drag and drop reordering to ActiveAdmin tables."
s.license = "MIT"

s.files = `git ls-files`.split($/)
s.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "package.json", "README.md"]

s.add_development_dependency "activeadmin", "~> 3.0"
s.add_development_dependency "acts_as_list"
Expand Down

0 comments on commit d1b494b

Please sign in to comment.