vantage-client 0.0.1.beta.1 → 0.0.5
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/README.md +4 -4
- data/lib/vantage-client/version.rb +1 -1
- data/vantage-client-0.0.1.beta.1.gem +0 -0
- data/vantage-client-0.0.1.gem +0 -0
- data/vantage-client-0.0.2.gem +0 -0
- data/vantage-client-0.0.3.gem +0 -0
- data/vantage-client-0.0.4.gem +0 -0
- metadata +9 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2513eac97ae12ec110841960770c2099928093a5347606d4923fd67d29b53031
|
4
|
+
data.tar.gz: e96aa1889bc616ea4083dcfe7640af2509602e1d025f900506591b4e13aea4d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a0f3b6ae1e7ca00ecf440d4a27ff11929b4cb7c68af137bdba465a00e6ff7bc698e0da42da9d3b12a9a7cb2dd7c72087f7580ab79d4bd273e002678d3b5427f
|
7
|
+
data.tar.gz: 51d3771bcda00cd360725c76c75dd4f7fab326686bafbdf8e5b14f9773c4bed31603a9aa5d90574aeab3cd7aea63fc5e8e701e328ccd683b5dc8403ca8cb8d7e
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Vantage API
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
8
8
|
|
9
9
|
- API version: 1.0.0
|
10
|
-
- Package version: 0.0.
|
10
|
+
- Package version: 0.0.5
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://www.vantage.sh](https://www.vantage.sh)
|
13
13
|
|
@@ -24,15 +24,15 @@ gem build vantage-client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./vantage-client-0.0.
|
27
|
+
gem install ./vantage-client-0.0.5.gem
|
28
28
|
```
|
29
|
-
(for development, run `gem install --dev ./vantage-client-0.0.
|
29
|
+
(for development, run `gem install --dev ./vantage-client-0.0.5.gem` to install the development dependencies)
|
30
30
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
32
32
|
|
33
33
|
Finally add this to the Gemfile:
|
34
34
|
|
35
|
-
gem 'vantage-client', '~> 0.0.
|
35
|
+
gem 'vantage-client', '~> 0.0.5'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vantage-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ''
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-04-
|
11
|
+
date: 2021-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -259,7 +259,12 @@ files:
|
|
259
259
|
- spec/models/service_spec.rb
|
260
260
|
- spec/models/services_spec.rb
|
261
261
|
- spec/spec_helper.rb
|
262
|
+
- vantage-client-0.0.1.beta.1.gem
|
263
|
+
- vantage-client-0.0.1.gem
|
262
264
|
- vantage-client-0.0.1.pre.gem
|
265
|
+
- vantage-client-0.0.2.gem
|
266
|
+
- vantage-client-0.0.3.gem
|
267
|
+
- vantage-client-0.0.4.gem
|
263
268
|
- vantage-client.gemspec
|
264
269
|
homepage: https://vantage.sh
|
265
270
|
licenses:
|
@@ -276,9 +281,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
276
281
|
version: '1.9'
|
277
282
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
278
283
|
requirements:
|
279
|
-
- - "
|
284
|
+
- - ">="
|
280
285
|
- !ruby/object:Gem::Version
|
281
|
-
version:
|
286
|
+
version: '0'
|
282
287
|
requirements: []
|
283
288
|
rubygems_version: 3.2.3
|
284
289
|
signing_key:
|