diff --git a/s3_website.gemspec b/s3_website.gemspec index 9df7c83c..322de465 100644 --- a/s3_website.gemspec +++ b/s3_website.gemspec @@ -27,10 +27,8 @@ Gem::Specification.new do |s| s.files = `git ls-files` .split("\n") - # Reject the SBT jar, as it is a big file. - .reject { |f| f.match('sbt-launch.jar') } - # Include the checksum file in the gem: - .push('resources/s3_website.jar.md5') + .reject { |f| f.match('sbt-launch.jar') } # Reject the SBT jar, as it is a big file + .push('resources/s3_website.jar.md5') # Include the checksum file in the gem s.test_files = `git ls-files -- src/test/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"]