wowget 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/wowget.rb +1 -1
- data/lib/wowget/item.rb +6 -6
- metadata +2 -2
data/lib/wowget.rb
CHANGED
data/lib/wowget/item.rb
CHANGED
@@ -100,12 +100,12 @@ module Wowget
|
|
100
100
|
-3 => {:name => 'Amulets', :slug => 'amulets'},
|
101
101
|
-2 => {:name => 'Rings', :slug => 'rings'},
|
102
102
|
0 => {:name => 'Miscellaneous', :slug => 'miscellaneous'},
|
103
|
-
1 => {:name => 'Cloth', :slug => 'cloth'},
|
104
|
-
2 => {:name => 'Leather', :slug => 'leather'},
|
105
|
-
3 => {:name => 'Mail', :slug => 'mail'},
|
106
|
-
4 => {:name => 'Plate', :slug => 'plate'},
|
107
|
-
6 => {:name => 'Shields', :slug => 'shields'},
|
108
|
-
11 => {:name => 'Relics', :slug => 'relics'}
|
103
|
+
1 => {:name => 'Cloth', :slug => 'cloth', :inventoryslots => true},
|
104
|
+
2 => {:name => 'Leather', :slug => 'leather', :inventoryslots => true},
|
105
|
+
3 => {:name => 'Mail', :slug => 'mail', :inventoryslots => true},
|
106
|
+
4 => {:name => 'Plate', :slug => 'plate', :inventoryslots => true},
|
107
|
+
6 => {:name => 'Shields', :slug => 'shields', :inventoryslots => true},
|
108
|
+
11 => {:name => 'Relics', :slug => 'relics', :inventoryslots => true}
|
109
109
|
},
|
110
110
|
'Trade Goods' => {
|
111
111
|
1 => {:name => 'Parts', :slug => 'parts'},
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: wowget
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.4.
|
5
|
+
version: 0.4.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Ben Darlow
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-07-
|
13
|
+
date: 2011-07-17 00:00:00 +01:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|