cinebase 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 +4 -4
- data/.travis.yml +0 -1
- data/CHANGELOG.md +13 -0
- data/lib/cinebase/cinema.rb +4 -1
- data/lib/cinebase/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a6b07917480fbb7f1c27c7fde65423aa751de8fa
|
|
4
|
+
data.tar.gz: 10b6a66e678721db63e783cc73523d677db561a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e6d70f3f1f2ddce9977e317b271b9d8e504f6c897212b8e7f296670ce6564622f34ee5c523668e7b171034934f441a9a23f88a713464ecc9461d5ee62fe7db2
|
|
7
|
+
data.tar.gz: 997bcfaa0bd8432cb3d7a74cb9722b9356249550beae526aa412c8976c9d30e8df63041c2f89e081dc54e9aee78bfab31c2cb4088e6e9c121abc636d300c6d21
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
4
4
|
|
|
5
|
+
## [3.0.1]
|
|
6
|
+
### Fixed
|
|
7
|
+
- `Cinema#address` is now a method call, alias_method was always pointing at the
|
|
8
|
+
superclass
|
|
9
|
+
|
|
10
|
+
## [3.0.0]
|
|
11
|
+
### Changed
|
|
12
|
+
- screening_at for a Performance is always in UTC
|
|
13
|
+
|
|
14
|
+
## [2.0.0]
|
|
15
|
+
### Changed
|
|
16
|
+
- Screenings are now Performances
|
|
17
|
+
|
|
5
18
|
## [1.1.0]
|
|
6
19
|
### Changed
|
|
7
20
|
- It is expected that the `Cinema#adr` method is redefined on the subclass and
|
data/lib/cinebase/cinema.rb
CHANGED
data/lib/cinebase/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cinebase
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andy Croll
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-02-
|
|
11
|
+
date: 2016-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|