rvm 1.1.8 → 1.1.9
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.
- data/lib/VERSION.yml +1 -1
- data/rvm.gemspec +3 -4
- metadata +6 -6
data/lib/VERSION.yml
CHANGED
data/rvm.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{rvm}
|
|
8
|
-
s.version = "1.1.
|
|
8
|
+
s.version = "1.1.9"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Wayne E. Seguin"]
|
|
12
|
-
s.date = %q{
|
|
12
|
+
s.date = %q{2011-01-01}
|
|
13
13
|
s.default_executable = %q{rvm-install}
|
|
14
14
|
s.description = %q{Manages Ruby interpreter environments and switching between them.}
|
|
15
15
|
s.email = %q{wayneeseguin@gmail.com}
|
|
@@ -82,11 +82,10 @@ Gem::Specification.new do |s|
|
|
|
82
82
|
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
|
|
83
83
|
s.require_paths = ["lib"]
|
|
84
84
|
s.rubyforge_project = %q{rvm}
|
|
85
|
-
s.rubygems_version = %q{1.
|
|
85
|
+
s.rubygems_version = %q{1.4.1}
|
|
86
86
|
s.summary = %q{Ruby Version Manager (rvm)}
|
|
87
87
|
|
|
88
88
|
if s.respond_to? :specification_version then
|
|
89
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
90
89
|
s.specification_version = 3
|
|
91
90
|
|
|
92
91
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rvm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 1
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 1.1.
|
|
9
|
+
- 9
|
|
10
|
+
version: 1.1.9
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Wayne E. Seguin
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2011-01-01 00:00:00 -05:00
|
|
19
19
|
default_executable: rvm-install
|
|
20
20
|
dependencies: []
|
|
21
21
|
|
|
@@ -119,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
119
119
|
requirements: []
|
|
120
120
|
|
|
121
121
|
rubyforge_project: rvm
|
|
122
|
-
rubygems_version: 1.
|
|
122
|
+
rubygems_version: 1.4.1
|
|
123
123
|
signing_key:
|
|
124
124
|
specification_version: 3
|
|
125
125
|
summary: Ruby Version Manager (rvm)
|