korona-entry-client 1.0.2 → 1.0.3
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-entry-client.gemspec +1 -1
- data/lib/korona-entry-client/version.rb +1 -1
- metadata +17 -29
- data/korona-entry-client-1.0.0.gem +0 -0
- data/korona-entry-client-1.0.1.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ec47657bb34a122c7ee0e3727dff89a18ae29d06897cb6da0ae3cab517aa031
|
|
4
|
+
data.tar.gz: df20173fa674b87c226143ce6fd1f426bcbaf5827f5bb426fc135e89155957ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f52ab5481b9e00e18d313fe1dbfe1274002c789bcc793710efd5298cf66843f9b0e3fa75d1329037287ab6043b7aa3ea18b6b2f6c2f79e9516eb5634d6477d50
|
|
7
|
+
data.tar.gz: b102dc529d551d3a42ceda090797b9b9b8608a9658a45d77d642b3a43c3323e55f141e05e13c68a38feedbbd736f1c9da57b078f02a30b9628af3bbf273d0d1f
|
data/korona-entry-client.gemspec
CHANGED
|
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
|
|
|
28
28
|
s.required_ruby_version = ">= 1.9"
|
|
29
29
|
|
|
30
30
|
s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
|
|
31
|
-
s.add_runtime_dependency 'json', '
|
|
31
|
+
s.add_runtime_dependency 'json', '>= 1.8.0'
|
|
32
32
|
|
|
33
33
|
s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
|
|
34
34
|
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: korona-entry-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: typhoeus
|
|
@@ -34,22 +33,16 @@ dependencies:
|
|
|
34
33
|
name: json
|
|
35
34
|
requirement: !ruby/object:Gem::Requirement
|
|
36
35
|
requirements:
|
|
37
|
-
- - "~>"
|
|
38
|
-
- !ruby/object:Gem::Version
|
|
39
|
-
version: '2.1'
|
|
40
36
|
- - ">="
|
|
41
37
|
- !ruby/object:Gem::Version
|
|
42
|
-
version:
|
|
38
|
+
version: 1.8.0
|
|
43
39
|
type: :runtime
|
|
44
40
|
prerelease: false
|
|
45
41
|
version_requirements: !ruby/object:Gem::Requirement
|
|
46
42
|
requirements:
|
|
47
|
-
- - "~>"
|
|
48
|
-
- !ruby/object:Gem::Version
|
|
49
|
-
version: '2.1'
|
|
50
43
|
- - ">="
|
|
51
44
|
- !ruby/object:Gem::Version
|
|
52
|
-
version:
|
|
45
|
+
version: 1.8.0
|
|
53
46
|
- !ruby/object:Gem::Dependency
|
|
54
47
|
name: rspec
|
|
55
48
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -102,8 +95,6 @@ files:
|
|
|
102
95
|
- docs/TicketPersonalization.md
|
|
103
96
|
- docs/TicketsApi.md
|
|
104
97
|
- git_push.sh
|
|
105
|
-
- korona-entry-client-1.0.0.gem
|
|
106
|
-
- korona-entry-client-1.0.1.gem
|
|
107
98
|
- korona-entry-client.gemspec
|
|
108
99
|
- lib/korona-entry-client.rb
|
|
109
100
|
- lib/korona-entry-client/api/external_ticket_configurations_api.rb
|
|
@@ -159,7 +150,6 @@ homepage: https://github.com/giantmonkey/korona-entry-client
|
|
|
159
150
|
licenses:
|
|
160
151
|
- Unlicense
|
|
161
152
|
metadata: {}
|
|
162
|
-
post_install_message:
|
|
163
153
|
rdoc_options: []
|
|
164
154
|
require_paths:
|
|
165
155
|
- lib
|
|
@@ -174,33 +164,31 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
174
164
|
- !ruby/object:Gem::Version
|
|
175
165
|
version: '0'
|
|
176
166
|
requirements: []
|
|
177
|
-
|
|
178
|
-
rubygems_version: 2.7.6
|
|
179
|
-
signing_key:
|
|
167
|
+
rubygems_version: 4.0.3
|
|
180
168
|
specification_version: 4
|
|
181
169
|
summary: KORONA.entry API v1 Ruby Gem
|
|
182
170
|
test_files:
|
|
183
171
|
- spec/api/external_ticket_configurations_api_spec.rb
|
|
184
172
|
- spec/api/organizational_units_api_spec.rb
|
|
185
|
-
- spec/api/tickets_api_spec.rb
|
|
186
173
|
- spec/api/statistics_api_spec.rb
|
|
174
|
+
- spec/api/tickets_api_spec.rb
|
|
187
175
|
- spec/api_client_spec.rb
|
|
188
176
|
- spec/configuration_spec.rb
|
|
189
|
-
- spec/models/
|
|
190
|
-
- spec/models/ticket_information_spec.rb
|
|
191
|
-
- spec/models/ticket_image_spec.rb
|
|
192
|
-
- spec/models/organizational_unit_list_spec.rb
|
|
193
|
-
- spec/models/ticket_entry_log_list_spec.rb
|
|
194
|
-
- spec/models/ticket_entry_log_spec.rb
|
|
177
|
+
- spec/models/bad_request_error_spec.rb
|
|
195
178
|
- spec/models/entry_response_spec.rb
|
|
179
|
+
- spec/models/external_ticket_configuration_list_spec.rb
|
|
180
|
+
- spec/models/external_ticket_configuration_spec.rb
|
|
196
181
|
- spec/models/model_reference_spec.rb
|
|
197
|
-
- spec/models/ticket_list_spec.rb
|
|
198
|
-
- spec/models/ticket_personalization_spec.rb
|
|
199
182
|
- spec/models/not_acceptable_error_spec.rb
|
|
200
|
-
- spec/models/
|
|
183
|
+
- spec/models/organizational_unit_list_spec.rb
|
|
201
184
|
- spec/models/organizational_unit_spec.rb
|
|
202
185
|
- spec/models/statistic_grouped_entry_spec.rb
|
|
186
|
+
- spec/models/ticket_entry_log_list_spec.rb
|
|
187
|
+
- spec/models/ticket_entry_log_spec.rb
|
|
203
188
|
- spec/models/ticket_entry_spec.rb
|
|
204
|
-
- spec/models/
|
|
205
|
-
- spec/models/
|
|
189
|
+
- spec/models/ticket_image_spec.rb
|
|
190
|
+
- spec/models/ticket_information_spec.rb
|
|
191
|
+
- spec/models/ticket_list_spec.rb
|
|
192
|
+
- spec/models/ticket_personalization_spec.rb
|
|
193
|
+
- spec/models/ticket_spec.rb
|
|
206
194
|
- spec/spec_helper.rb
|
|
Binary file
|
|
Binary file
|