primary_connect_client 1.6.0 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.openapi-generator/FILES +180 -0
- data/.openapi-generator/VERSION +1 -0
- data/.openapi-generator-ignore +23 -0
- data/.rspec +2 -0
- data/.rubocop.yml +148 -0
- data/CHANGELOG.md +9 -0
- data/Gemfile.lock +74 -0
- data/lib/primary_connect_client/version.rb +1 -1
- metadata +12 -7
- data/primary_connect_client.gemspec +0 -39
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cdc5b60efe24f05d4116453e7866db02867b261b966a12491ded255b5cadf610
|
4
|
+
data.tar.gz: 13bef80ed9147feb9742219aae8490e148c372c32453c4911b7c3ab403ec18d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41963e3dc9be1f366d8991a339e835f387a21a556d914e196e3b121d9dd1a61b8e04bafce26a097e3354bf6da8e4d321ade450337dea4ba22fd0253234e4182d
|
7
|
+
data.tar.gz: e010a245a46773579019aa83fe1a5c9a9ced1a3c1dae388bc15965f0ca8f10d8d94b3f645294fb214e79ebfb704eb83c61f8103fbe16592aa5a764eb5c5c9c88
|
@@ -0,0 +1,180 @@
|
|
1
|
+
.gitignore
|
2
|
+
.openapi-generator-ignore
|
3
|
+
.rspec
|
4
|
+
.rubocop.yml
|
5
|
+
.travis.yml
|
6
|
+
Gemfile
|
7
|
+
README.md
|
8
|
+
Rakefile
|
9
|
+
docs/Accession.md
|
10
|
+
docs/AccessionOrder.md
|
11
|
+
docs/Address.md
|
12
|
+
docs/CodedValue.md
|
13
|
+
docs/DefaultApi.md
|
14
|
+
docs/Demographics.md
|
15
|
+
docs/Device.md
|
16
|
+
docs/Dosage.md
|
17
|
+
docs/Error.md
|
18
|
+
docs/Event.md
|
19
|
+
docs/Events.md
|
20
|
+
docs/Identifier.md
|
21
|
+
docs/Ids.md
|
22
|
+
docs/Location.md
|
23
|
+
docs/Measurement.md
|
24
|
+
docs/Medication.md
|
25
|
+
docs/MedicationAdministration.md
|
26
|
+
docs/Meta.md
|
27
|
+
docs/MetaDestinations.md
|
28
|
+
docs/MetaMessage.md
|
29
|
+
docs/MetaSource.md
|
30
|
+
docs/MetaTransmission.md
|
31
|
+
docs/Name.md
|
32
|
+
docs/Order.md
|
33
|
+
docs/OrderIds.md
|
34
|
+
docs/OrderOrder.md
|
35
|
+
docs/OrderOrderClinicalInfo.md
|
36
|
+
docs/OrderOrderDiagnoses.md
|
37
|
+
docs/OrderOrderOrderingFacility.md
|
38
|
+
docs/OrderWithEventErrors.md
|
39
|
+
docs/Orders.md
|
40
|
+
docs/OrdersOrders.md
|
41
|
+
docs/Patient.md
|
42
|
+
docs/PatientContacts.md
|
43
|
+
docs/PhoneNumber.md
|
44
|
+
docs/Provider.md
|
45
|
+
docs/Result.md
|
46
|
+
docs/ResultIds.md
|
47
|
+
docs/ResultReferenceRange.md
|
48
|
+
docs/ResultReport.md
|
49
|
+
docs/Results.md
|
50
|
+
docs/Specimen.md
|
51
|
+
docs/Subject.md
|
52
|
+
docs/V2Device.md
|
53
|
+
docs/V2Dosage.md
|
54
|
+
docs/V2Medication.md
|
55
|
+
docs/V2MedicationAdministration.md
|
56
|
+
docs/Visit.md
|
57
|
+
docs/VisitCompany.md
|
58
|
+
docs/VisitGuarantor.md
|
59
|
+
docs/VisitGuarantorEmployer.md
|
60
|
+
docs/VisitInsurances.md
|
61
|
+
docs/VisitInsured.md
|
62
|
+
docs/VisitPlan.md
|
63
|
+
git_push.sh
|
64
|
+
lib/primary_connect_client.rb
|
65
|
+
lib/primary_connect_client/api/default_api.rb
|
66
|
+
lib/primary_connect_client/api_client.rb
|
67
|
+
lib/primary_connect_client/api_error.rb
|
68
|
+
lib/primary_connect_client/configuration.rb
|
69
|
+
lib/primary_connect_client/models/accession.rb
|
70
|
+
lib/primary_connect_client/models/accession_order.rb
|
71
|
+
lib/primary_connect_client/models/address.rb
|
72
|
+
lib/primary_connect_client/models/coded_value.rb
|
73
|
+
lib/primary_connect_client/models/demographics.rb
|
74
|
+
lib/primary_connect_client/models/device.rb
|
75
|
+
lib/primary_connect_client/models/dosage.rb
|
76
|
+
lib/primary_connect_client/models/error.rb
|
77
|
+
lib/primary_connect_client/models/event.rb
|
78
|
+
lib/primary_connect_client/models/events.rb
|
79
|
+
lib/primary_connect_client/models/identifier.rb
|
80
|
+
lib/primary_connect_client/models/ids.rb
|
81
|
+
lib/primary_connect_client/models/location.rb
|
82
|
+
lib/primary_connect_client/models/measurement.rb
|
83
|
+
lib/primary_connect_client/models/medication.rb
|
84
|
+
lib/primary_connect_client/models/medication_administration.rb
|
85
|
+
lib/primary_connect_client/models/meta.rb
|
86
|
+
lib/primary_connect_client/models/meta_destinations.rb
|
87
|
+
lib/primary_connect_client/models/meta_message.rb
|
88
|
+
lib/primary_connect_client/models/meta_source.rb
|
89
|
+
lib/primary_connect_client/models/meta_transmission.rb
|
90
|
+
lib/primary_connect_client/models/name.rb
|
91
|
+
lib/primary_connect_client/models/order.rb
|
92
|
+
lib/primary_connect_client/models/order_ids.rb
|
93
|
+
lib/primary_connect_client/models/order_order.rb
|
94
|
+
lib/primary_connect_client/models/order_order_clinical_info.rb
|
95
|
+
lib/primary_connect_client/models/order_order_diagnoses.rb
|
96
|
+
lib/primary_connect_client/models/order_order_ordering_facility.rb
|
97
|
+
lib/primary_connect_client/models/order_with_event_errors.rb
|
98
|
+
lib/primary_connect_client/models/orders.rb
|
99
|
+
lib/primary_connect_client/models/orders_orders.rb
|
100
|
+
lib/primary_connect_client/models/patient.rb
|
101
|
+
lib/primary_connect_client/models/patient_contacts.rb
|
102
|
+
lib/primary_connect_client/models/phone_number.rb
|
103
|
+
lib/primary_connect_client/models/provider.rb
|
104
|
+
lib/primary_connect_client/models/result.rb
|
105
|
+
lib/primary_connect_client/models/result_ids.rb
|
106
|
+
lib/primary_connect_client/models/result_reference_range.rb
|
107
|
+
lib/primary_connect_client/models/result_report.rb
|
108
|
+
lib/primary_connect_client/models/results.rb
|
109
|
+
lib/primary_connect_client/models/specimen.rb
|
110
|
+
lib/primary_connect_client/models/subject.rb
|
111
|
+
lib/primary_connect_client/models/v2_device.rb
|
112
|
+
lib/primary_connect_client/models/v2_dosage.rb
|
113
|
+
lib/primary_connect_client/models/v2_medication.rb
|
114
|
+
lib/primary_connect_client/models/v2_medication_administration.rb
|
115
|
+
lib/primary_connect_client/models/visit.rb
|
116
|
+
lib/primary_connect_client/models/visit_company.rb
|
117
|
+
lib/primary_connect_client/models/visit_guarantor.rb
|
118
|
+
lib/primary_connect_client/models/visit_guarantor_employer.rb
|
119
|
+
lib/primary_connect_client/models/visit_insurances.rb
|
120
|
+
lib/primary_connect_client/models/visit_insured.rb
|
121
|
+
lib/primary_connect_client/models/visit_plan.rb
|
122
|
+
lib/primary_connect_client/version.rb
|
123
|
+
primary_connect_client.gemspec
|
124
|
+
spec/api/default_api_spec.rb
|
125
|
+
spec/api_client_spec.rb
|
126
|
+
spec/configuration_spec.rb
|
127
|
+
spec/models/accession_order_spec.rb
|
128
|
+
spec/models/accession_spec.rb
|
129
|
+
spec/models/address_spec.rb
|
130
|
+
spec/models/coded_value_spec.rb
|
131
|
+
spec/models/demographics_spec.rb
|
132
|
+
spec/models/device_spec.rb
|
133
|
+
spec/models/dosage_spec.rb
|
134
|
+
spec/models/error_spec.rb
|
135
|
+
spec/models/event_spec.rb
|
136
|
+
spec/models/events_spec.rb
|
137
|
+
spec/models/identifier_spec.rb
|
138
|
+
spec/models/ids_spec.rb
|
139
|
+
spec/models/location_spec.rb
|
140
|
+
spec/models/measurement_spec.rb
|
141
|
+
spec/models/medication_administration_spec.rb
|
142
|
+
spec/models/medication_spec.rb
|
143
|
+
spec/models/meta_destinations_spec.rb
|
144
|
+
spec/models/meta_message_spec.rb
|
145
|
+
spec/models/meta_source_spec.rb
|
146
|
+
spec/models/meta_spec.rb
|
147
|
+
spec/models/meta_transmission_spec.rb
|
148
|
+
spec/models/name_spec.rb
|
149
|
+
spec/models/order_ids_spec.rb
|
150
|
+
spec/models/order_order_clinical_info_spec.rb
|
151
|
+
spec/models/order_order_diagnoses_spec.rb
|
152
|
+
spec/models/order_order_ordering_facility_spec.rb
|
153
|
+
spec/models/order_order_spec.rb
|
154
|
+
spec/models/order_spec.rb
|
155
|
+
spec/models/order_with_event_errors_spec.rb
|
156
|
+
spec/models/orders_orders_spec.rb
|
157
|
+
spec/models/orders_spec.rb
|
158
|
+
spec/models/patient_contacts_spec.rb
|
159
|
+
spec/models/patient_spec.rb
|
160
|
+
spec/models/phone_number_spec.rb
|
161
|
+
spec/models/provider_spec.rb
|
162
|
+
spec/models/result_ids_spec.rb
|
163
|
+
spec/models/result_reference_range_spec.rb
|
164
|
+
spec/models/result_report_spec.rb
|
165
|
+
spec/models/result_spec.rb
|
166
|
+
spec/models/results_spec.rb
|
167
|
+
spec/models/specimen_spec.rb
|
168
|
+
spec/models/subject_spec.rb
|
169
|
+
spec/models/v2_device_spec.rb
|
170
|
+
spec/models/v2_dosage_spec.rb
|
171
|
+
spec/models/v2_medication_administration_spec.rb
|
172
|
+
spec/models/v2_medication_spec.rb
|
173
|
+
spec/models/visit_company_spec.rb
|
174
|
+
spec/models/visit_guarantor_employer_spec.rb
|
175
|
+
spec/models/visit_guarantor_spec.rb
|
176
|
+
spec/models/visit_insurances_spec.rb
|
177
|
+
spec/models/visit_insured_spec.rb
|
178
|
+
spec/models/visit_plan_spec.rb
|
179
|
+
spec/models/visit_spec.rb
|
180
|
+
spec/spec_helper.rb
|
@@ -0,0 +1 @@
|
|
1
|
+
5.3.0
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# OpenAPI Generator Ignore
|
2
|
+
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
|
3
|
+
|
4
|
+
# Use this file to prevent files from being overwritten by the generator.
|
5
|
+
# The patterns follow closely to .gitignore or .dockerignore.
|
6
|
+
|
7
|
+
# As an example, the C# client generator defines ApiClient.cs.
|
8
|
+
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
|
9
|
+
#ApiClient.cs
|
10
|
+
|
11
|
+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
|
12
|
+
#foo/*/qux
|
13
|
+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
|
14
|
+
|
15
|
+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
|
16
|
+
#foo/**/qux
|
17
|
+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
|
18
|
+
|
19
|
+
# You can also negate patterns with an exclamation (!).
|
20
|
+
# For example, you can ignore all files in a docs folder with the file extension .md:
|
21
|
+
#docs/*.md
|
22
|
+
# Then explicitly reverse the ignore rule for a single file:
|
23
|
+
#!docs/README.md
|
data/.rspec
ADDED
data/.rubocop.yml
ADDED
@@ -0,0 +1,148 @@
|
|
1
|
+
# This file is based on https://github.com/rails/rails/blob/master/.rubocop.yml (MIT license)
|
2
|
+
# Automatically generated by OpenAPI Generator (https://openapi-generator.tech)
|
3
|
+
AllCops:
|
4
|
+
TargetRubyVersion: 2.4
|
5
|
+
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
|
6
|
+
# to ignore them, so only the ones explicitly set in this file are enabled.
|
7
|
+
DisabledByDefault: true
|
8
|
+
Exclude:
|
9
|
+
- '**/templates/**/*'
|
10
|
+
- '**/vendor/**/*'
|
11
|
+
- 'actionpack/lib/action_dispatch/journey/parser.rb'
|
12
|
+
|
13
|
+
# Prefer &&/|| over and/or.
|
14
|
+
Style/AndOr:
|
15
|
+
Enabled: true
|
16
|
+
|
17
|
+
# Align `when` with `case`.
|
18
|
+
Layout/CaseIndentation:
|
19
|
+
Enabled: true
|
20
|
+
|
21
|
+
# Align comments with method definitions.
|
22
|
+
Layout/CommentIndentation:
|
23
|
+
Enabled: true
|
24
|
+
|
25
|
+
Layout/ElseAlignment:
|
26
|
+
Enabled: true
|
27
|
+
|
28
|
+
Layout/EmptyLineAfterMagicComment:
|
29
|
+
Enabled: true
|
30
|
+
|
31
|
+
# In a regular class definition, no empty lines around the body.
|
32
|
+
Layout/EmptyLinesAroundClassBody:
|
33
|
+
Enabled: true
|
34
|
+
|
35
|
+
# In a regular method definition, no empty lines around the body.
|
36
|
+
Layout/EmptyLinesAroundMethodBody:
|
37
|
+
Enabled: true
|
38
|
+
|
39
|
+
# In a regular module definition, no empty lines around the body.
|
40
|
+
Layout/EmptyLinesAroundModuleBody:
|
41
|
+
Enabled: true
|
42
|
+
|
43
|
+
Layout/FirstArgumentIndentation:
|
44
|
+
Enabled: true
|
45
|
+
|
46
|
+
# Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }.
|
47
|
+
Style/HashSyntax:
|
48
|
+
Enabled: false
|
49
|
+
|
50
|
+
# Method definitions after `private` or `protected` isolated calls need one
|
51
|
+
# extra level of indentation.
|
52
|
+
Layout/IndentationConsistency:
|
53
|
+
Enabled: true
|
54
|
+
EnforcedStyle: indented_internal_methods
|
55
|
+
|
56
|
+
# Two spaces, no tabs (for indentation).
|
57
|
+
Layout/IndentationWidth:
|
58
|
+
Enabled: true
|
59
|
+
|
60
|
+
Layout/LeadingCommentSpace:
|
61
|
+
Enabled: true
|
62
|
+
|
63
|
+
Layout/SpaceAfterColon:
|
64
|
+
Enabled: true
|
65
|
+
|
66
|
+
Layout/SpaceAfterComma:
|
67
|
+
Enabled: true
|
68
|
+
|
69
|
+
Layout/SpaceAroundEqualsInParameterDefault:
|
70
|
+
Enabled: true
|
71
|
+
|
72
|
+
Layout/SpaceAroundKeyword:
|
73
|
+
Enabled: true
|
74
|
+
|
75
|
+
Layout/SpaceAroundOperators:
|
76
|
+
Enabled: true
|
77
|
+
|
78
|
+
Layout/SpaceBeforeComma:
|
79
|
+
Enabled: true
|
80
|
+
|
81
|
+
Layout/SpaceBeforeFirstArg:
|
82
|
+
Enabled: true
|
83
|
+
|
84
|
+
Style/DefWithParentheses:
|
85
|
+
Enabled: true
|
86
|
+
|
87
|
+
# Defining a method with parameters needs parentheses.
|
88
|
+
Style/MethodDefParentheses:
|
89
|
+
Enabled: true
|
90
|
+
|
91
|
+
Style/FrozenStringLiteralComment:
|
92
|
+
Enabled: false
|
93
|
+
EnforcedStyle: always
|
94
|
+
|
95
|
+
# Use `foo {}` not `foo{}`.
|
96
|
+
Layout/SpaceBeforeBlockBraces:
|
97
|
+
Enabled: true
|
98
|
+
|
99
|
+
# Use `foo { bar }` not `foo {bar}`.
|
100
|
+
Layout/SpaceInsideBlockBraces:
|
101
|
+
Enabled: true
|
102
|
+
|
103
|
+
# Use `{ a: 1 }` not `{a:1}`.
|
104
|
+
Layout/SpaceInsideHashLiteralBraces:
|
105
|
+
Enabled: true
|
106
|
+
|
107
|
+
Layout/SpaceInsideParens:
|
108
|
+
Enabled: true
|
109
|
+
|
110
|
+
# Check quotes usage according to lint rule below.
|
111
|
+
#Style/StringLiterals:
|
112
|
+
# Enabled: true
|
113
|
+
# EnforcedStyle: single_quotes
|
114
|
+
|
115
|
+
# Detect hard tabs, no hard tabs.
|
116
|
+
Layout/IndentationStyle:
|
117
|
+
Enabled: true
|
118
|
+
|
119
|
+
# Blank lines should not have any spaces.
|
120
|
+
Layout/TrailingEmptyLines:
|
121
|
+
Enabled: true
|
122
|
+
|
123
|
+
# No trailing whitespace.
|
124
|
+
Layout/TrailingWhitespace:
|
125
|
+
Enabled: false
|
126
|
+
|
127
|
+
# Use quotes for string literals when they are enough.
|
128
|
+
Style/RedundantPercentQ:
|
129
|
+
Enabled: true
|
130
|
+
|
131
|
+
# Align `end` with the matching keyword or starting expression except for
|
132
|
+
# assignments, where it should be aligned with the LHS.
|
133
|
+
Layout/EndAlignment:
|
134
|
+
Enabled: true
|
135
|
+
EnforcedStyleAlignWith: variable
|
136
|
+
AutoCorrect: true
|
137
|
+
|
138
|
+
# Use my_method(my_arg) not my_method( my_arg ) or my_method my_arg.
|
139
|
+
Lint/RequireParentheses:
|
140
|
+
Enabled: true
|
141
|
+
|
142
|
+
Style/RedundantReturn:
|
143
|
+
Enabled: true
|
144
|
+
AllowMultipleReturnValues: true
|
145
|
+
|
146
|
+
Style/Semicolon:
|
147
|
+
Enabled: true
|
148
|
+
AllowAsExpressionSeparator: true
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 1.8.0
|
4
|
+
|
5
|
+
- Updated gemspec to ignore unnecessary files
|
6
|
+
- Updated dependency on `primary_connect_proto` 0.20.0
|
7
|
+
|
8
|
+
## 1.7.0
|
9
|
+
|
10
|
+
- Updated dependency on `primary_connect_proto` 0.19.0
|
11
|
+
|
3
12
|
## 1.6.0
|
4
13
|
|
5
14
|
- Updated dependency on `primary_connect_proto` 0.18.0
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,74 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
primary_connect_client (1.7.0)
|
5
|
+
primary_connect_proto (~> 0.19.0, >= 0.19.0)
|
6
|
+
typhoeus (~> 1.0, >= 1.0.1)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: https://rubygems.org/
|
10
|
+
specs:
|
11
|
+
ast (2.4.2)
|
12
|
+
byebug (11.1.3)
|
13
|
+
coderay (1.1.3)
|
14
|
+
diff-lcs (1.5.0)
|
15
|
+
ethon (0.16.0)
|
16
|
+
ffi (>= 1.15.0)
|
17
|
+
ffi (1.15.5)
|
18
|
+
google-protobuf (3.22.0-arm64-darwin)
|
19
|
+
jaro_winkler (1.5.4)
|
20
|
+
method_source (1.0.0)
|
21
|
+
parallel (1.22.1)
|
22
|
+
parser (3.2.1.0)
|
23
|
+
ast (~> 2.4.1)
|
24
|
+
primary_connect_proto (0.19.0)
|
25
|
+
google-protobuf (~> 3.22.0)
|
26
|
+
pry (0.14.2)
|
27
|
+
coderay (~> 1.1)
|
28
|
+
method_source (~> 1.0)
|
29
|
+
pry-byebug (3.10.1)
|
30
|
+
byebug (~> 11.0)
|
31
|
+
pry (>= 0.13, < 0.15)
|
32
|
+
psych (5.1.0)
|
33
|
+
stringio
|
34
|
+
rainbow (3.1.1)
|
35
|
+
rake (13.0.6)
|
36
|
+
rspec (3.12.0)
|
37
|
+
rspec-core (~> 3.12.0)
|
38
|
+
rspec-expectations (~> 3.12.0)
|
39
|
+
rspec-mocks (~> 3.12.0)
|
40
|
+
rspec-core (3.12.1)
|
41
|
+
rspec-support (~> 3.12.0)
|
42
|
+
rspec-expectations (3.12.2)
|
43
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
44
|
+
rspec-support (~> 3.12.0)
|
45
|
+
rspec-mocks (3.12.3)
|
46
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
47
|
+
rspec-support (~> 3.12.0)
|
48
|
+
rspec-support (3.12.0)
|
49
|
+
rubocop (0.66.0)
|
50
|
+
jaro_winkler (~> 1.5.1)
|
51
|
+
parallel (~> 1.10)
|
52
|
+
parser (>= 2.5, != 2.5.1.1)
|
53
|
+
psych (>= 3.1.0)
|
54
|
+
rainbow (>= 2.2.2, < 4.0)
|
55
|
+
ruby-progressbar (~> 1.7)
|
56
|
+
unicode-display_width (>= 1.4.0, < 1.6)
|
57
|
+
ruby-progressbar (1.11.0)
|
58
|
+
stringio (3.0.5)
|
59
|
+
typhoeus (1.4.0)
|
60
|
+
ethon (>= 0.9.0)
|
61
|
+
unicode-display_width (1.5.0)
|
62
|
+
|
63
|
+
PLATFORMS
|
64
|
+
arm64-darwin-20
|
65
|
+
|
66
|
+
DEPENDENCIES
|
67
|
+
primary_connect_client!
|
68
|
+
pry-byebug
|
69
|
+
rake (~> 13.0.1)
|
70
|
+
rspec (~> 3.6, >= 3.6.0)
|
71
|
+
rubocop (~> 0.66.0)
|
72
|
+
|
73
|
+
BUNDLED WITH
|
74
|
+
2.2.26
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: primary_connect_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -36,20 +36,20 @@ dependencies:
|
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: 0.
|
39
|
+
version: 0.20.0
|
40
40
|
- - ">="
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 0.
|
42
|
+
version: 0.20.0
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
47
|
- - "~>"
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: 0.
|
49
|
+
version: 0.20.0
|
50
50
|
- - ">="
|
51
51
|
- !ruby/object:Gem::Version
|
52
|
-
version: 0.
|
52
|
+
version: 0.20.0
|
53
53
|
- !ruby/object:Gem::Dependency
|
54
54
|
name: rspec
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
@@ -77,8 +77,14 @@ executables: []
|
|
77
77
|
extensions: []
|
78
78
|
extra_rdoc_files: []
|
79
79
|
files:
|
80
|
+
- ".openapi-generator-ignore"
|
81
|
+
- ".openapi-generator/FILES"
|
82
|
+
- ".openapi-generator/VERSION"
|
83
|
+
- ".rspec"
|
84
|
+
- ".rubocop.yml"
|
80
85
|
- CHANGELOG.md
|
81
86
|
- Gemfile
|
87
|
+
- Gemfile.lock
|
82
88
|
- README.md
|
83
89
|
- Rakefile
|
84
90
|
- docs/Accession.md
|
@@ -200,7 +206,6 @@ files:
|
|
200
206
|
- lib/primary_connect_client/models/visit_insured.rb
|
201
207
|
- lib/primary_connect_client/models/visit_plan.rb
|
202
208
|
- lib/primary_connect_client/version.rb
|
203
|
-
- primary_connect_client.gemspec
|
204
209
|
- spec/api/default_api_spec.rb
|
205
210
|
- spec/api_client_spec.rb
|
206
211
|
- spec/configuration_spec.rb
|
@@ -1,39 +0,0 @@
|
|
1
|
-
# -*- encoding: utf-8 -*-
|
2
|
-
|
3
|
-
=begin
|
4
|
-
#Primary Connect API V1
|
5
|
-
|
6
|
-
#Client Library to interface with Primary Connect
|
7
|
-
|
8
|
-
The version of the OpenAPI document: v1
|
9
|
-
|
10
|
-
Generated by: https://openapi-generator.tech
|
11
|
-
OpenAPI Generator version: 5.3.0
|
12
|
-
|
13
|
-
=end
|
14
|
-
|
15
|
-
$:.push File.expand_path("../lib", __FILE__)
|
16
|
-
require "primary_connect_client/version"
|
17
|
-
|
18
|
-
Gem::Specification.new do |s|
|
19
|
-
s.name = "primary_connect_client"
|
20
|
-
s.version = PrimaryConnectClient::VERSION
|
21
|
-
s.platform = Gem::Platform::RUBY
|
22
|
-
s.authors = ["OpenAPI-Generator"]
|
23
|
-
s.email = [""]
|
24
|
-
s.homepage = "https://openapi-generator.tech"
|
25
|
-
s.summary = "Primary Connect API V1 Ruby Gem"
|
26
|
-
s.description = "Client Library to interface with Primary Connect"
|
27
|
-
s.license = "Unlicense"
|
28
|
-
s.required_ruby_version = ">= 2.4"
|
29
|
-
|
30
|
-
s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
|
31
|
-
s.add_runtime_dependency 'primary_connect_proto', '~> 0.18.0', '>= 0.18.0'
|
32
|
-
|
33
|
-
s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
|
34
|
-
|
35
|
-
s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
|
36
|
-
s.test_files = `find spec/*`.split("\n")
|
37
|
-
s.executables = []
|
38
|
-
s.require_paths = ["lib"]
|
39
|
-
end
|