Skip to content

Commit

Permalink
Revert "Removed reference to md5."
Browse files Browse the repository at this point in the history
This reverts commit 975ac1d.
  • Loading branch information
laurilehmijoki committed Sep 21, 2015
1 parent 68b40cf commit eff1646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions s3_website.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`
.split("\n")
.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"]
Expand Down

0 comments on commit eff1646

Please sign in to comment.