Skip to content

Commit 9aa89b2

Browse files
committed
Update gemspec files
1 parent 887d7b5 commit 9aa89b2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

activeadmin_blaze_theme.gemspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ Gem::Specification.new do |spec|
1414
spec.homepage = 'https://github.com/blocknotes/activeadmin_blaze_theme'
1515
spec.license = 'MIT'
1616

17-
spec.files = `git ls-files -z`.split("\x0")
18-
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
19-
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
17+
spec.files = Dir["{app,lib}/**/*", 'LICENSE.txt', 'README.md', 'index.js', 'package.json']
2018
spec.require_paths = ['lib']
2119

2220
spec.add_runtime_dependency 'activeadmin', '~> 2.0'

0 commit comments

Comments
 (0)