nexosis_api 1.0.1 → 1.0.2

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: 8033e80ad77a8aaef047705b4226f4cf35004d53
4
- data.tar.gz: b6d345887506671863f2f663add52ef4d5204363
3
+ metadata.gz: b2b997a9434d25b751e65efde4b3a9a6b58ad78b
4
+ data.tar.gz: 463ec0c9d01720274900f03a2df85d103d282c4a
5
5
  SHA512:
6
- metadata.gz: ea20e9e26d1454e9a32ff6a00bb6fd0a735c98e53571cebaa4db1a8fe285b205cebdc710f887e07ecb8303effbf5bc0f3084892eda224799eedd1c671742bcc3
7
- data.tar.gz: e84c69d46be15bef19aeed3728b9b559c45877739cd152136124a1754b91eb22e66202b70c44aa6dce93cf63fa25cdcdb2f759da5cb25f91cdbc9a975be869be
6
+ metadata.gz: dc2c1e2a42e5eef101cf49207d9ecc32103c27bb587ccd8d6e4bf095f6c669dd6aa811acd288e609736b36171e1b9719b797a62586dd75a1db882d31c2b589a5
7
+ data.tar.gz: 7946b2578d223abd00e694ef5f533854c9015493c2a9e745ca75ddb36d0387ea27de3d9e245207f0e40025bb7bc8f527d3060db194552c42c543dcda085bfd87
@@ -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/api'
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
@@ -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/apiclient-rb'
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.1'
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.1
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-26 00:00:00.000000000 Z
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/apiclient-rb
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.5.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