batchly_api 0.5.1 → 0.5.2
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/batchly_api/configuration.rb +2 -1
- data/lib/batchly_api/custom_auth_utility.rb +2 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 175821d2a864e68896b9fc66eccb3995d5e106fd
|
|
4
|
+
data.tar.gz: dc5ef3dcef932bbd798016487615862d685c56cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 634ac43cd255741a80125444b1212f39bc3bb1ba654843a53a787ab04cfd69eebdf274c2fa8f80da999caba94d65f41123a686a5756467363c0ab8a7065c456f
|
|
7
|
+
data.tar.gz: 6b7f36f47e97f29f10673c51b5bcaa1ba591ed81cd322206593ea84e73ab2c0020dc70100090937e0a56d0cb044a70ea15ccb19e3ca1c2d76bb71400463524ac
|
|
@@ -23,7 +23,8 @@ module BatchlyApi
|
|
|
23
23
|
|
|
24
24
|
# Appends the necessary OAuth credentials for making this authorized call
|
|
25
25
|
# @param [Hash] The out going request to access the resource
|
|
26
|
-
def self.append_custom_auth_params(
|
|
26
|
+
def self.append_custom_auth_params(url, method, headers)
|
|
27
|
+
parsed_url = URI.parse(url)
|
|
27
28
|
apiKey = Configuration.API_KEY.dup
|
|
28
29
|
apiSecret = Configuration.API_SECRET.dup
|
|
29
30
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: batchly_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- batchly api support
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-11-
|
|
12
|
+
date: 2015-11-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: unirest
|
|
@@ -31,7 +31,7 @@ dependencies:
|
|
|
31
31
|
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: 1.1.2
|
|
34
|
-
description:
|
|
34
|
+
description: API SDK for the batchly data processing system.
|
|
35
35
|
email: support@batchly.net
|
|
36
36
|
executables: []
|
|
37
37
|
extensions: []
|