candidhealth 0.24.0.pre.2a6d412 → 0.24.1

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: 72fe9d3805ad059f12abb2e6ea629db4fec3117ee0438e8dd2e12bd24d4c8c39
4
- data.tar.gz: 51cac8dd9657c3fa2eb718e35437171d0797c80894d26c7a75934d546f285947
3
+ metadata.gz: b3bb318bd4ddaa9cf69d1e2d27c637c1cdac3c2c16fb14d3ba18d56e5f3fb53f
4
+ data.tar.gz: 9134ae563a7c150812e75dcbe49520ae10172399702a7170596bc48b90b16739
5
5
  SHA512:
6
- metadata.gz: 3892c45df0d807acb981ff7eb29b7793c4b270a0290960329d2bd7412aca0b1d21abdb5b38400385d63fe458affddc93f561bab69da091ff3bc96ff4fcfaabb7
7
- data.tar.gz: a48add30c0dd8990a3c60053d911a128c352868a6ab251dce88792c58e49471442ec8b7c1623d6428463e6331833a6eb61e36eaa065141d2d041dac68692732f
6
+ metadata.gz: 23c48b564c9277c71b392b2ccec1b956ddb0f3b256ce05570d757117ff2ca49118d5a209f8c308221879074e6db16e2b6881287c485f14286fc9c8f8496a21ca
7
+ data.tar.gz: ba9f3b9c1173107a06e830116e0c6eda4811f4e757af48e56770b16522c3a47ad93c3bedf39d1f3c2062992cd78969d6fa68dbfaf98324a0290ae817f4037846
@@ -23,7 +23,6 @@ require_relative "../../encounter_providers/v_2/types/rendering_provider"
23
23
  require_relative "../../encounter_providers/v_2/types/referring_provider"
24
24
  require_relative "../../encounter_providers/v_2/types/initial_referring_provider"
25
25
  require_relative "../../encounter_providers/v_2/types/supervising_provider"
26
- require_relative "../../encounter_providers/v_2/types/ordering_provider"
27
26
  require_relative "../../service_facility/types/encounter_service_facility_base"
28
27
  require_relative "../../individual/types/subscriber_create"
29
28
  require_relative "../../diagnoses/types/diagnosis_create"
@@ -358,21 +357,6 @@ module CandidApiClient
358
357
  # * :first_name (String)
359
358
  # * :last_name (String)
360
359
  # * :organization_name (String)
361
- # @param ordering_provider [Hash] Required when the service or supply was ordered by a provider who is different
362
- # than the rendering provider for this service line.
363
- # If not required by this implementation guide, do not send.Request of type CandidApiClient::EncounterProviders::V2::Types::OrderingProvider, as a Hash
364
- # * :npi (String)
365
- # * :taxonomy_code (String)
366
- # * :address (Hash)
367
- # * :zip_plus_four_code (String)
368
- # * :address_1 (String)
369
- # * :address_2 (String)
370
- # * :city (String)
371
- # * :state (CandidApiClient::Commons::Types::State)
372
- # * :zip_code (String)
373
- # * :first_name (String)
374
- # * :last_name (String)
375
- # * :organization_name (String)
376
360
  # @param service_facility [Hash] Encounter Service facility is typically the location a medical service was
377
361
  # rendered, such as a provider office or hospital. For telehealth, service
378
362
  # facility can represent the provider's location when the service was delivered
@@ -581,7 +565,6 @@ module CandidApiClient
581
565
  # referring_provider: { npi: "string", taxonomy_code: "string", address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" }, first_name: "string", last_name: "string", organization_name: "string" },
582
566
  # initial_referring_provider: { npi: "string", taxonomy_code: "string", address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" }, qualifier: DQ, first_name: "string", last_name: "string", organization_name: "string" },
583
567
  # supervising_provider: { npi: "string", taxonomy_code: "string", address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" }, first_name: "string", last_name: "string", organization_name: "string" },
584
- # ordering_provider: { npi: "string", taxonomy_code: "string", address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" }, first_name: "string", last_name: "string", organization_name: "string" },
585
568
  # service_facility: { organization_name: "string", npi: "string", address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" } },
586
569
  # subscriber_primary: { insurance_card: { member_id: "string", payer_name: "string", payer_id: "string", rx_bin: "string", rx_pcn: "string", image_url_front: "string", image_url_back: "string", emr_payer_crosswalk: HEALTHIE, group_number: "string", plan_name: "string", plan_type: SELF_PAY, insurance_type: C_01 }, patient_relationship_to_subscriber_code: SPOUSE, date_of_birth: DateTime.parse(2023-01-15), address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" }, first_name: "string", last_name: "string", gender: MALE },
587
570
  # subscriber_secondary: { insurance_card: { member_id: "string", payer_name: "string", payer_id: "string", rx_bin: "string", rx_pcn: "string", image_url_front: "string", image_url_back: "string", emr_payer_crosswalk: HEALTHIE, group_number: "string", plan_name: "string", plan_type: SELF_PAY, insurance_type: C_01 }, patient_relationship_to_subscriber_code: SPOUSE, date_of_birth: DateTime.parse(2023-01-15), address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" }, first_name: "string", last_name: "string", gender: MALE },
@@ -596,7 +579,7 @@ module CandidApiClient
596
579
  # tag_ids: ["string"]
597
580
  # )
598
581
  def create(external_id:, patient_authorized_release:, benefits_assigned_to_provider:,
599
- provider_accepts_assignment:, billable_status:, responsible_party:, patient:, billing_provider:, rendering_provider:, diagnoses:, place_of_service_code:, prior_authorization_number: nil, appointment_type: nil, existing_medications: nil, vitals: nil, interventions: nil, pay_to_address: nil, synchronicity: nil, additional_information: nil, service_authorization_exception_code: nil, admission_date: nil, discharge_date: nil, onset_of_current_illness_or_symptom_date: nil, last_menstrual_period_date: nil, delay_reason_code: nil, additional_properties: nil, _field_set: nil, date_of_service: nil, end_date_of_service: nil, referring_provider: nil, initial_referring_provider: nil, supervising_provider: nil, ordering_provider: nil, service_facility: nil, subscriber_primary: nil, subscriber_secondary: nil, clinical_notes: nil, billing_notes: nil, patient_histories: nil, service_lines: nil, guarantor: nil, external_claim_submission: nil, tag_ids: nil, request_options: nil)
582
+ provider_accepts_assignment:, billable_status:, responsible_party:, patient:, billing_provider:, rendering_provider:, diagnoses:, place_of_service_code:, prior_authorization_number: nil, appointment_type: nil, existing_medications: nil, vitals: nil, interventions: nil, pay_to_address: nil, synchronicity: nil, additional_information: nil, service_authorization_exception_code: nil, admission_date: nil, discharge_date: nil, onset_of_current_illness_or_symptom_date: nil, last_menstrual_period_date: nil, delay_reason_code: nil, additional_properties: nil, _field_set: nil, date_of_service: nil, end_date_of_service: nil, referring_provider: nil, initial_referring_provider: nil, supervising_provider: nil, service_facility: nil, subscriber_primary: nil, subscriber_secondary: nil, clinical_notes: nil, billing_notes: nil, patient_histories: nil, service_lines: nil, guarantor: nil, external_claim_submission: nil, tag_ids: nil, request_options: nil)
600
583
  response = @request_client.conn.post do |req|
601
584
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
602
585
  req.headers["Authorization"] = request_options.token unless request_options&.token.nil?
@@ -637,7 +620,6 @@ module CandidApiClient
637
620
  referring_provider: referring_provider,
638
621
  initial_referring_provider: initial_referring_provider,
639
622
  supervising_provider: supervising_provider,
640
- ordering_provider: ordering_provider,
641
623
  service_facility: service_facility,
642
624
  subscriber_primary: subscriber_primary,
643
625
  subscriber_secondary: subscriber_secondary,
@@ -1204,21 +1186,6 @@ module CandidApiClient
1204
1186
  # * :first_name (String)
1205
1187
  # * :last_name (String)
1206
1188
  # * :organization_name (String)
1207
- # @param ordering_provider [Hash] Required when the service or supply was ordered by a provider who is different
1208
- # than the rendering provider for this service line.
1209
- # If not required by this implementation guide, do not send.Request of type CandidApiClient::EncounterProviders::V2::Types::OrderingProvider, as a Hash
1210
- # * :npi (String)
1211
- # * :taxonomy_code (String)
1212
- # * :address (Hash)
1213
- # * :zip_plus_four_code (String)
1214
- # * :address_1 (String)
1215
- # * :address_2 (String)
1216
- # * :city (String)
1217
- # * :state (CandidApiClient::Commons::Types::State)
1218
- # * :zip_code (String)
1219
- # * :first_name (String)
1220
- # * :last_name (String)
1221
- # * :organization_name (String)
1222
1189
  # @param service_facility [Hash] Encounter Service facility is typically the location a medical service was
1223
1190
  # rendered, such as a provider office or hospital. For telehealth, service
1224
1191
  # facility can represent the provider's location when the service was delivered
@@ -1427,7 +1394,6 @@ module CandidApiClient
1427
1394
  # referring_provider: { npi: "string", taxonomy_code: "string", address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" }, first_name: "string", last_name: "string", organization_name: "string" },
1428
1395
  # initial_referring_provider: { npi: "string", taxonomy_code: "string", address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" }, qualifier: DQ, first_name: "string", last_name: "string", organization_name: "string" },
1429
1396
  # supervising_provider: { npi: "string", taxonomy_code: "string", address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" }, first_name: "string", last_name: "string", organization_name: "string" },
1430
- # ordering_provider: { npi: "string", taxonomy_code: "string", address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" }, first_name: "string", last_name: "string", organization_name: "string" },
1431
1397
  # service_facility: { organization_name: "string", npi: "string", address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" } },
1432
1398
  # subscriber_primary: { insurance_card: { member_id: "string", payer_name: "string", payer_id: "string", rx_bin: "string", rx_pcn: "string", image_url_front: "string", image_url_back: "string", emr_payer_crosswalk: HEALTHIE, group_number: "string", plan_name: "string", plan_type: SELF_PAY, insurance_type: C_01 }, patient_relationship_to_subscriber_code: SPOUSE, date_of_birth: DateTime.parse(2023-01-15), address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" }, first_name: "string", last_name: "string", gender: MALE },
1433
1399
  # subscriber_secondary: { insurance_card: { member_id: "string", payer_name: "string", payer_id: "string", rx_bin: "string", rx_pcn: "string", image_url_front: "string", image_url_back: "string", emr_payer_crosswalk: HEALTHIE, group_number: "string", plan_name: "string", plan_type: SELF_PAY, insurance_type: C_01 }, patient_relationship_to_subscriber_code: SPOUSE, date_of_birth: DateTime.parse(2023-01-15), address: { address_1: "123 Main St", address_2: "Apt 1", city: "New York", state: NY, zip_code: "10001", zip_plus_four_code: "1234" }, first_name: "string", last_name: "string", gender: MALE },
@@ -1442,7 +1408,7 @@ module CandidApiClient
1442
1408
  # tag_ids: ["string"]
1443
1409
  # )
1444
1410
  def create(external_id:, patient_authorized_release:, benefits_assigned_to_provider:,
1445
- provider_accepts_assignment:, billable_status:, responsible_party:, patient:, billing_provider:, rendering_provider:, diagnoses:, place_of_service_code:, prior_authorization_number: nil, appointment_type: nil, existing_medications: nil, vitals: nil, interventions: nil, pay_to_address: nil, synchronicity: nil, additional_information: nil, service_authorization_exception_code: nil, admission_date: nil, discharge_date: nil, onset_of_current_illness_or_symptom_date: nil, last_menstrual_period_date: nil, delay_reason_code: nil, additional_properties: nil, _field_set: nil, date_of_service: nil, end_date_of_service: nil, referring_provider: nil, initial_referring_provider: nil, supervising_provider: nil, ordering_provider: nil, service_facility: nil, subscriber_primary: nil, subscriber_secondary: nil, clinical_notes: nil, billing_notes: nil, patient_histories: nil, service_lines: nil, guarantor: nil, external_claim_submission: nil, tag_ids: nil, request_options: nil)
1411
+ provider_accepts_assignment:, billable_status:, responsible_party:, patient:, billing_provider:, rendering_provider:, diagnoses:, place_of_service_code:, prior_authorization_number: nil, appointment_type: nil, existing_medications: nil, vitals: nil, interventions: nil, pay_to_address: nil, synchronicity: nil, additional_information: nil, service_authorization_exception_code: nil, admission_date: nil, discharge_date: nil, onset_of_current_illness_or_symptom_date: nil, last_menstrual_period_date: nil, delay_reason_code: nil, additional_properties: nil, _field_set: nil, date_of_service: nil, end_date_of_service: nil, referring_provider: nil, initial_referring_provider: nil, supervising_provider: nil, service_facility: nil, subscriber_primary: nil, subscriber_secondary: nil, clinical_notes: nil, billing_notes: nil, patient_histories: nil, service_lines: nil, guarantor: nil, external_claim_submission: nil, tag_ids: nil, request_options: nil)
1446
1412
  Async do
1447
1413
  response = @request_client.conn.post do |req|
1448
1414
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
@@ -1484,7 +1450,6 @@ module CandidApiClient
1484
1450
  referring_provider: referring_provider,
1485
1451
  initial_referring_provider: initial_referring_provider,
1486
1452
  supervising_provider: supervising_provider,
1487
- ordering_provider: ordering_provider,
1488
1453
  service_facility: service_facility,
1489
1454
  subscriber_primary: subscriber_primary,
1490
1455
  subscriber_secondary: subscriber_secondary,
@@ -82,8 +82,6 @@ module CandidApiClient
82
82
  attr_reader :initial_referring_provider
83
83
  # @return [CandidApiClient::EncounterProviders::V2::Types::EncounterProvider]
84
84
  attr_reader :supervising_provider
85
- # @return [CandidApiClient::EncounterProviders::V2::Types::EncounterProvider]
86
- attr_reader :ordering_provider
87
85
  # @return [CandidApiClient::ServiceFacility::Types::EncounterServiceFacility] Encounter Service facility is typically the location a medical service was
88
86
  # rendered, such as a provider office or hospital. For telehealth, service
89
87
  # facility can represent the provider's location when the service was delivered
@@ -268,7 +266,6 @@ module CandidApiClient
268
266
  # @param referring_provider [CandidApiClient::EncounterProviders::V2::Types::EncounterProvider]
269
267
  # @param initial_referring_provider [CandidApiClient::EncounterProviders::V2::Types::EncounterProvider]
270
268
  # @param supervising_provider [CandidApiClient::EncounterProviders::V2::Types::EncounterProvider]
271
- # @param ordering_provider [CandidApiClient::EncounterProviders::V2::Types::EncounterProvider]
272
269
  # @param service_facility [CandidApiClient::ServiceFacility::Types::EncounterServiceFacility] Encounter Service facility is typically the location a medical service was
273
270
  # rendered, such as a provider office or hospital. For telehealth, service
274
271
  # facility can represent the provider's location when the service was delivered
@@ -375,7 +372,7 @@ module CandidApiClient
375
372
  # @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
376
373
  # @return [CandidApiClient::Encounters::V4::Types::Encounter]
377
374
  def initialize(date_of_service:, encounter_id:, claims:, patient:, billing_provider:, rendering_provider:,
378
- service_facility:, url:, diagnoses:, clinical_notes:, patient_histories:, patient_payments:, tags:, owner_of_next_action:, submission_origin:, external_id:, patient_authorized_release:, benefits_assigned_to_provider:, provider_accepts_assignment:, billable_status:, responsible_party:, patient_control_number: OMIT, end_date_of_service: OMIT, guarantor: OMIT, referring_provider: OMIT, initial_referring_provider: OMIT, supervising_provider: OMIT, ordering_provider: OMIT, subscriber_primary: OMIT, subscriber_secondary: OMIT, billing_notes: OMIT, place_of_service_code: OMIT, place_of_service_code_as_submitted: OMIT, coding_attribution: OMIT, work_queue_id: OMIT, work_queue_membership_activated_at: OMIT, prior_authorization_number: OMIT, appointment_type: OMIT, existing_medications: OMIT, vitals: OMIT, interventions: OMIT, pay_to_address: OMIT, synchronicity: OMIT, additional_information: OMIT, service_authorization_exception_code: OMIT, admission_date: OMIT, discharge_date: OMIT, onset_of_current_illness_or_symptom_date: OMIT, last_menstrual_period_date: OMIT, delay_reason_code: OMIT, additional_properties: nil)
375
+ service_facility:, url:, diagnoses:, clinical_notes:, patient_histories:, patient_payments:, tags:, owner_of_next_action:, submission_origin:, external_id:, patient_authorized_release:, benefits_assigned_to_provider:, provider_accepts_assignment:, billable_status:, responsible_party:, patient_control_number: OMIT, end_date_of_service: OMIT, guarantor: OMIT, referring_provider: OMIT, initial_referring_provider: OMIT, supervising_provider: OMIT, subscriber_primary: OMIT, subscriber_secondary: OMIT, billing_notes: OMIT, place_of_service_code: OMIT, place_of_service_code_as_submitted: OMIT, coding_attribution: OMIT, work_queue_id: OMIT, work_queue_membership_activated_at: OMIT, prior_authorization_number: OMIT, appointment_type: OMIT, existing_medications: OMIT, vitals: OMIT, interventions: OMIT, pay_to_address: OMIT, synchronicity: OMIT, additional_information: OMIT, service_authorization_exception_code: OMIT, admission_date: OMIT, discharge_date: OMIT, onset_of_current_illness_or_symptom_date: OMIT, last_menstrual_period_date: OMIT, delay_reason_code: OMIT, additional_properties: nil)
379
376
  @patient_control_number = patient_control_number if patient_control_number != OMIT
380
377
  @date_of_service = date_of_service
381
378
  @end_date_of_service = end_date_of_service if end_date_of_service != OMIT
@@ -388,7 +385,6 @@ module CandidApiClient
388
385
  @referring_provider = referring_provider if referring_provider != OMIT
389
386
  @initial_referring_provider = initial_referring_provider if initial_referring_provider != OMIT
390
387
  @supervising_provider = supervising_provider if supervising_provider != OMIT
391
- @ordering_provider = ordering_provider if ordering_provider != OMIT
392
388
  @service_facility = service_facility
393
389
  @subscriber_primary = subscriber_primary if subscriber_primary != OMIT
394
390
  @subscriber_secondary = subscriber_secondary if subscriber_secondary != OMIT
@@ -448,7 +444,6 @@ module CandidApiClient
448
444
  "referring_provider": referring_provider,
449
445
  "initial_referring_provider": initial_referring_provider,
450
446
  "supervising_provider": supervising_provider,
451
- "ordering_provider": ordering_provider,
452
447
  "service_facility": service_facility,
453
448
  "subscriber_primary": subscriber_primary,
454
449
  "subscriber_secondary": subscriber_secondary,
@@ -550,12 +545,6 @@ module CandidApiClient
550
545
  supervising_provider = parsed_json["supervising_provider"].to_json
551
546
  supervising_provider = CandidApiClient::EncounterProviders::V2::Types::EncounterProvider.from_json(json_object: supervising_provider)
552
547
  end
553
- if parsed_json["ordering_provider"].nil?
554
- ordering_provider = nil
555
- else
556
- ordering_provider = parsed_json["ordering_provider"].to_json
557
- ordering_provider = CandidApiClient::EncounterProviders::V2::Types::EncounterProvider.from_json(json_object: ordering_provider)
558
- end
559
548
  if parsed_json["service_facility"].nil?
560
549
  service_facility = nil
561
550
  else
@@ -661,7 +650,6 @@ module CandidApiClient
661
650
  referring_provider: referring_provider,
662
651
  initial_referring_provider: initial_referring_provider,
663
652
  supervising_provider: supervising_provider,
664
- ordering_provider: ordering_provider,
665
653
  service_facility: service_facility,
666
654
  subscriber_primary: subscriber_primary,
667
655
  subscriber_secondary: subscriber_secondary,
@@ -729,7 +717,6 @@ module CandidApiClient
729
717
  obj.referring_provider.nil? || CandidApiClient::EncounterProviders::V2::Types::EncounterProvider.validate_raw(obj: obj.referring_provider)
730
718
  obj.initial_referring_provider.nil? || CandidApiClient::EncounterProviders::V2::Types::EncounterProvider.validate_raw(obj: obj.initial_referring_provider)
731
719
  obj.supervising_provider.nil? || CandidApiClient::EncounterProviders::V2::Types::EncounterProvider.validate_raw(obj: obj.supervising_provider)
732
- obj.ordering_provider.nil? || CandidApiClient::EncounterProviders::V2::Types::EncounterProvider.validate_raw(obj: obj.ordering_provider)
733
720
  CandidApiClient::ServiceFacility::Types::EncounterServiceFacility.validate_raw(obj: obj.service_facility)
734
721
  obj.subscriber_primary.nil? || CandidApiClient::Individual::Types::Subscriber.validate_raw(obj: obj.subscriber_primary)
735
722
  obj.subscriber_secondary.nil? || CandidApiClient::Individual::Types::Subscriber.validate_raw(obj: obj.subscriber_secondary)
data/lib/requests.rb CHANGED
@@ -43,7 +43,7 @@ module CandidApiClient
43
43
 
44
44
  # @return [Hash{String => String}]
45
45
  def get_headers
46
- headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.24.0-2a6d412" }
46
+ headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.24.1" }
47
47
  headers["Authorization"] = ((@token.is_a? Method) ? @token.call : @token) unless token.nil?
48
48
  headers
49
49
  end
@@ -87,7 +87,7 @@ module CandidApiClient
87
87
 
88
88
  # @return [Hash{String => String}]
89
89
  def get_headers
90
- headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.24.0-2a6d412" }
90
+ headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "0.24.1" }
91
91
  headers["Authorization"] = ((@token.is_a? Method) ? @token.call : @token) unless token.nil?
92
92
  headers
93
93
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: candidhealth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0.pre.2a6d412
4
+ version: 0.24.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
@@ -498,9 +498,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
498
498
  version: 2.7.0
499
499
  required_rubygems_version: !ruby/object:Gem::Requirement
500
500
  requirements:
501
- - - ">"
501
+ - - ">="
502
502
  - !ruby/object:Gem::Version
503
- version: 1.3.1
503
+ version: '0'
504
504
  requirements: []
505
505
  rubygems_version: 3.1.6
506
506
  signing_key: