kinetic_sdk 5.0.7 → 5.0.12

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
  SHA256:
3
- metadata.gz: fca223abfc805dbb5e2cb6394e0d5c09fd2999db457a865cd524e4d881b5f00c
4
- data.tar.gz: d6d4618ab49bde503416fa9ec337b10fa055b049cecd3063b56f446281a0fad6
3
+ metadata.gz: b48973a248ca9299a82e2f508af5fe67bea291f0b9a3b672c250fd963e96531b
4
+ data.tar.gz: b2403cc106dee26a0a4f11f4bfe9be956d8ca3e7130a429285109569e4d406b0
5
5
  SHA512:
6
- metadata.gz: 3beabc7004dff9b2e178bb55659afe16f7b1799e3029849871681fb4882640602ecf4e6879e1eb27fcbaf20c9f45f20a1794b64c8b09fc1a4e3c654d2504f5e7
7
- data.tar.gz: 2881b85313ca07763d93bf29aba28a2192e2740eecd691bb1921d4b390f3acb980f27081d0583aa40a236ba19d755349c3fad8ca6f93e565202dbb899497b866
6
+ metadata.gz: 9b511e848a0eb5ba0c452b2407edb60382ae1a1fc03ca286e88245f8bd94330b0327b503dc1c592e2eaefd2769a86df09409c42c54b4a99ed1e8be8b6cf69680
7
+ data.tar.gz: df63b8db823ae2d18b427534604ec14014f8e4263a303edb38bbfe62befe8cd0ed547c9cd8e0642e9d371fd2d3ad4140ad2c5bb31d9bde0f1821c922ac3fdda7
@@ -1,5 +1,65 @@
1
1
  # Change Log
2
2
 
3
+ ## [5.0.12](https://github.com/kineticdata/kinetic-sdk-rb/releases/tag/5.0.12) (2020-08-27)
4
+
5
+ Added routes for webapis.
6
+
7
+ ## [5.0.11](https://github.com/kineticdata/kinetic-sdk-rb/releases/tag/5.0.11) (2020-08-24)
8
+
9
+ Don't remove spaces in filenames when exporting items. Spaces are valid in Windows filenames.
10
+
11
+ ## [5.0.10](https://github.com/kineticdata/kinetic-sdk-rb/releases/tag/5.0.10) (2020-08-24)
12
+
13
+ Changed how filenames are stored when items are exported to be compatible with Windows.
14
+
15
+ ## [5.0.9](https://github.com/kineticdata/kinetic-sdk-rb/releases/tag/5.0.9) (2020-06-29)
16
+
17
+ Bug Fixes.
18
+
19
+ ## [5.0.8](https://github.com/kineticdata/kinetic-sdk-rb/releases/tag/5.0.8) (2020-06-11)
20
+
21
+ Bug Fixes.
22
+
23
+ ## [5.0.7](https://github.com/kineticdata/kinetic-sdk-rb/releases/tag/5.0.7) (2020-05-15)
24
+
25
+ Bug Fixes.
26
+
27
+ ## [5.0.6](https://github.com/kineticdata/kinetic-sdk-rb/releases/tag/5.0.6) (2020-04-24)
28
+
29
+ Bug Fixes.
30
+
31
+ ## [5.0.5](https://github.com/kineticdata/kinetic-sdk-rb/releases/tag/5.0.5) (2020-04-24)
32
+
33
+ Bug Fixes.
34
+
35
+ ## [5.0.4](https://github.com/kineticdata/kinetic-sdk-rb/releases/tag/5.0.4) (2020-02-12)
36
+
37
+ Bug Fixes.
38
+
39
+ ## [5.0.3](https://github.com/kineticdata/kinetic-sdk-rb/releases/tag/5.0.3) (2020-01-16)
40
+
41
+ Bug Fixes.
42
+
43
+ ## [5.0.2](https://github.com/kineticdata/kinetic-sdk-rb/releases/tag/5.0.2) (2020-01-10)
44
+
45
+ Bug Fixes.
46
+
47
+ ## [5.0.1](https://github.com/kineticdata/kinetic-sdk-rb/releases/tag/5.0.1) (2020-01-10)
48
+
49
+ Bug Fixes.
50
+
51
+ ## [5.0.0](https://github.com/kineticdata/kinetic-sdk-rb/releases/tag/5.0.0) (2019-12-19)
52
+
53
+ Bumped version to correspond with Kinetic Platform 5.0.0.
54
+
55
+ ## [1.0.2](https://github.com/kineticdata/kinetic-sdk-rb/releases/tag/1.0.2) (2019-12-18)
56
+
57
+ Bug Fixes.
58
+
59
+ ## [1.0.1](https://github.com/kineticdata/kinetic-sdk-rb/releases/tag/1.0.1) (2019-12-17)
60
+
61
+ Bug Fixes.
62
+
3
63
  ## [1.0.0](https://github.com/kineticdata/kinetic-sdk-rb/tree/1.0.0) (2019-06-13)
4
64
 
5
65
  ** 0.x to 1.x Upgrade Warning **
@@ -25,9 +25,9 @@ Gem::Specification.new do |spec|
25
25
 
26
26
  spec.add_development_dependency "kontena-websocket-client", "0.1.1"
27
27
 
28
- spec.add_development_dependency "bundler", "~> 1.16"
28
+ spec.add_development_dependency "bundler", "~> 1.17"
29
29
  spec.add_development_dependency "rake", "~> 13.0.1"
30
- spec.add_development_dependency "yard", "~> 0.9.20"
30
+ spec.add_development_dependency "yard", "~> 0.9.25"
31
31
 
32
32
  spec.metadata["yard.run"] = "yri"
33
33
  end
@@ -3,26 +3,26 @@ module KineticSdk
3
3
 
4
4
  # Add a Bridge
5
5
  #
6
- # @param body [Hash] properties associated to the Bridge
7
- # - +adapterClass+
6
+ # @param body [Hash] optional properties associated to the Bridge
8
7
  # - +name+
9
- # - +slug+
10
- # - +properties+
8
+ # - +status+
9
+ # - +url+
11
10
  # @param headers [Hash] hash of headers to send, default is basic authentication and accept JSON content type
12
11
  # @return [KineticSdk::Utils::KineticHttpResponse] object, with +code+, +message+, +content_string+, and +content+ properties
13
- def add_bridge(body, headers=default_headers)
14
- @logger.info("Adding the \"#{body['name']}\" bridge through proxy to the agent platform component.")
15
- post("#{@proxy_url}/agent/app/api/v1/bridges", body, headers)
12
+ def add_bridge(body={}, headers=default_headers)
13
+ @logger.info("Adding the \"#{body['name']}\" Bridge.")
14
+ post("#{@api_url}/bridges", body, headers)
16
15
  end
17
16
 
18
17
  # Delete a Bridge
19
18
  #
20
- # @param slug [String] slug of the Bridge
19
+ # @param name [String] name of the bridge
20
+ # @param params [Hash] Query parameters that are added to the URL, such as +include+
21
21
  # @param headers [Hash] hash of headers to send, default is basic authentication and accept JSON content type
22
22
  # @return [KineticSdk::Utils::KineticHttpResponse] object, with +code+, +message+, +content_string+, and +content+ properties
23
- def delete_bridge(slug, headers=default_headers)
24
- @logger.info("Deleting the \"#{slug}\" bridge through proxy to the agent platform component.")
25
- delete("#{@proxy_url}/agent/app/api/v1/bridges/#{slug}", headers)
23
+ def delete_bridge(name, params={}, headers=default_headers)
24
+ @logger.info("Deleting the \"#{name}\" bridge.")
25
+ delete("#{@api_url}/bridges/#{encode(name)}", headers)
26
26
  end
27
27
 
28
28
  # Find a list of bridges
@@ -31,30 +31,30 @@ module KineticSdk
31
31
  # @param headers [Hash] hash of headers to send, default is basic authentication and accept JSON content type
32
32
  # @return [KineticSdk::Utils::KineticHttpResponse] object, with +code+, +message+, +content_string+, and +content+ properties
33
33
  def find_bridges(params={}, headers=default_headers)
34
- @logger.info("Find bridges through proxy to the agent platform component.")
35
- get("#{@proxy_url}/agent/app/api/v1/bridges", params, headers)
34
+ @logger.info("Find Bridges.")
35
+ get("#{@api_url}/bridges", params, headers)
36
36
  end
37
37
 
38
38
  # Find a bridge
39
39
  #
40
- # @param slug [String] slug of the bridge
40
+ # @param name [String] name of the bridge
41
41
  # @param params [Hash] Query parameters that are added to the URL, such as +include+
42
42
  # @param headers [Hash] hash of headers to send, default is basic authentication and accept JSON content type
43
43
  # @return [KineticSdk::Utils::KineticHttpResponse] object, with +code+, +message+, +content_string+, and +content+ properties
44
- def find_bridge(slug, params={}, headers=default_headers)
45
- @logger.info("Finding the \"#{slug}\" bridge through proxy to the agent platform component.")
46
- get("#{@proxy_url}/agent/app/api/v1/bridges/#{slug}", params, headers)
44
+ def find_bridge(name, params={}, headers=default_headers)
45
+ @logger.info("Finding the \"#{name}\" Bridge.")
46
+ get("#{@api_url}/bridges/#{encode(name)}", params, headers)
47
47
  end
48
48
 
49
49
  # Update a bridge
50
50
  #
51
- # @param slug [String] slug of the bridge
51
+ # @param name [String] name of the bridge
52
52
  # @param body [Hash] properties of the bridge to update
53
53
  # @param headers [Hash] hash of headers to send, default is basic authentication and accept JSON content type
54
54
  # @return [KineticSdk::Utils::KineticHttpResponse] object, with +code+, +message+, +content_string+, and +content+ properties
55
- def update_bridge(slug, body={}, headers=default_headers)
56
- @logger.info("Updating the \"#{slug}\" bridge through proxy to the agent platform component.")
57
- put("#{@proxy_url}/agent/app/api/v1/bridges/#{slug}", body, headers)
55
+ def update_bridge(name, body={}, headers=default_headers)
56
+ @logger.info("Updating the \"#{name}\" Bridge.")
57
+ put("#{@api_url}/bridges/#{encode(name)}", body, headers)
58
58
  end
59
59
 
60
60
  # Add a Bridge Model
