rubygems-sandbox 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 1.1.1 / 2011-12-15
2
+
3
+ * 1 bug fix:
4
+
5
+ * Added a missing require.
6
+
1
7
  === 1.1.0 / 2011-09-27
2
8
 
3
9
  * 4 minor enhancements:
@@ -1,6 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  require 'rubygems/command'
3
3
  require 'rubygems/dependency_installer'
4
+ require 'rubygems/commands/update_command' # for the hack below
4
5
 
5
6
  ##
6
7
  # Gem command to "sandbox" command-line tools into their own private
@@ -15,7 +16,7 @@ class Gem::Commands::UpdateCommand < Gem::Command # HACK
15
16
  end
16
17
 
17
18
  class Gem::Commands::SandboxCommand < Gem::Command
18
- VERSION = '1.1.0'
19
+ VERSION = '1.1.1'
19
20
 
20
21
  def initialize
21
22
  defaults = Gem::DependencyInstaller::DEFAULT_OPTIONS.merge(
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubygems-sandbox
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Davis
@@ -36,7 +36,7 @@ cert_chain:
36
36
  FBHgymkyj/AOSqKRIpXPhjC6
37
37
  -----END CERTIFICATE-----
38
38
 
39
- date: 2011-09-28 00:00:00 Z
39
+ date: 2011-12-15 00:00:00 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: minitest
@@ -46,11 +46,11 @@ dependencies:
46
46
  requirements:
47
47
  - - ~>
48
48
  - !ruby/object:Gem::Version
49
- hash: 9
49
+ hash: 19
50
50
  segments:
51
51
  - 2
52
- - 5
53
- version: "2.5"
52
+ - 8
53
+ version: "2.8"
54
54
  type: :development
55
55
  version_requirements: *id001
56
56
  - !ruby/object:Gem::Dependency
@@ -68,6 +68,21 @@ dependencies:
68
68
  version: "2.12"
69
69
  type: :development
70
70
  version_requirements: *id002
71
+ - !ruby/object:Gem::Dependency
72
+ name: rdoc
73
+ prerelease: false
74
+ requirement: &id003 !ruby/object:Gem::Requirement
75
+ none: false
76
+ requirements:
77
+ - - ~>
78
+ - !ruby/object:Gem::Version
79
+ hash: 19
80
+ segments:
81
+ - 3
82
+ - 10
83
+ version: "3.10"
84
+ type: :development
85
+ version_requirements: *id003
71
86
  description: |-
72
87
  The sandbox plugin for rubygems helps you manage your command-line
73
88
  tools and their dependencies. Sandboxed gems are installed in their
@@ -140,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
155
  requirements: []
141
156
 
142
157
  rubyforge_project: seattlerb
143
- rubygems_version: 1.8.10
158
+ rubygems_version: 1.8.12
144
159
  signing_key:
145
160
  specification_version: 3
146
161
  summary: The sandbox plugin for rubygems helps you manage your command-line tools and their dependencies
metadata.gz.sig CHANGED
Binary file