Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[infra] making gem lean and mean
  • Loading branch information
haf committed Apr 22, 2016
1 parent 15f5887 commit 4db2fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion albacore.gemspec
Expand Up @@ -30,7 +30,7 @@ EOF
s.add_development_dependency 'rspec', '~> 3.00'
s.add_development_dependency 'nuget', '~> 2.8'

s.files = `git ls-files`.split("\n").concat(Dir.glob('./resources/**'))
s.files = Dir.glob './{lib,resources}/**/*'
s.test_files = `git ls-files -- spec/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename f }
s.require_paths = %w|bin lib|
Expand Down

0 comments on commit 4db2fa6

Please sign in to comment.