odeon_uk 1.1.4 → 1.1.5

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: 787cfcc04a2f7849b9c3304f21cd16d7eb81b996
4
- data.tar.gz: 07102569cea2b7440d777efb4498ba68531ca5c9
3
+ metadata.gz: 5f884c0b0fef03d462a08ad8b2aa1faba780fcaf
4
+ data.tar.gz: 719bc6d321d5da808066734ec32d8c69556d619d
5
5
  SHA512:
6
- metadata.gz: 95d5c1d98b49227629ba71b721e6a85a5a9b17a896ed96fca5069aaddb92851b000e4020fe54e5b38492d056e6d367e255a5afeb25a6e184e9c5b4b383d779aa
7
- data.tar.gz: 5fd9744901a138189b9bf8267b67c5fa9523640b97f0d964e24c28992f2261b82cafe3baa9ddb444783d80b942226303701c486d15b8cd762005b1c257972b24
6
+ metadata.gz: 309f7d5b07ad1ebb13c8186f4e36cf4d64c4755b2cc56873fb20a622ddd44dc47f5e52505be05aed3e054117d09f794e23454e7f3d87a65b069d9e858c38acbd
7
+ data.tar.gz: a0317f4d337308e42594380966133233732b15a4246596c7341696678d663547d771fff5afc6e7e9c399d08f5c59adff6d9f48ed8fe6c51115f9607feda96c0a
@@ -64,6 +64,7 @@ module OdeonUk
64
64
  country: 'United Kingdom'
65
65
  }
66
66
  end
67
+ alias_method :address, :adr
67
68
 
68
69
  # Films with showings scheduled at this cinema
69
70
  # @return [Array<OdeonUk::Film>]
@@ -1,6 +1,6 @@
1
1
  # Ruby interface for http://www.odeon.co.uk
2
- # @version 1.1.4
2
+ # @version 1.1.5
3
3
  module OdeonUk
4
4
  # Gem version
5
- VERSION = "1.1.4"
5
+ VERSION = "1.1.5"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: odeon_uk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Croll
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-08 00:00:00.000000000 Z
11
+ date: 2014-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake