Skip to content

Commit

Permalink
Updated rubygems to 1.2.0 and bumped version number for gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
andyh committed Aug 17, 2008
1 parent 3c44c67 commit 3c089da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deprec.gemspec
Expand Up @@ -2,7 +2,7 @@ require 'rubygems'

SPEC = Gem::Specification.new do |s|
s.name = 'deprec'
s.version = '1.99.25'
s.version = '1.99.26'

s.authors = ['Mike Bailey']
s.description = <<-EOF
Expand Down
10 changes: 5 additions & 5 deletions lib/deprec/recipes/ruby.rb
Expand Up @@ -37,11 +37,11 @@
namespace :rubygems do

SRC_PACKAGES[:rubygems] = {
:filename => 'rubygems-1.0.1.tgz',
:md5sum => "0d5851084955c327ee1dc9cbd631aa5f rubygems-1.0.1.tgz",
:dir => 'rubygems-1.0.1',
:url => "http://rubyforge.org/frs/download.php/29548/rubygems-1.0.1.tgz",
:unpack => "tar zxf rubygems-1.0.1.tgz;",
:filename => 'rubygems-1.2.0.tgz',
:md5sum => "b77a4234360735174d1692e6fc598402 rubygems-1.0.1.tgz",
:dir => 'rubygems-1.2.0',
:url => "http://rubyforge.org/frs/download.php/38646/rubygems-1.2.0.tgz",
:unpack => "tar zxf rubygems-1.2.0.tgz;",
:install => 'ruby setup.rb;'
}

Expand Down

0 comments on commit 3c089da

Please sign in to comment.