touringplans 0.3.5 → 0.3.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.version +1 -1
- data/lib/touringplans/version.rb +1 -1
- data/lib/touringplans.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c9faa64dfb3990694d6e1df2f3960204f06259b8a351a6c0b8f903cddecab837
|
4
|
+
data.tar.gz: 51cc48038a1a405813c10887afd48a95aa2a39511dfefbcf3b31188a4e5e3a25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a891f6f431e1f7eedd8296ad8b27f51e6245ad71d9c794ff84967b656b61d3bd280931b67a5e6dd91f8b07f2c7cdcc3feb2ecfecef8b29fe3fdd8cd17e31e7c6
|
7
|
+
data.tar.gz: e7db10e55f39302e8d882632891a9e073c807a150278f8ba06827c3e0cbc91187a563c423fae951125747a130323b397f5cd9c3e32c8f2d82c12a9bc17455ba1
|
data/.version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.6
|
data/lib/touringplans/version.rb
CHANGED
data/lib/touringplans.rb
CHANGED
@@ -555,7 +555,7 @@ module Touringplans
|
|
555
555
|
attribute :latitude, Types::String.optional
|
556
556
|
attribute :longitude, Types::String.optional
|
557
557
|
attribute :open_early, Types::Bool
|
558
|
-
attribute :
|
558
|
+
attribute :themeparks_id, Types::String.optional
|
559
559
|
attribute :has_virtual_queue, Types::Bool
|
560
560
|
end
|
561
561
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: touringplans
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- captproton
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-11-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: awesome_print
|