rubygems-update 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rubygems-update might be problematic. Click here for more details.

data.tar.gz.sig CHANGED
@@ -1,3 +1 @@
1
- tS�7���rK9
2
- �DciB�sA�n�����eh������ՃJX��'J���&R��+�G��&���&NӀ�Yz�Rք9nE�X��U�H ��s��
3
- ƫ/��BO���є��e���WR�ˀM���E�� �eR�Y���s�����g����U�e�����|��d�ʽ���
1
+ biGF�7������u~���8 g��� Њ�����([Sz�N��ied����nB&Ц�oO��k,�p���2���09S,�%�7_��/�����޵
@@ -1,4 +1,14 @@
1
- === 1.4.0 / 2010-12-31
1
+ === 1.4.1 / 2010-12-31
2
+
3
+ Since apparently nobody reads my emails, blog posts or the README:
4
+
5
+ DO NOT UPDATE RUBYGEMS ON RUBY 1.9! See UPGRADING.rdoc for details.
6
+
7
+ Bug fix:
8
+
9
+ * Specification#load was untainting a frozen string (via `gem build *.spec`)
10
+
11
+ === 1.4.0 / 2010-12-30
2
12
 
3
13
  NOTE: In order to better maintain rubygems and to get it in sync with
4
14
  the world (eg, 1.9's 1.3.7 is different from our 1.3.7), rubygems is
@@ -100,7 +100,7 @@ require 'thread' # HACK: remove me for 1.5 - this is here just for rails
100
100
  # -The RubyGems Team
101
101
 
102
102
  module Gem
103
- RubyGemsVersion = VERSION = '1.4.0'
103
+ RubyGemsVersion = VERSION = '1.4.1'
104
104
 
105
105
  ##
106
106
  # Raised when RubyGems is unable to load or activate a gem. Contains the
@@ -503,7 +503,7 @@ class Gem::Specification
503
503
  def self.load file
504
504
  return unless file && File.file?(file)
505
505
 
506
- file = file.untaint
506
+ file = file.dup.untaint
507
507
 
508
508
  code = if defined? Encoding
509
509
  File.read file, :encoding => "UTF-8"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubygems-update
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 0
10
- version: 1.4.0
9
+ - 1
10
+ version: 1.4.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jim Weirich
@@ -38,7 +38,7 @@ cert_chain:
38
38
  x52qPcexcYZR7w==
39
39
  -----END CERTIFICATE-----
40
40
 
41
- date: 2010-12-30 00:00:00 -08:00
41
+ date: 2010-12-31 00:00:00 -08:00
42
42
  default_executable:
43
43
  dependencies: []
44
44
 
@@ -289,7 +289,7 @@ post_install_message:
289
289
  rdoc_options:
290
290
  - --main
291
291
  - README.rdoc
292
- - --title=RubyGems 1.4.0 Documentation
292
+ - --title=RubyGems 1.4.1 Documentation
293
293
  require_paths:
294
294
  - hide_lib_for_update
295
295
  required_ruby_version: !ruby/object:Gem::Requirement
metadata.gz.sig CHANGED
Binary file