@@ -0,0 +1,144 @@
1
+ module KineticSdk
2
+ class Core
3
+
4
+ # Add a Web API on the Space
5
+ #
6
+ # @param body [Hash] hash of Web API properties
7
+ # - +method+ - The method of the Web API - "GET", "POST", "PUT", or "DELETE"
8
+ # - +slug+ - The slug of the Web API
9
+ # - +securityPolicies+ - [Array] Array of hashes
10
+ # - - +endpoint+ - "Execution"
11
+ # - - +name+ - Name of an existing Space Security Definition
12
+
13
+ # @param headers [Hash] hash of headers to send, default is basic authentication and accept JSON content type
14
+ # @return [KineticSdk::Utils::KineticHttpResponse] object, with +code+, +message+, +content_string+, and +content+ properties
15
+ def add_space_webapi(body, headers=default_headers)
16
+ raise StandardError.new "Web API properties is not valid, must be a Hash." unless body.is_a? Hash
17
+ @logger.info("Adding the \"#{body['slug']}\" to the Space.")
18
+ post("#{@api_url}/webApis", body, headers)
19
+ end
20
+
21
+ # Add a Web API on a Kapp
22
+ #
23
+ # @param kapp_slug [String] the Kapp slug
24
+ # @param body [Hash] hash of Web API properties
25
+ # - +method+ - The method of the Web API - "GET", "POST", "PUT", or "DELETE"
26
+ # - +slug+ - The slug of the Web API
27
+ # - +securityPolicies+ - [Array] Array of hashes
28
+ # - - +endpoint+ - "Execution"
29
+ # - - +name+ - Name of an existing Space Security Definition
30
+
31
+ # @param headers [Hash] hash of headers to send, default is basic authentication and accept JSON content type
32
+ # @return [KineticSdk::Utils::KineticHttpResponse] object, with +code+, +message+, +content_string+, and +content+ properties
33
+ def add_kapp_webapi(kapp_slug, body, headers=default_headers)
34
+ raise StandardError.new "Web API properties is not valid, must be a Hash." unless body.is_a? Hash
35
+ @logger.info("Adding the \"#{body['slug']}\" to the \"#{kapp_slug}\" Kapp.")
36
+ post("#{@api_url}/kapps/#{kapp_slug}/webApis", body, headers)
37
+ end
38
+
39
+ # Find all Web APIs for the Space
40
+ #
41
+ # @param params [Hash] Query parameters that are added to the URL, such as +include+
42
+ # @param headers [Hash] hash of headers to send, default is basic authentication and accept JSON content type
43
+ # @return [KineticSdk::Utils::KineticHttpResponse] object, with +code+, +message+, +content_string+, and +content+ properties
44
+ def find_space_webapis(params={}, headers=default_headers)
45
+ @logger.info("Finding all Web APIs on the Space")
46
+ get("#{@api_url}/webApis", params, headers)
47
+ end
48
+
49
+ # Find a single Web API on the Space
50
+ #
51
+ # @param slug [String] slug of the Web API
52
+ # @param params [Hash] Query parameters that are added to the URL, such as +include+
53
+ # @param headers [Hash] hash of headers to send, default is basic authentication and accept JSON content type
54
+ # @return [KineticSdk::Utils::KineticHttpResponse] object, with +code+, +message+, +content_string+, and +content+ properties
55
+ def find_space_webapi(slug, params={}, headers=default_headers)
56
+ @logger.info("Finding the \"#{slug}\" Web API on the Space")
57
+ get("#{@api_url}/webApis/#{slug}", params, headers)
58
+ end
59
+
60
+ # Find all Web APIs for a Kapp
61
+ #
62
+ # @param kapp_slug [String] the Kapp slug
63
+ # @param params [Hash] Query parameters that are added to the URL, such as +include+
64
+ # @param headers [Hash] hash of headers to send, default is basic authentication and accept JSON content type
65
+ # @return [KineticSdk::Utils::KineticHttpResponse] object, with +code+, +message+, +content_string+, and +content+ properties
66
+ def find_kapp_webapis(kapp_slug, params={}, headers=default_headers)
67
+ @logger.info("Finding all Web APIs on the \"#{kapp_slug}\" Kapp.")
68
+ get("#{@api_url}/kapps/#{kapp_slug}/webApis", params, headers)
69
+ end
70
+
71
+ # Find a single Web API on the Kapp
72
+ #
73
+ # @param kapp_slug [String] the Kapp slug
74
+ # @param slug [String] slug of the Web API
75
+ # @param params [Hash] Query parameters that are added to the URL, such as +include+
76
+ # @param headers [Hash] hash of headers to send, default is basic authentication and accept JSON content type
77
+ # @return [KineticSdk::Utils::KineticHttpResponse] object, with +code+, +message+, +content_string+, and +content+ properties
78
+ def find_kapp_webapi(kapp_slug, slug, params={}, headers=default_headers)
79
+ @logger.info("Finding the \"#{slug}\" Web API on the \"#{kapp_slug}\" Kapp.")
80
+ get("#{@api_url}/kapps/#{kapp_slug}/webApis/#{slug}", params, headers)
81
+ end
82
+
83
+ # Update a Web API on the Space
84
+ #
85
+ # All of the Web API properties are optional. Only the properties provided
86
+ # in the Hash will be updated, the other properties will retain their
87
+ # current values.
88
+ #
89
+ # @param slug [String] the slug of the Web API
90
+ # @param body [Hash] hash of Web API properties
91
+ # - +method+ - The method of the Web API - "GET", "POST", "PUT", or "DELETE"
92
+ # - +slug+ - The slug of the Web API
93
+ # - +securityPolicies+ - [Array] Array of hashes
94
+ # - - +endpoint+ - "Execution"
95
+ # - - +name+ - Name of an existing Space Security Definition
96
+ # @param headers [Hash] hash of headers to send, default is basic authentication and accept JSON content type
97
+ # @return [KineticSdk::Utils::KineticHttpResponse] object, with +code+, +message+, +content_string+, and +content+ properties
98
+ def update_space_webapi(slug, body, headers=default_headers)
99
+ @logger.info("Updating the \"#{slug}\" Web API on the Space.")
100
+ put("#{@api_url}/webApis/#{slug}", body, headers)
101
+ end
102
+
103
+ # Update a Web API on a Kapp
104
+ #
105
+ # All of the Web API properties are optional. Only the properties provided
106
+ # in the Hash will be updated, the other properties will retain their
107
+ # current values.
108
+ #
109
+ # @param kapp_slug [String] the Kapp slug
110
+ # @param slug [String] the slug of the Web API
111
+ # @param body [Hash] hash of Web API properties
112
+ # - +method+ - The method of the Web API - "GET", "POST", "PUT", or "DELETE"
113
+ # - +slug+ - The slug of the Web API
114
+ # - +securityPolicies+ - [Array] Array of hashes
115
+ # - - +endpoint+ - "Execution"
116
+ # - - +name+ - Name of an existing Space Security Definition
117
+ # @param headers [Hash] hash of headers to send, default is basic authentication and accept JSON content type
118
+ # @return [KineticSdk::Utils::KineticHttpResponse] object, with +code+, +message+, +content_string+, and +content+ properties
119
+ def update_kapp_webapi(kapp_slug, slug, body, headers=default_headers)
120
+ @logger.info("Updating the \"#{slug}\" Web API on the \"#{kapp_slug}\" Kapp.")
121
+ put("#{@api_url}/kapps/#{kapp_slug}/webApis/#{slug}", body, headers)
122
+ end
123
+
124
+ # Delete a Web API on the Space
125
+ # @param slug [String] the slug of the Web API
126
+ # @param headers [Hash] hash of headers to send, default is basic authentication and accept JSON content type
127
+ # @return [KineticSdk::Utils::KineticHttpResponse] object, with +code+, +message+, +content_string+, and +content+ properties
128
+ def delete_space_webapi(slug, headers=default_headers)
129
+ @logger.info("Deleting the \"#{slug}\" Web API on the Space.")
130
+ delete("#{@api_url}/webApis/#{slug}", headers)
131
+ end
132
+
133
+ # Delete a Web API on a Kapp
134
+ # @param kapp_slug [String] the Kapp slug
135
+ # @param slug [String] the slug of the Web API
136
+ # @param headers [Hash] hash of headers to send, default is basic authentication and accept JSON content type
137
+ # @return [KineticSdk::Utils::KineticHttpResponse] object, with +code+, +message+, +content_string+, and +content+ properties
138
+ def delete_kapp_webapi(kapp_slug, slug, headers=default_headers)
139
+ @logger.info("Deleting the \"#{slug}\" Web API on the \"#{kapp_slug}\" Kapp.")
140
+ delete("#{@api_url}/kapps/#{kapp_slug}/webApis/#{slug}", headers)
141
+ end
142
+
143
+ end
144
+ end
@@ -18,7 +18,7 @@ module KineticSdk
18
18
  def delete_handlers(headers=header_basic_auth)
19
19
  @logger.info("Deleting all handlers")
20
20
  (find_handlers(headers).content['handlers'] || []).each do |handler|
21
- delete("#{@api_url}/handlers/#{handler['definition_id']}", headers)
21
+ delete("#{@api_url}/handlers/#{handler['definitionId']}", headers)
22
22
  end
23
23
  end
24
24
 
@@ -60,7 +60,7 @@ module KineticSdk
60
60
  # @return nil
61
61
  def export_sources(headers=header_basic_auth)
62
62
  raise StandardError.new "An export directory must be defined to export sources." if @options[:export_directory].nil?
63
- response = find_sources({"include" => "policyRules"})
63
+ response = find_sources({"include" => "policyRules, properties"})
64
64
  (response.content["sourceRoots"] || []).each do |source|
65
65
  # determine which directory to write the file to
66
66
  if source['name'] != "-"
@@ -140,11 +140,16 @@ module KineticSdk
140
140
 
141
141
  # If this is not the "root" object
142
142
  if object_path != '' && !file_contents.empty?
143
+ # Remove all `/` and `\` characters with ``
144
+ # Replace all `.` with `/`
145
+ # Replace all `::` with `-` (this ensures nested Teams/Categories maintain a separator)
146
+ # Replace all non-slug characters with ``
147
+ filename = "#{core_path}/#{object_path.gsub('/\\', '').gsub('.', '/').gsub(/::/, '-').gsub(/[^ a-zA-Z0-9_\-\/]/, '')}.json"
143
148
  # Write the file_contents based upon the
144
- filename = "#{core_path}/#{object_path.gsub('.', '/')}.json"
145
149
  write_object_to_file(filename, file_contents)
146
150
  end
147
151
 
152
+
148
153
  # For each of the child objects
149
154
  child_objects.each do |key, child_object|
150
155
  # Process the export for that object (recursively)
@@ -3,5 +3,5 @@ module KineticSdk
3
3
  # Version of Kinetic SDK
4
4
  #
5
5
  # @return [String] Version of the SDK
6
- VERSION = "5.0.7"
6
+ VERSION = "5.0.12"
7
7
  end
metadata CHANGED
@@ -1,142 +1,142 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kinetic_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.7
4
+ version: 5.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kinetic Data
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-15 00:00:00.000000000 Z
11
+ date: 2020-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: slugify
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
16
  - - '='
18
17
  - !ruby/object:Gem::Version
19
18
  version: 1.0.7
20
- type: :runtime
19
+ name: slugify
21
20
  prerelease: false
21
+ type: :runtime
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
26
  version: 1.0.7
27
27
  - !ruby/object:Gem::Dependency
28
- name: multipart-post
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - '='
32
31
  - !ruby/object:Gem::Version
33
32
  version: 2.0.0
34
- type: :runtime
33
+ name: multipart-post
35
34
  prerelease: false
35
+ type: :runtime
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
40
  version: 2.0.0
41
41
  - !ruby/object:Gem::Dependency
42
- name: mime-types
43
42
  requirement: !ruby/object:Gem::Requirement
44
43
  requirements:
45
44
  - - '='
46
45
  - !ruby/object:Gem::Version
47
46
  version: '3.1'
48
- type: :runtime
47
+ name: mime-types
49
48
  prerelease: false
49
+ type: :runtime
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.1'
55
55
  - !ruby/object:Gem::Dependency
56
- name: parallel
57
56
  requirement: !ruby/object:Gem::Requirement
58
57
  requirements:
59
58
  - - '='
60
59
  - !ruby/object:Gem::Version
61
60
  version: 1.12.1
62
- type: :runtime
61
+ name: parallel
63
62
  prerelease: false
