Skip to content

Commit

Permalink
Update gem
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibondarev committed Aug 20, 2021
1 parent ea6605b commit ce96869
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Binary file added administrate_batch_actions-0.1.0.gem
Binary file not shown.
8 changes: 3 additions & 5 deletions administrate_batch_actions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.authors = ['Sourcelabs LLC']
spec.email = ['[email protected]']
spec.homepage = 'https://github.com/SourceLabsLLC/administrate-batch-actions'
spec.summary = %q{Batch Actions plugin for Administrate}
spec.summary = 'Batch Actions plugin for Administrate'
spec.description = spec.summary
spec.license = 'MIT'

Expand All @@ -21,10 +21,8 @@ Gem::Specification.new do |spec|
# "public gem pushes."
# end

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
Expand Down

0 comments on commit ce96869

Please sign in to comment.