wowget 0.4.3 → 0.4.4

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 +2 -2
  3. metadata +1 -1
@@ -2,5 +2,5 @@ require 'wowget/item.rb'
2
2
  require 'wowget/spell.rb'
3
3
 
4
4
  module Wowget
5
- VERSION = '0.4.3'
5
+ VERSION = '0.4.4'
6
6
  end
@@ -104,8 +104,8 @@ module Wowget
104
104
  2 => {:name => 'Leather', :slug => 'leather', :inventoryslots => true},
105
105
  3 => {:name => 'Mail', :slug => 'mail', :inventoryslots => true},
106
106
  4 => {:name => 'Plate', :slug => 'plate', :inventoryslots => true},
107
- 6 => {:name => 'Shields', :slug => 'shields', :inventoryslots => true},
108
- 11 => {:name => 'Relics', :slug => 'relics', :inventoryslots => true}
107
+ 6 => {:name => 'Shields', :slug => 'shields'},
108
+ 11 => {:name => 'Relics', :slug => 'relics}
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.3
5
+ version: 0.4.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ben Darlow