From 11c2a2b556292ea37e4ba0a4bbc9e4660b3d7fa0 Mon Sep 17 00:00:00 2001 From: drbrain Date: Fri, 21 Dec 2007 08:45:07 +0000 Subject: Update to RubyGems 1.0.1, r1581 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems/commands/build_command.rb | 2 +- lib/rubygems/rubygems_version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rubygems') diff --git a/lib/rubygems/commands/build_command.rb b/lib/rubygems/commands/build_command.rb index c2e1abc92..e1f0122c6 100644 --- a/lib/rubygems/commands/build_command.rb +++ b/lib/rubygems/commands/build_command.rb @@ -47,7 +47,7 @@ class Gem::Commands::BuildCommand < Gem::Command def yaml?(filename) line = open(filename) { |f| line = f.gets } - result = line =~ %r{^--- *!ruby/object:Gem::Specification} + result = line =~ %r{!ruby/object:Gem::Specification} result end end diff --git a/lib/rubygems/rubygems_version.rb b/lib/rubygems/rubygems_version.rb index 85e18d48a..146e2cfee 100644 --- a/lib/rubygems/rubygems_version.rb +++ b/lib/rubygems/rubygems_version.rb @@ -2,5 +2,5 @@ # This file is auto-generated by build scripts. # See: rake update_version module Gem - RubyGemsVersion = '1.0.0' + RubyGemsVersion = '1.0.1' end -- cgit