syncano 4.0.0.alpha3 → 4.0.0.alpha4
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/.ruby-version +1 -1
- data/lib/syncano/connection.rb +3 -3
- data/lib/syncano/version.rb +1 -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: 287313441ace89449cf5ee73f1898c02aa01e976
|
4
|
+
data.tar.gz: 309aea98ddc29cc1f4ff5113a68e054a4316c62a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c33792ed712d4df96439c58d85199230fc20141c8ac6f91bf2352f90fb1e58248ad7bc819fa9a2c0584bc2c8ac80e5a404309e5ced9abd991c6dbe20f84b3246
|
7
|
+
data.tar.gz: e9b22b114d55855ba23ce49bf0a343b0b30ae270558b87f699eddb3f3d361bd010a547c7ec8d0e63798c3d9ca27c634992860265ad38a307c1e3f90e290031de
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
2.2.3
|
data/lib/syncano/connection.rb
CHANGED
@@ -11,7 +11,7 @@ module Syncano
|
|
11
11
|
|
12
12
|
class << self
|
13
13
|
def api_root
|
14
|
-
|
14
|
+
"https://api.syncano.io"
|
15
15
|
end
|
16
16
|
end
|
17
17
|
|
@@ -27,8 +27,8 @@ module Syncano
|
|
27
27
|
self.conn = Faraday.new(self.class.api_root) do |faraday|
|
28
28
|
faraday.path_prefix = API_VERSION
|
29
29
|
faraday.request :multipart
|
30
|
-
faraday.request
|
31
|
-
faraday.adapter
|
30
|
+
faraday.request :url_encoded
|
31
|
+
faraday.adapter Faraday.default_adapter
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
data/lib/syncano/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: syncano
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.0.
|
4
|
+
version: 4.0.0.alpha4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Piotr Zadrożny
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-12-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -223,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
223
223
|
version: 1.3.1
|
224
224
|
requirements: []
|
225
225
|
rubyforge_project:
|
226
|
-
rubygems_version: 2.
|
226
|
+
rubygems_version: 2.4.5.1
|
227
227
|
signing_key:
|
228
228
|
specification_version: 4
|
229
229
|
summary: A Ruby client library for Syncano 4.0
|