rvm 1.2.4 → 1.2.5
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/LICENCE +10 -14
- data/README +7 -0
- data/lib/VERSION.yml +1 -1
- data/lib/rvm/shell/shell_wrapper.sh +4 -1
- data/releases/rvm-1.2.5.tar.gz +0 -0
- data/releases/rvm-1.2.5.tar.gz.md5 +1 -0
- data/rvm.gemspec +5 -5
- metadata +7 -7
- data/releases/rvm-1.2.4.tar.gz +0 -0
- data/releases/rvm-1.2.4.tar.gz.md5 +0 -1
data/LICENCE
CHANGED
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
Copyright (c) 2009-2010 Wayne E. Seguin
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
7
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
8
|
-
furnished to do so, subject to the following conditions:
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License.
|
|
5
|
+
You may obtain a copy of the License at
|
|
9
6
|
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
|
|
9
|
+
Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
See the License for the specific language governing permissions and
|
|
13
|
+
limitations under the License.
|
|
12
14
|
|
|
13
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
16
|
-
THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
17
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
18
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README
CHANGED
|
@@ -128,3 +128,10 @@ Resources:
|
|
|
128
128
|
|
|
129
129
|
http://rvm.beginrescueend.com/
|
|
130
130
|
https://www.pivotaltracker.com/projects/26822
|
|
131
|
+
|
|
132
|
+
Contributions:
|
|
133
|
+
|
|
134
|
+
Any and all contributions offered in any form, past present or future, to the
|
|
135
|
+
RVM project are understood to be in complete agreement and acceptance with the
|
|
136
|
+
Apache Licence v2.0.
|
|
137
|
+
|
data/lib/VERSION.yml
CHANGED
|
@@ -5,6 +5,9 @@ __rvm_show_command_epilog() {
|
|
|
5
5
|
echo "---"
|
|
6
6
|
echo " exit_status: \"$last_command_result\""
|
|
7
7
|
echo " environment:"
|
|
8
|
-
\env | \sed
|
|
8
|
+
\env | \sed \
|
|
9
|
+
-e "s#'#\\'#g" \
|
|
10
|
+
-e 's#"#\\"#g' \
|
|
11
|
+
-e "s#\\([^=]*\\)=\\(.*\\)# '\1': \"\2\"#"
|
|
9
12
|
echo "----------------RVM-RESULTS-END----------------"
|
|
10
13
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d9957d3e3690e84c158fd7a9809d7e98
|
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.2.
|
|
8
|
+
s.version = "1.2.5"
|
|
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{2011-01-
|
|
12
|
+
s.date = %q{2011-01-31}
|
|
13
13
|
s.description = %q{Manages Ruby interpreter environments and switching between them.}
|
|
14
14
|
s.email = %q{wayneeseguin@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -44,8 +44,8 @@ Gem::Specification.new do |s|
|
|
|
44
44
|
"lib/rvm/shell/single_shot_wrapper.rb",
|
|
45
45
|
"lib/rvm/shell/utility.rb",
|
|
46
46
|
"lib/rvm/version.rb",
|
|
47
|
-
"releases/rvm-1.2.
|
|
48
|
-
"releases/rvm-1.2.
|
|
47
|
+
"releases/rvm-1.2.5.tar.gz",
|
|
48
|
+
"releases/rvm-1.2.5.tar.gz.md5",
|
|
49
49
|
"rvm.gemspec"
|
|
50
50
|
]
|
|
51
51
|
s.homepage = %q{http://github.com/wayneeseguin/rvm}
|
|
@@ -82,7 +82,7 @@ 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.5.0}
|
|
86
86
|
s.summary = %q{Ruby Version Manager (rvm)}
|
|
87
87
|
|
|
88
88
|
if s.respond_to? :specification_version 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:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 1.2.
|
|
9
|
+
- 5
|
|
10
|
+
version: 1.2.5
|
|
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: 2011-01-
|
|
18
|
+
date: 2011-01-31 00:00:00 -05:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|
|
@@ -56,8 +56,8 @@ files:
|
|
|
56
56
|
- lib/rvm/shell/single_shot_wrapper.rb
|
|
57
57
|
- lib/rvm/shell/utility.rb
|
|
58
58
|
- lib/rvm/version.rb
|
|
59
|
-
- releases/rvm-1.2.
|
|
60
|
-
- releases/rvm-1.2.
|
|
59
|
+
- releases/rvm-1.2.5.tar.gz
|
|
60
|
+
- releases/rvm-1.2.5.tar.gz.md5
|
|
61
61
|
- rvm.gemspec
|
|
62
62
|
has_rdoc: true
|
|
63
63
|
homepage: http://github.com/wayneeseguin/rvm
|
|
@@ -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.
|
|
123
|
+
rubygems_version: 1.5.0
|
|
124
124
|
signing_key:
|
|
125
125
|
specification_version: 3
|
|
126
126
|
summary: Ruby Version Manager (rvm)
|
data/releases/rvm-1.2.4.tar.gz
DELETED
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
9cdf78aa3fb8811c3de4aa86b4b4d683
|