booking_locations 0.2.1 → 0.3.0

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: bf7d41bb9bf9e43c90826e3ef76868d91e75888a
4
- data.tar.gz: 2c4577eb5e77eded48fc9822a00f744a412268f8
3
+ metadata.gz: 52e0945be5e3689a7bd5260e71de2c9997fa5b0d
4
+ data.tar.gz: 4f1e039889defa63c5eacd6bef8f1f64d13a8097
5
5
  SHA512:
6
- metadata.gz: 7c0ce7640e32cd190e3ea1b0845caa39b623f1ed65ddc5848f47ca5bfd8d3347f6cf0abbfd7efde5dc1e3a1f267776029c41a1693bebe6772f125c2faaf7578a
7
- data.tar.gz: 77aa1add85fa0edcf829f1773737d5071e29e43d463c6f1b08dd8fc8777b6beeaf0caca624293634a726029b8f72e90178fce6a283bae31554549291a454cd90
6
+ metadata.gz: 171fa648e1ad44711da0c3db17cfc57e73143a46a5334864bd1a8f178e6639cb52088175391f82553e8242d9644f7e5e336cd19258aaf4f4b54cd28f0a69dc5e
7
+ data.tar.gz: 2475bf7d8869376ffc2dd5b48b4938402fcca8aaf7b3267c56f42ffadf7e6017cd92805d8210ba317498e3dc50fa02c20bad7e44312b88373cd8e4e6606348d5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.3.0
2
+
3
+ * Include `Accept` header in requests to JSON API
4
+
1
5
  ## 0.2.1
2
6
 
3
7
  * Return `online_booking_twilio_number` in stubbed response
@@ -15,6 +15,7 @@ module BookingLocations
15
15
  {}.tap do |hash|
16
16
  hash[:read_timeout] = read_timeout
17
17
  hash['Authorization'] = "Bearer #{bearer_token}" if bearer_token
18
+ hash['Accept'] = 'application/json'
18
19
  end
19
20
  end
20
21
 
@@ -1,3 +1,3 @@
1
1
  module BookingLocations
2
- VERSION = '0.2.1'.freeze
2
+ VERSION = '0.3.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: booking_locations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Lovell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-12 00:00:00.000000000 Z
11
+ date: 2016-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport