rvm 1.1.10 → 1.1.11

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.
Files changed (3) hide show
  1. data/lib/VERSION.yml +1 -1
  2. data/rvm.gemspec +2 -3
  3. metadata +5 -5
data/lib/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 1
4
- :patch: 10
4
+ :patch: 11
data/rvm.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rvm}
8
- s.version = "1.1.10"
8
+ s.version = "1.1.11"
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"]
@@ -83,11 +83,10 @@ Gem::Specification.new do |s|
83
83
  s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
84
84
  s.require_paths = ["lib"]
85
85
  s.rubyforge_project = %q{rvm}
86
- s.rubygems_version = %q{1.3.7}
86
+ s.rubygems_version = %q{1.4.1}
87
87
  s.summary = %q{Ruby Version Manager (rvm)}
88
88
 
89
89
  if s.respond_to? :specification_version then
90
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
91
90
  s.specification_version = 3
92
91
 
93
92
  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: 7
5
- prerelease: false
4
+ hash: 5
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 10
10
- version: 1.1.10
9
+ - 11
10
+ version: 1.1.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Wayne E. Seguin
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  requirements: []
121
121
 
122
122
  rubyforge_project: rvm
123
- rubygems_version: 1.3.7
123
+ rubygems_version: 1.4.1
124
124
  signing_key:
125
125
  specification_version: 3
126
126
  summary: Ruby Version Manager (rvm)