orchestrate 0.11.3 → 0.11.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 +4 -4
- data/.travis.yml +4 -0
- data/lib/orchestrate/client.rb +1 -1
- data/lib/orchestrate/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b35d3ada3d49b0c346e39052a583fee1d0adfb97
|
|
4
|
+
data.tar.gz: cca5e66c9062188ad850b26b630b8ec7fc5209cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d30a13be26fb23ce3acce41eda32a307be644edb52671f39643e8584eae7e6ad888ca607ed7b0ab3c15463fe7ba1a5975e26b3598d65a226135b241696138b64
|
|
7
|
+
data.tar.gz: af0873aea61251e2e1722e1610d4eca3d04c34df41b63e56387985045110b4e34ee493e1cdb7658e67a0cadde1cd342d6e126918cac17f7371caaae6237eaa73
|
data/.travis.yml
CHANGED
|
@@ -5,3 +5,7 @@ rvm:
|
|
|
5
5
|
- 2.0.0
|
|
6
6
|
- 1.9.3
|
|
7
7
|
before_install: gem install bundler -v 1.6.2
|
|
8
|
+
notifications:
|
|
9
|
+
email: false
|
|
10
|
+
slack:
|
|
11
|
+
secure: jlOIVX3b5ot5IjG97PxmtZUr/rXwkWjFt0y5u0hlVQhdZcuipm2jpac2AcAdvuSU+X5eIAgXsRxPGiQkIT6NZgGFpTNEihhO+G3UHbtjhbiaFefOEqqLQLcPDy+CS84gELfTnUGIEIzm2Soemjf5mL0sn858Ce3IRUBy3IgCoqo=
|
data/lib/orchestrate/client.rb
CHANGED
|
@@ -384,7 +384,7 @@ module Orchestrate
|
|
|
384
384
|
# @return Orchestrate::API::Response
|
|
385
385
|
# @raise Orchestrate::API::NotFound If either end of the relation doesn't exist.
|
|
386
386
|
def put_relation(collection, key, kind, to_collection, to_key)
|
|
387
|
-
send_request :put, [collection, key, 'relation', kind, to_collection, to_key]
|
|
387
|
+
send_request :put, [collection, key, 'relation', kind, to_collection, to_key], { body: {} }
|
|
388
388
|
end
|
|
389
389
|
|
|
390
390
|
# [Deletes a relationship between two objects](http://orchestrate.io/docs/api/#graph/delete28).
|
data/lib/orchestrate/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: orchestrate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.11.
|
|
4
|
+
version: 0.11.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Lyon
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2015-
|
|
15
|
+
date: 2015-07-27 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: faraday
|