nexosis_api 1.0.1 → 1.0.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/nexosis_api/client.rb +2 -2
- data/nexosisapi.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2b997a9434d25b751e65efde4b3a9a6b58ad78b
|
|
4
|
+
data.tar.gz: 463ec0c9d01720274900f03a2df85d103d282c4a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc2c1e2a42e5eef101cf49207d9ecc32103c27bb587ccd8d6e4bf095f6c669dd6aa811acd288e609736b36171e1b9719b797a62586dd75a1db882d31c2b589a5
|
|
7
|
+
data.tar.gz: 7946b2578d223abd00e694ef5f533854c9015493c2a9e745ca75ddb36d0387ea27de3d9e245207f0e40025bb7bc8f527d3060db194552c42c543dcda085bfd87
|
data/lib/nexosis_api/client.rb
CHANGED
|
@@ -21,7 +21,7 @@ module NexosisApi
|
|
|
21
21
|
# Primary entry point to working with Nexosis API
|
|
22
22
|
class Client
|
|
23
23
|
include HTTParty
|
|
24
|
-
base_uri 'https://ml.nexosis.com/
|
|
24
|
+
base_uri 'https://ml.nexosis.com/v1'
|
|
25
25
|
include Client::Sessions
|
|
26
26
|
include Client::Datasets
|
|
27
27
|
|
|
@@ -65,4 +65,4 @@ module NexosisApi
|
|
|
65
65
|
content
|
|
66
66
|
end
|
|
67
67
|
end
|
|
68
|
-
end
|
|
68
|
+
end
|
data/nexosisapi.gemspec
CHANGED
|
@@ -10,12 +10,12 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ['support@nexosis.com']
|
|
11
11
|
spec.files = %w(nexosisapi.gemspec)
|
|
12
12
|
spec.files += Dir.glob("lib/**/*.rb")
|
|
13
|
-
spec.homepage = 'https://github.com/nexosis/
|
|
13
|
+
spec.homepage = 'https://github.com/nexosis/nexosisclient-rb'
|
|
14
14
|
spec.licenses = ['MIT']
|
|
15
15
|
spec.name = 'nexosis_api'
|
|
16
16
|
spec.require_paths = ['lib']
|
|
17
17
|
spec.required_ruby_version = '>= 2.0.0'
|
|
18
18
|
spec.summary = "Ruby client for working with the Nexosis API"
|
|
19
|
-
spec.version = '1.0.
|
|
19
|
+
spec.version = '1.0.2'
|
|
20
20
|
spec.metadata["yard.run"] = "yri"
|
|
21
21
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nexosis_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nexosis,Inc
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-06-
|
|
11
|
+
date: 2017-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -66,7 +66,7 @@ files:
|
|
|
66
66
|
- lib/nexosis_api/session_response.rb
|
|
67
67
|
- lib/nexosis_api/session_result.rb
|
|
68
68
|
- nexosisapi.gemspec
|
|
69
|
-
homepage: https://github.com/nexosis/
|
|
69
|
+
homepage: https://github.com/nexosis/nexosisclient-rb
|
|
70
70
|
licenses:
|
|
71
71
|
- MIT
|
|
72
72
|
metadata:
|
|
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
87
87
|
version: '0'
|
|
88
88
|
requirements: []
|
|
89
89
|
rubyforge_project:
|
|
90
|
-
rubygems_version: 2.
|
|
90
|
+
rubygems_version: 2.6.12
|
|
91
91
|
signing_key:
|
|
92
92
|
specification_version: 4
|
|
93
93
|
summary: Ruby client for working with the Nexosis API
|