picturehouse_uk 3.0.0 → 3.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 400c5d45b2f84ec815b86ff05d36ba60864aef9e
4
- data.tar.gz: 682bc113b527cf7f3ad011a65c048118658a58c5
3
+ metadata.gz: a23233116b91e5a28574f3547d7ba298016922b6
4
+ data.tar.gz: 97cdb9c0ab2163565e3fc258ecfeea2eb6615a20
5
5
  SHA512:
6
- metadata.gz: 59b2fb923ff3edea3a4d837cd3615f08e995c0b63f06e3ba114684d32c691c630b16e1fdfc692dbe71047570c0f783b1d6ee11d639bdbf63af755cbdfe60f0fb
7
- data.tar.gz: ad018b472fbc9680f36aafc708be483f61572e986a1e3477068a1f0d17d71847285863e49db6af0512a3e1c6988ebe1238f411ed5ce8704fd75931de3746b1ae
6
+ metadata.gz: 81189cf9e26b2f5711e7f671da2588bf66e5dc608897daec0c1e77270ba55cf1f0c57ad5b939139630eb06ac1e9d64dd2466b005cc8e965b2eb03ce944638762
7
+ data.tar.gz: ce635274b38e3406781a5f40a0fb5305ab72c0171688b336dcb2c61952bbdefa481e9016620f4e4ef1a816533c07acc306d3ac710c79dbb46ec7d67636fc7c52
@@ -1,6 +1,11 @@
1
1
  # Change Log
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
+ ## [3.0.1] - 2015-02-16
5
+
6
+ ### Fixed
7
+ - bug in parsing variants
8
+
4
9
  ## [3.0.0] - 2015-02-15
5
10
 
6
11
  ### Fixed
@@ -82,7 +82,7 @@ module PicturehouseUk
82
82
  private
83
83
 
84
84
  def variant
85
- @variant ||= nil
85
+ @variant ||= []
86
86
  end
87
87
  end
88
88
 
@@ -1,6 +1,6 @@
1
1
  # Ruby interface for http://www.picturehouses.co.uk
2
- # @version 3.0.0
2
+ # @version 3.0.1
3
3
  module PicturehouseUk
4
4
  # Gem version
5
- VERSION = '3.0.0'
5
+ VERSION = '3.0.1'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: picturehouse_uk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Croll
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-15 00:00:00.000000000 Z
11
+ date: 2015-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler