alephant-broker 3.10.0 → 3.10.1

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: 272a9c7f2d5df921c3188da9cf79398f5cf5c8f7
4
- data.tar.gz: a3f1f91801351092cf9f8da3e1bc533c69178875
3
+ metadata.gz: c8856cedd692b08b6e776d9b4df754eb8a2b04ca
4
+ data.tar.gz: a77885116f5c10a671450e1f250c5be91da76942
5
5
  SHA512:
6
- metadata.gz: 512e9abbe4ad8299257d01e816268992876ff91ba5abcade3e4d54bf10fb2621ce5ce091f9c6b9ffe9df1e586589e1e099379dfa43d3f188a0f72ce99f3c3d77
7
- data.tar.gz: 54e34ee9a11283eb9e7a44f1781564537419036f81a6a81a43f23a5cad48d2bc6c0a0f009bc99cfaae7a6f83f4ec1702b730943050b933159dcd40dd8ba88ff4
6
+ metadata.gz: 987b0d55ae5aa3d9ffb76c3f70abaf6a4bd01ca894a05c040fd633f26d793fcfbbf9bc607c3fee5fd2582bb60332c2e399474579f93b0cdf3f2dd2e49652e4d2
7
+ data.tar.gz: af6c368d7f6004575f7498543f72770b71b72a6749d1bccdbfcfd29b4da7657d0b844fd71fd3999557f960bb71dd23746e499448df76759327a3b086c5b5f326
@@ -33,11 +33,11 @@ module Alephant
33
33
  end
34
34
 
35
35
  def if_none_match
36
- settings["IF_NONE_MATCH"]
36
+ settings["HTTP_IF_NONE_MATCH"]
37
37
  end
38
38
 
39
39
  def if_modified_since
40
- settings["IF_MODIFIED_SINCE"]
40
+ settings["HTTP_IF_MODIFIED_SINCE"]
41
41
  end
42
42
 
43
43
  def data
@@ -1,5 +1,5 @@
1
1
  module Alephant
2
2
  module Broker
3
- VERSION = "3.10.0"
3
+ VERSION = "3.10.1"
4
4
  end
5
5
  end
@@ -101,7 +101,7 @@ describe Alephant::Broker::Application do
101
101
  "/component/test_component",
102
102
  {},
103
103
  {
104
- "IF_MODIFIED_SINCE" => "Mon, 11 Apr 2016 10:39:57 GMT"
104
+ "HTTP_IF_MODIFIED_SINCE" => "Mon, 11 Apr 2016 10:39:57 GMT"
105
105
  }
106
106
  )
107
107
  end
@@ -211,7 +211,7 @@ describe Alephant::Broker::Application do
211
211
  before do
212
212
  post(path, batch_json,
213
213
  "CONTENT_TYPE" => content_type,
214
- "IF_NONE_MATCH" => etag)
214
+ "HTTP_IF_NONE_MATCH" => etag)
215
215
  end
216
216
 
217
217
  specify { expect(last_response.status).to eql 304 }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alephant-broker
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.0
4
+ version: 3.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BBC News