orchestrate-rails 0.1.3 → 0.1.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f4272eebaea3d5865abc0f7ae1d9d378a869c8e
|
4
|
+
data.tar.gz: 335ba46070d8885ed17f7127e970f868080978a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb4e893e30b6903ea93c56df3032dd7417ced70c8f875296358cae82fe0ede30d95965b5f90eb04d0fb691233fbd815bc5724abbc437a7625717037f775e7f37
|
7
|
+
data.tar.gz: 4efbd9bd01703cb222554c35aa5378568e8f3ccb0d10588bfc991db7f97721c0f00b6f50ec70cb3da065a6d481a074ba299f6951d16e22d7f92f8bcbf73c7338
|
@@ -25,6 +25,7 @@ module Orchestrate
|
|
25
25
|
require "orchestrate_application/connect"
|
26
26
|
require "orchestrate_application/record"
|
27
27
|
require "orchestrate_application/document"
|
28
|
+
require "orchestrate_application/ref_table"
|
28
29
|
require "orchestrate_application/result"
|
29
30
|
require "orchestrate_application/response"
|
30
31
|
require "orchestrate_application/simple_cache_store"
|
@@ -371,7 +371,7 @@ module Orchestrate::Application
|
|
371
371
|
def set_ref_value(response)
|
372
372
|
unless response.header.code != 201 || response.header.etag.blank?
|
373
373
|
@__ref_value__ = response.header.etag
|
374
|
-
|
374
|
+
orchio_update_ref_table response.header.timestamp
|
375
375
|
end
|
376
376
|
end
|
377
377
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: orchestrate-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Carrasquer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-03-
|
11
|
+
date: 2014-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: orchestrate-api
|