centaman 0.1.12 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +2 -2
  3. data/lib/centaman/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 0cde2e6adc04f9973174dbba7176bd1a417f099e
4
- data.tar.gz: a24565413fb3271ba07556192bb13e90fbe17347
2
+ SHA256:
3
+ metadata.gz: a9b3d981b63ed4416c5e333317c28fb04524048e392b7caccee09e8cd6bd495b
4
+ data.tar.gz: d8f764ca7575aafff45fcde1304ba845132a3317d150c66a1de0ab016b43ea57
5
5
  SHA512:
6
- metadata.gz: 23c170fc6655fd2988eb32cb8fdbaa34dc4cf649b0863396a98037b23ec4094f8d34cde8933998b85b783efb40945bca2aa80d76f64c931c2a222de41afb65d9
7
- data.tar.gz: 16451629d3b3fae84838810d795d0b9badab33071c147c8c0e80305bc3f56e73aa83f5bfcf70985f09d72835b7a0a93d2ef033ad424e98b4a04df74edea28dcd
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/[USERNAME]/centaman.
67
+ Bug reports and pull requests are welcome on GitHub at https://github.com/LaunchPadLab/centaman.
68
68
 
69
69
 
70
70
  ## License
@@ -1,3 +1,3 @@
1
1
  module Centaman
2
- VERSION = "0.1.12"
2
+ VERSION = "0.1.13"
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.12
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: 2017-10-04 00:00:00.000000000 Z
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.6.13
141
+ rubygems_version: 2.7.3
142
142
  signing_key:
143
143
  specification_version: 4
144
144
  summary: Wrapper for the Centaman Ticketing API