63
+ type: :runtime
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
68
  version: 1.12.1
69
69
  - !ruby/object:Gem::Dependency
70
- name: ruby-progressbar
71
70
  requirement: !ruby/object:Gem::Requirement
72
71
  requirements:
73
72
  - - '='
74
73
  - !ruby/object:Gem::Version
75
74
  version: 1.9.0
76
- type: :runtime
75
+ name: ruby-progressbar
77
76
  prerelease: false
77
+ type: :runtime
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - '='
81
81
  - !ruby/object:Gem::Version
82
82
  version: 1.9.0
83
83
  - !ruby/object:Gem::Dependency
84
- name: kontena-websocket-client
85
84
  requirement: !ruby/object:Gem::Requirement
86
85
  requirements:
87
86
  - - '='
88
87
  - !ruby/object:Gem::Version
89
88
  version: 0.1.1
90
- type: :development
89
+ name: kontena-websocket-client
91
90
  prerelease: false
91
+ type: :development
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - '='
95
95
  - !ruby/object:Gem::Version
96
96
  version: 0.1.1
97
97
  - !ruby/object:Gem::Dependency
98
- name: bundler
99
98
  requirement: !ruby/object:Gem::Requirement
100
99
  requirements:
101
100
  - - "~>"
102
101
  - !ruby/object:Gem::Version
103
- version: '1.16'
104
- type: :development
102
+ version: '1.17'
103
+ name: bundler
105
104
  prerelease: false
105
+ type: :development
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: '1.16'
110
+ version: '1.17'
111
111
  - !ruby/object:Gem::Dependency
112
- name: rake
113
112
  requirement: !ruby/object:Gem::Requirement
114
113
  requirements:
115
114
  - - "~>"
116
115
  - !ruby/object:Gem::Version
117
116
  version: 13.0.1
118
- type: :development
117
+ name: rake
119
118
  prerelease: false
119
+ type: :development
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
124
  version: 13.0.1
125
125
  - !ruby/object:Gem::Dependency
126
- name: yard
127
126
  requirement: !ruby/object:Gem::Requirement
128
127
  requirements:
129
128
  - - "~>"
130
129
  - !ruby/object:Gem::Version
131
- version: 0.9.20
132
- type: :development
130
+ version: 0.9.25
131
+ name: yard
133
132
  prerelease: false
133
+ type: :development
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
- version: 0.9.20
139
- description:
138
+ version: 0.9.25
139
+ description:
140
140
  email:
141
141
  - support@kineticdata.com
142
142
  executables:
@@ -362,6 +362,7 @@ files:
362
362
  - lib/kinetic_sdk/core/lib/system_api.rb
363
363
  - lib/kinetic_sdk/core/lib/teams.rb
364
364
  - lib/kinetic_sdk/core/lib/users.rb
365
+ - lib/kinetic_sdk/core/lib/webapis.rb
365
366
  - lib/kinetic_sdk/core/lib/webhook_jobs.rb
366
367
  - lib/kinetic_sdk/core/lib/webhooks.rb
367
368
  - lib/kinetic_sdk/discussions/discussions-sdk.rb
@@ -407,7 +408,7 @@ homepage: https://github.com/kineticdata/kinetic-sdk-rb
407
408
  licenses: []
408
409
  metadata:
409
410
  yard.run: yri
410
- post_install_message:
411
+ post_install_message:
411
412
  rdoc_options: []
412
413
  require_paths:
413
414
  - lib
@@ -422,8 +423,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
422
423
  - !ruby/object:Gem::Version
423
424
  version: '0'
424
425
  requirements: []
425
- rubygems_version: 3.0.6
426
- signing_key:
426
+ rubyforge_project:
427
+ rubygems_version: 2.6.11
428
+ signing_key:
427
429
  specification_version: 4
428
430
  summary: Ruby SDK for Kinetic Data application APIs
429
431
  test_files: []