1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* tool/make-snapshot: removed md5 digest with package infomation

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2015-01-29 11:28:31 +00:00
parent bc3e73a8f3
commit 9a39740ef3
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Thu Jan 29 20:28:25 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* tool/make-snapshot: removed md5 digest with package infomation
Thu Jan 29 10:41:52 2015 gogotanaka <mail@tanakakazuki.com>
* math.c (Get_Double): direct casting from Fixnum to double.

View file

@ -1,7 +1,6 @@
#!/usr/bin/ruby -s
# -*- coding: us-ascii -*-
require 'uri'
require 'digest/md5'
require 'digest/sha1'
require 'digest/sha2'
require 'fileutils'
@ -36,7 +35,7 @@ each versions may be followed by optional @revision.
USAGE
end
DIGESTS = %w[MD5 SHA1 SHA256 SHA512]
DIGESTS = %w[SHA1 SHA256 SHA512]
PACKAGES = {
"bzip" => %w".tar.bz2 bzip2 -c",
"gzip" => %w".tar.gz gzip -c",