fassbinder 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,7 +43,7 @@ module Fassbinder
43
43
  host = Sucker::Request::HOSTS[@locale]
44
44
  builder.venue = "amazon.#{host.match(/[^.]+$/)}"
45
45
 
46
- offers = [doc['Offers']['Offer']].flatten
46
+ offers = [doc['Offers']['Offer']].flatten.compact
47
47
  offers.each { |offer| builder.add_offer(offer) }
48
48
 
49
49
  builder.book
@@ -1,3 +1,3 @@
1
1
  module Fassbinder
2
- VERSION = '0.0.13'
2
+ VERSION = '0.0.14'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: fassbinder
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.13
5
+ version: 0.0.14
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paper Cavalier