centaman 0.1.12 → 0.1.13
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 +5 -5
- data/README.md +2 -2
- data/lib/centaman/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: a9b3d981b63ed4416c5e333317c28fb04524048e392b7caccee09e8cd6bd495b
|
|
4
|
+
data.tar.gz: d8f764ca7575aafff45fcde1304ba845132a3317d150c66a1de0ab016b43ea57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a4302d1ad1a91ee6170a6181a427af15f8283181fd4755abd6e333ab2f315db8c0c099a9e57373f9e0d812863616226bd1565cd787530a2c46c4ae3d08e175e
|
|
7
|
+
data.tar.gz: d7e7b5a72d7bcfef26003fb7895f3a79f4b68d54dd580940f0150dfcf850fb111da9f8c6823136ab799d4b1b7aa288ecdf06110bde36aa05a59589dd33bed555
|
data/README.md
CHANGED
|
@@ -27,7 +27,7 @@ Retrieve Booking Type Objects
|
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
Find a Booking Type
|
|
30
|
-
- Requires the booking type id (integer) and date
|
|
30
|
+
- Requires the booking type id (integer) and date
|
|
31
31
|
```ruby
|
|
32
32
|
Centaman::Service::BookingType.find(BOOKING_TYPE_ID, DATE)
|
|
33
33
|
```
|
|
@@ -64,7 +64,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
64
64
|
|
|
65
65
|
## Contributing
|
|
66
66
|
|
|
67
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
67
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/LaunchPadLab/centaman.
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
## License
|
data/lib/centaman/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.1.13
|
|
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:
|
|
12
|
+
date: 2018-01-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
138
138
|
version: '0'
|
|
139
139
|
requirements: []
|
|
140
140
|
rubyforge_project:
|
|
141
|
-
rubygems_version: 2.
|
|
141
|
+
rubygems_version: 2.7.3
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
144
|
summary: Wrapper for the Centaman Ticketing API
|