orchestrate 0.11.3 → 0.11.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3b27b7b75267567dba9d38ac452324aab237059a
4
- data.tar.gz: 332d9bb074378805436b10eadefc6e3db031f030
3
+ metadata.gz: b35d3ada3d49b0c346e39052a583fee1d0adfb97
4
+ data.tar.gz: cca5e66c9062188ad850b26b630b8ec7fc5209cc
5
5
  SHA512:
6
- metadata.gz: 3a133d87db07278ee15a52cfbd9dedb271da759e0122bc857c60ae7ab2ad59017f95721b5e2a751b7ecfeaf38860ba335cd57e4984450604e1f8018eff8e9128
7
- data.tar.gz: 9e1fc2be1075499e59283723db17b41b7c845c10f19a9d2dbb3c3ee203fc509d909bbb173651b9419cc6367a2ef6d968d50d256afb5c56c8cb56ff3c3d7f8245
6
+ metadata.gz: d30a13be26fb23ce3acce41eda32a307be644edb52671f39643e8584eae7e6ad888ca607ed7b0ab3c15463fe7ba1a5975e26b3598d65a226135b241696138b64
7
+ data.tar.gz: af0873aea61251e2e1722e1610d4eca3d04c34df41b63e56387985045110b4e34ee493e1cdb7658e67a0cadde1cd342d6e126918cac17f7371caaae6237eaa73
@@ -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=
@@ -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).
@@ -1,4 +1,4 @@
1
1
  module Orchestrate
2
2
  # @return [String] The version number of the Orchestrate Gem
3
- VERSION = "0.11.3"
3
+ VERSION = "0.11.4"
4
4
  end
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.3
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-04-30 00:00:00.000000000 Z
15
+ date: 2015-07-27 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: faraday