wowget 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/wowget.rb +1 -1
  2. data/lib/wowget/item.rb +6 -6
  3. metadata +2 -2
@@ -2,5 +2,5 @@ require 'wowget/item.rb'
2
2
  require 'wowget/spell.rb'
3
3
 
4
4
  module Wowget
5
- VERSION = '0.4.2'
5
+ VERSION = '0.4.3'
6
6
  end
@@ -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.2
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-16 00:00:00 +01:00
13
+ date: 2011-07-17 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency