rVM 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -191,7 +191,7 @@ module RVM
191
191
  end
192
192
  else
193
193
  raise ArgumentError,
194
- "String or Symbol expected, but #{id.class} given."
194
+ "String or Symbol expected, but #{id.class}(#{id}) given."
195
195
  end
196
196
  end
197
197
 
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.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Heinz N. Gies
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-07-06 00:00:00 +02:00
12
+ date: 2008-07-11 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -37,7 +37,9 @@ files:
37
37
  - lib/rvm/functions/all.rb
38
38
  - lib/rvm/functions/array
39
39
  - lib/rvm/functions/array/append.rb
40
+ - lib/rvm/functions/array/at.rb
40
41
  - lib/rvm/functions/array/set_at.rb
42
+ - lib/rvm/functions/array/size.rb
41
43
  - lib/rvm/functions/array.rb
42
44
  - lib/rvm/functions/general
43
45
  - lib/rvm/functions/general/cmp.rb