rvm 1.8.6 → 1.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.8.6.tar.gz
34
- releases/rvm-1.8.6.tar.gz.md5
33
+ releases/rvm-1.9.0.tar.gz
34
+ releases/rvm-1.9.0.tar.gz.md5
data/README CHANGED
@@ -90,10 +90,7 @@ It manages Ruby application environments and switching between them.
90
90
  docs - Tools to make installing ri and rdoc documentation easier.
91
91
  rvmrc - Tools related to managing rvmrc trust and loading.
92
92
 
93
- exec - runs an arbitrary command as a set operation.
94
- ruby - runs a named ruby file against specified and/or all rubies
95
- gem - runs a gem command using selected ruby's 'gem'
96
- rake - runs a rake task against specified and/or all rubies
93
+ do - runs an arbitrary command against specified and/or all rubies
97
94
  tests - runs 'rake test' across selected ruby versions
98
95
  specs - runs 'rake spec' across selected ruby versions
99
96
  monitor - Monitor cwd for testing, run `rake {spec,test}` on changes.
data/Rakefile CHANGED
@@ -105,7 +105,7 @@ namespace :vbox do
105
105
  end
106
106
  end
107
107
  end
108
-
108
+
109
109
  desc 'Run the tests remotely on each VM'
110
110
  task :test do
111
111
  begin
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.6
1
+ 1.9.0
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.8.6"
57
+ VERSION = "1.9.0"
58
58
 
59
59
  require "rvm/errors"
60
60
 
@@ -19,7 +19,7 @@ module RVM
19
19
 
20
20
  # Lists the default ruby (minus gemset)
21
21
  # Suppose that Ruby 1.9.2 patchlevel 0, is the default:
22
- #
22
+ #
23
23
  # env.list_default # => "ruby-1.9.2-p0"
24
24
  #
25
25
  def list_default
@@ -31,7 +31,7 @@ module RVM
31
31
  def self.identifier_to_ruby_string(identifier)
32
32
  identifier.gsub(/@.*$/, '')
33
33
  end
34
-
34
+
35
35
  def self.identifier_to_gemset_name(identifier)
36
36
  identifier.gsub(/^.*@/, '')
37
37
  end
@@ -24,7 +24,7 @@ module RVM
24
24
  #
25
25
  # Provides access to the output of the shell command via +#result+.
26
26
  class IncompatibleRubyError < ErrorWithResult; end
27
-
27
+
28
28
  # Called when tools.path_identifier is called on a dir with an untrusted rvmrc.
29
29
  class ErrorLoadingRVMRC < Error; end
30
30
 
Binary file
@@ -0,0 +1 @@
1
+ af378516b60a62549e4b24cfad2498e3
data/sha1 CHANGED
@@ -1 +1 @@
1
- bb29dc4
1
+ 59bab68
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: 59
4
+ hash: 51
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
- - 8
9
- - 6
10
- version: 1.8.6
8
+ - 9
9
+ - 0
10
+ version: 1.9.0
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-10-06 00:00:00 Z
18
+ date: 2011-10-26 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: hoe
@@ -77,8 +77,8 @@ files:
77
77
  - lib/rvm/shell/single_shot_wrapper.rb
78
78
  - lib/rvm/shell/utility.rb
79
79
  - lib/rvm/version.rb
80
- - releases/rvm-1.8.6.tar.gz
81
- - releases/rvm-1.8.6.tar.gz.md5
80
+ - releases/rvm-1.9.0.tar.gz
81
+ - releases/rvm-1.9.0.tar.gz.md5
82
82
  - .gemtest
83
83
  homepage: http://github.com/wayneeseguin/rvm
84
84
  licenses: []
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  requirements: []
145
145
 
146
146
  rubyforge_project: rvm
147
- rubygems_version: 1.8.6
147
+ rubygems_version: 1.8.10
148
148
  signing_key:
149
149
  specification_version: 3
150
150
  summary: RVM is the Ruby enVironment Manager (rvm)
Binary file
@@ -1 +0,0 @@
1
- c81e009f9f88a34d8a11d95d23d53a11