rvm 1.6.16 → 1.6.19

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/Manifest.txt CHANGED
@@ -30,5 +30,5 @@ lib/rvm/shell/shell_wrapper.sh
30
30
  lib/rvm/shell/single_shot_wrapper.rb
31
31
  lib/rvm/shell/utility.rb
32
32
  lib/rvm/version.rb
33
- releases/rvm-1.6.16.tar.gz
34
- releases/rvm-1.6.16.tar.gz.md5
33
+ releases/rvm-1.6.19.tar.gz
34
+ releases/rvm-1.6.19.tar.gz.md5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.16
1
+ 1.6.19
data/lib/rvm.rb CHANGED
@@ -54,7 +54,7 @@
54
54
  # RVM::Environment.new, versus RVM.environment
55
55
  #
56
56
  module RVM
57
- VERSION = "1.6.16"
57
+ VERSION = "1.6.19"
58
58
 
59
59
  require "rvm/errors"
60
60
 
@@ -1,13 +1,9 @@
1
1
  # Prints an epilog to a shell command.
2
2
  __rvm_show_command_epilog() {
3
- local last_command_result="$?"
3
+ local _code="$?"
4
4
  echo "---------------RVM-RESULTS-START---------------"
5
- echo "---"
6
- echo " exit_status: \"$last_command_result\""
7
- echo " environment:"
8
- \env | \sed \
9
- -e "s#'#\\'#g" \
10
- -e 's#"#\\"#g' \
11
- -e "s#\\([^=]*\\)=\\(.*\\)# '\1': \"\2\"#"
5
+ ruby -rrubygems -ryaml -e \
6
+ "puts YAML.dump({'environment' => ENV.to_hash, 'exit_status' => '${_code}'})"
12
7
  echo "----------------RVM-RESULTS-END----------------"
13
8
  }
9
+
Binary file
@@ -0,0 +1 @@
1
+ 9c1d346bbb085e578d44005644df0f49
data/sha1 CHANGED
@@ -1 +1 @@
1
- b23ea98
1
+ b9c46d8
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: 47
4
+ hash: 41
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 6
9
- - 16
10
- version: 1.6.16
9
+ - 19
10
+ version: 1.6.19
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-05-25 00:00:00 -04:00
18
+ date: 2011-06-07 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -79,8 +79,8 @@ files:
79
79
  - lib/rvm/shell/single_shot_wrapper.rb
80
80
  - lib/rvm/shell/utility.rb
81
81
  - lib/rvm/version.rb
82
- - releases/rvm-1.6.16.tar.gz
83
- - releases/rvm-1.6.16.tar.gz.md5
82
+ - releases/rvm-1.6.19.tar.gz
83
+ - releases/rvm-1.6.19.tar.gz.md5
84
84
  - .gemtest
85
85
  has_rdoc: true
86
86
  homepage: http://github.com/wayneeseguin/rvm
Binary file
@@ -1 +0,0 @@
1
- 8527d1a09401c69a1078be472c95affc