centaman 0.1.10 → 0.1.11

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: 36e6b5e9b543eb1643508fd1a91d2faef5c93ca2
4
- data.tar.gz: decb7101d7c5b5ed8cdf2e09115b0ea8706b3b7c
3
+ metadata.gz: b3712d7fef5805f8fef3c8b011513e0161b4cd30
4
+ data.tar.gz: 31b91a48a5bf745764fde81f6333b09cf056b42d
5
5
  SHA512:
6
- metadata.gz: c03f07cf792ae78109a395e1358d819fc182b632a0b82e77f5838a3663afc2dd2584810a16675cce7322303c2c14f6c2ad7a1d9313ecfe804940579f43e26505
7
- data.tar.gz: 8e9eda54ae722c53b725b195383a5f04de93e8c9972327c19a3d015eb6737136d182a6157e1080a9d9a24f1518f4394f35f18865fd838886a556e0252acdb3b5
6
+ metadata.gz: 0fd637dabe42ba80b6ec0c4834953c76bfe6528617e72115d3a8c148d87279174c768d9732ff99f668d65d2abf0d1b4089e9246a6081f97493d897c37cc31fd5
7
+ data.tar.gz: 36b7a09d8737f5f83aba35e8895a3d272365ed461fc0a31db44c48e30d82ab8a59e2aab643d0e38b2e8ac07518a6848f62e11bc1457bb16fcd4c7d5cc04742da
@@ -23,6 +23,10 @@ module Centaman
23
23
  age_group == "youth"
24
24
  end
25
25
 
26
+ def child?
27
+ age_group == "child"
28
+ end
29
+
26
30
  # rubocop:disable Metrics/MethodLength
27
31
  def attributes
28
32
  [
@@ -1,3 +1,3 @@
1
1
  module Centaman
2
- VERSION = "0.1.10"
2
+ VERSION = "0.1.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: centaman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - francirp
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2017-08-29 00:00:00.000000000 Z
12
+ date: 2017-09-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -137,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  version: '0'
138
138
  requirements: []
139
139
  rubyforge_project:
140
- rubygems_version: 2.5.2
140
+ rubygems_version: 2.6.13
141
141
  signing_key:
142
142
  specification_version: 4
143
143
  summary: Wrapper for the Centaman Ticketing API