DavinciRubyClientSDK 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/DavinciRubyClientSDK.rb +1 -1
- data/lib/DavinciRubyClientSDK/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: 01c614e97816e67c8bfe531181fab8738a612eac
|
4
|
+
data.tar.gz: 2a7cd60ef953fb7ebd8eea2766cc49603363b36a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81b63c07a06c0c0b432d67048c7272e45f8444db32a05d362aacc05e4d61cb90c60f46064089ebb0688e111243a9656a53ebe6307c0a1c2bacbd56f65961a673
|
7
|
+
data.tar.gz: 6be75526df3e0071553218b65ad4e39dcaaf926b05c1221f9e780edbbe1c735c5a95c22d436d618234c1bde681012164b15e1ab3de45113acbf5db49e312f469
|
data/lib/DavinciRubyClientSDK.rb
CHANGED
@@ -19,7 +19,7 @@ module DavinciRubyClientSDK
|
|
19
19
|
options[:mode] ||= 'sync'
|
20
20
|
@call_method = 'post'
|
21
21
|
@call_path = "/draw/#{options[:mode]}"
|
22
|
-
@call_body = {:label => label, :
|
22
|
+
@call_body = {:label => label, :blueprint => blueprints}
|
23
23
|
@call_body[:notify_url] = options[:notify_url] unless options[:notify_url].nil?
|
24
24
|
self
|
25
25
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: DavinciRubyClientSDK
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- RaymondChou
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-11-
|
11
|
+
date: 2013-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|