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 +1 -3
- data/History.txt +11 -1
- data/lib/rubygems.rb +1 -1
- data/lib/rubygems/specification.rb +1 -1
- metadata +5 -5
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
data/History.txt
CHANGED
@@ -1,4 +1,14 @@
|
|
1
|
-
=== 1.4.
|
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
|
data/lib/rubygems.rb
CHANGED
@@ -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.
|
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
|
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:
|
4
|
+
hash: 5
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 1.4.
|
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-
|
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.
|
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
|