rubygems-update 1.8.3 → 1.8.4

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
Binary file
data/History.txt CHANGED
@@ -1,4 +1,10 @@
1
- === 1.8.3 / 2011-05-19
1
+ === 1.8.4 / 2011-05-25
2
+
3
+ * 1 minor enhancement:
4
+
5
+ * Removed default_executable deprecations from Specification.
6
+
7
+ === 1.8.3 / 2011-05-19
2
8
 
3
9
  * 4 bug fixes:
4
10
 
data/lib/rubygems.rb CHANGED
@@ -120,7 +120,7 @@ require "rubygems/deprecate"
120
120
  # -The RubyGems Team
121
121
 
122
122
  module Gem
123
- VERSION = '1.8.3'
123
+ VERSION = '1.8.4'
124
124
 
125
125
  ##
126
126
  # Raised when RubyGems is unable to load or activate a gem. Contains the
@@ -2101,13 +2101,14 @@ class Gem::Specification
2101
2101
  deprecate :has_rdoc, :none, 2011, 10
2102
2102
  deprecate :has_rdoc?, :none, 2011, 10
2103
2103
  deprecate :has_rdoc=, :none, 2011, 10
2104
- deprecate :default_executable, :none, 2011, 10
2105
- deprecate :default_executable=, :none, 2011, 10
2106
2104
  deprecate :loaded, :activated, 2011, 10
2107
2105
  deprecate :loaded?, :activated?, 2011, 10
2108
2106
  deprecate :loaded=, :activated=, 2011, 10
2109
2107
  deprecate :installation_path, :base_dir, 2011, 10
2110
2108
  deprecate :cache_gem, :cache_file, 2011, 10
2109
+ # TODO:
2110
+ # deprecate :default_executable, :none, 2011, 10
2111
+ # deprecate :default_executable=, :none, 2011, 10
2111
2112
  # deprecate :spec_name, :spec_file, 2011, 10
2112
2113
  # deprecate :file_name, :cache_file, 2011, 10
2113
2114
  # deprecate :full_gem_path, :cache_file, 2011, 10
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: 49
4
+ hash: 63
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 8
9
- - 3
10
- version: 1.8.3
9
+ - 4
10
+ version: 1.8.4
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: 2011-05-20 00:00:00 Z
41
+ date: 2011-05-26 00:00:00 Z
42
42
  dependencies:
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: minitest
@@ -406,7 +406,7 @@ post_install_message:
406
406
  rdoc_options:
407
407
  - --main
408
408
  - README.rdoc
409
- - --title=RubyGems 1.8.3 Documentation
409
+ - --title=RubyGems 1.8.4 Documentation
410
410
  require_paths:
411
411
  - hide_lib_for_update
412
412
  required_ruby_version: !ruby/object:Gem::Requirement
metadata.gz.sig CHANGED
Binary file