korona-cloud-client 1.0.0 → 1.0.1
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/korona-cloud-client-1.0.0.gem +0 -0
- data/korona-cloud-client.gemspec +1 -1
- data/lib/korona-cloud-client/version.rb +1 -1
- metadata +18 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f1e412d58fad169f6dc20789f1c1d91904ddfef31abf29f8365c62392cf21fb4
|
|
4
|
+
data.tar.gz: f88ac8cc73eeb57b85a44ad9506399ad617527177fbdb8f10d5dea70b7a36e45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: baee73348305cd773552735343b621e2ef34b4d5f7bebc3b2c91a585edf26a4eb3b362071867043d77414d219fb0c57f51051cbbee46909297af73ba339fda99
|
|
7
|
+
data.tar.gz: 410fefa6bc34d5fac64f299e7dadb6261882f6fd67f0f6f1c0f844db7b5b8cc19c87bc601186547b3b28893728072568438ca67d91a77554180919f73a6828d8
|
|
Binary file
|
data/korona-cloud-client.gemspec
CHANGED
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|
|
21
21
|
s.platform = Gem::Platform::RUBY
|
|
22
22
|
s.authors = ["OpenAPI-Generator"]
|
|
23
23
|
s.email = ["support@combase.net"]
|
|
24
|
-
s.homepage = "https://
|
|
24
|
+
s.homepage = "https://github.com/giantmonkey/korona-cloud-client"
|
|
25
25
|
s.summary = "KORONA.cloud API v3 Ruby Gem"
|
|
26
26
|
s.description = "Our api provides access to our cloud services"
|
|
27
27
|
s.license = "Unlicense"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: korona-cloud-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -34,42 +34,42 @@ dependencies:
|
|
|
34
34
|
name: json
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
|
-
- - ">="
|
|
38
|
-
- !ruby/object:Gem::Version
|
|
39
|
-
version: 2.1.0
|
|
40
37
|
- - "~>"
|
|
41
38
|
- !ruby/object:Gem::Version
|
|
42
39
|
version: '2.1'
|
|
40
|
+
- - ">="
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
version: 2.1.0
|
|
43
43
|
type: :runtime
|
|
44
44
|
prerelease: false
|
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
47
|
-
- - ">="
|
|
48
|
-
- !ruby/object:Gem::Version
|
|
49
|
-
version: 2.1.0
|
|
50
47
|
- - "~>"
|
|
51
48
|
- !ruby/object:Gem::Version
|
|
52
49
|
version: '2.1'
|
|
50
|
+
- - ">="
|
|
51
|
+
- !ruby/object:Gem::Version
|
|
52
|
+
version: 2.1.0
|
|
53
53
|
- !ruby/object:Gem::Dependency
|
|
54
54
|
name: rspec
|
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
|
56
56
|
requirements:
|
|
57
|
-
- - ">="
|
|
58
|
-
- !ruby/object:Gem::Version
|
|
59
|
-
version: 3.6.0
|
|
60
57
|
- - "~>"
|
|
61
58
|
- !ruby/object:Gem::Version
|
|
62
59
|
version: '3.6'
|
|
60
|
+
- - ">="
|
|
61
|
+
- !ruby/object:Gem::Version
|
|
62
|
+
version: 3.6.0
|
|
63
63
|
type: :development
|
|
64
64
|
prerelease: false
|
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
|
67
|
-
- - ">="
|
|
68
|
-
- !ruby/object:Gem::Version
|
|
69
|
-
version: 3.6.0
|
|
70
67
|
- - "~>"
|
|
71
68
|
- !ruby/object:Gem::Version
|
|
72
69
|
version: '3.6'
|
|
70
|
+
- - ">="
|
|
71
|
+
- !ruby/object:Gem::Version
|
|
72
|
+
version: 3.6.0
|
|
73
73
|
description: Our api provides access to our cloud services
|
|
74
74
|
email:
|
|
75
75
|
- support@combase.net
|
|
@@ -270,6 +270,7 @@ files:
|
|
|
270
270
|
- docs/Validity.md
|
|
271
271
|
- docs/Weather.md
|
|
272
272
|
- git_push.sh
|
|
273
|
+
- korona-cloud-client-1.0.0.gem
|
|
273
274
|
- korona-cloud-client.gemspec
|
|
274
275
|
- lib/korona-cloud-client.rb
|
|
275
276
|
- lib/korona-cloud-client/api/accounts_api.rb
|
|
@@ -657,7 +658,7 @@ files:
|
|
|
657
658
|
- spec/models/validity_spec.rb
|
|
658
659
|
- spec/models/weather_spec.rb
|
|
659
660
|
- spec/spec_helper.rb
|
|
660
|
-
homepage: https://
|
|
661
|
+
homepage: https://github.com/giantmonkey/korona-cloud-client
|
|
661
662
|
licenses:
|
|
662
663
|
- Unlicense
|
|
663
664
|
metadata: {}
|
|
@@ -676,7 +677,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
676
677
|
- !ruby/object:Gem::Version
|
|
677
678
|
version: '0'
|
|
678
679
|
requirements: []
|
|
679
|
-
|
|
680
|
+
rubyforge_project:
|
|
681
|
+
rubygems_version: 2.7.6
|
|
680
682
|
signing_key:
|
|
681
683
|
specification_version: 4
|
|
682
684
|
summary: KORONA.cloud API v3 Ruby Gem
|