rubygems-update 1.8.14 → 1.8.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,11 @@
1
1
  # coding: UTF-8
2
2
 
3
+ === 1.8.15 / 2012-01-06
4
+
5
+ * 1 bug fix:
6
+
7
+ * Don't eager load yaml, it creates a bad loop. Fixes #256
8
+
3
9
  === 1.8.14 / 2012-01-05
4
10
 
5
11
  * 2 bug fixes:
@@ -118,7 +118,7 @@ require "rubygems/deprecate"
118
118
  # -The RubyGems Team
119
119
 
120
120
  module Gem
121
- VERSION = '1.8.14'
121
+ VERSION = '1.8.15'
122
122
 
123
123
  ##
124
124
  # Raised when RubyGems is unable to load or activate a gem. Contains the
@@ -13,10 +13,6 @@ require "rubygems/version"
13
13
  require "rubygems/version"
14
14
  require "rubygems/deprecate"
15
15
 
16
- # If we're being loaded after yaml was already required, then
17
- # load our yaml + workarounds now.
18
- Gem.load_yaml if defined? ::YAML
19
-
20
16
  class Gem::Requirement
21
17
  include Comparable
22
18
 
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: 43
4
+ hash: 41
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 8
9
- - 14
10
- version: 1.8.14
9
+ - 15
10
+ version: 1.8.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jim Weirich
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-01-05 00:00:00 Z
20
+ date: 2012-01-06 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: minitest
@@ -399,7 +399,7 @@ post_install_message:
399
399
  rdoc_options:
400
400
  - --main
401
401
  - README.rdoc
402
- - --title=RubyGems 1.8.14 Documentation
402
+ - --title=RubyGems 1.8.15 Documentation
403
403
  require_paths:
404
404
  - hide_lib_for_update
405
405
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -425,7 +425,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
425
425
  requirements: []
426
426
 
427
427
  rubyforge_project: rubygems
428
- rubygems_version: 1.8.12
428
+ rubygems_version: 1.8.14
429
429
  signing_key:
430
430
  specification_version: 3
431
431
  summary: RubyGems is a package management framework for Ruby