rvm 0.0.34 → 0.0.35

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rvm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.34
4
+ version: 0.0.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wayne E. Seguin
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-04 00:00:00 -04:00
12
+ date: 2009-09-05 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -26,12 +26,17 @@ files:
26
26
  - INSTALL
27
27
  - LICENCE
28
28
  - README
29
- - config/cache
29
+ - config/db
30
30
  - examples/rvmrc
31
31
  - lib/rvm.rb
32
+ - rvm.gemspec
32
33
  - scripts/rvm
34
+ - scripts/rvm-cli
33
35
  - scripts/rvm-install
36
+ - scripts/rvm-ruby-installer
37
+ - scripts/rvm-selector
34
38
  - scripts/rvm-update
39
+ - scripts/rvm-utility
35
40
  has_rdoc: true
36
41
  homepage: http://github.com/wayneeseguin/rvm
37
42
  licenses: []
@@ -1,23 +0,0 @@
1
- rvm_niceness=0
2
- rvm_archives_path=$rvm_install_path/archives
3
- rvm_source_path=$rvm_install_path/src
4
- rvm_log_path=$rvm_install_path/log
5
- rvm_bin_path=$rvm_install_path/bin
6
- rvm_gem_path=$rvm_install_path/gems
7
- rvm_config_path=$rvm_install_path/config
8
- rvm_ruby_repo_url=http://svn.ruby-lang.org/repos/ruby
9
- rvm_rubinius_repo_url=git://github.com/evanphx/rubinius.git
10
- rvm_macruby_repo_url=http://svn.macosforge.org/repository/ruby/MacRuby
11
- rvm_jruby_repo_url=git://kenai.com/jruby~main
12
- rvm_ruby_configure=--enable-shared
13
- rvm_ruby_interpreter=ruby
14
- rvm_jruby_version=1.3.1
15
- rvm_ree_version=1.8.6
16
- rvm_ree_patch_level=20090610
17
- rvm_ruby_version=1.8.6
18
- rvm_ruby_1.9.1_patch_level=p243
19
- rvm_ruby_1.9.2_patch_level=preview1
20
- rvm_ruby_1.8.5_patch_level=p115
21
- rvm_ruby_1.8.6_patch_level=p369
22
- rvm_ruby_1.8.7_patch_level=p174
23
-