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 +4 -4
- data/lib/alephant/broker/environment.rb +2 -2
- data/lib/alephant/broker/version.rb +1 -1
- data/spec/integration/rack_spec.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8856cedd692b08b6e776d9b4df754eb8a2b04ca
|
|
4
|
+
data.tar.gz: a77885116f5c10a671450e1f250c5be91da76942
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 987b0d55ae5aa3d9ffb76c3f70abaf6a4bd01ca894a05c040fd633f26d793fcfbbf9bc607c3fee5fd2582bb60332c2e399474579f93b0cdf3f2dd2e49652e4d2
|
|
7
|
+
data.tar.gz: af6c368d7f6004575f7498543f72770b71b72a6749d1bccdbfcfd29b4da7657d0b844fd71fd3999557f960bb71dd23746e499448df76759327a3b086c5b5f326
|
|
@@ -101,7 +101,7 @@ describe Alephant::Broker::Application do
|
|
|
101
101
|
"/component/test_component",
|
|
102
102
|
{},
|
|
103
103
|
{
|
|
104
|
-
"
|
|
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
|
-
"
|
|
214
|
+
"HTTP_IF_NONE_MATCH" => etag)
|
|
215
215
|
end
|
|
216
216
|
|
|
217
217
|
specify { expect(last_response.status).to eql 304 }
|