eligible 3.0.0.beta19 → 3.0.0.beta25

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: 137406adb75553021c583abcabdad5d75eb8108aee90003f3fb8e7cd5f58f683
4
- data.tar.gz: 4593dfca466f2045e4b9d1c79f04f77db7852243a4ee4480b51d44e637332a4a
3
+ metadata.gz: b6e72066ccd6702f7e9c538ec15c895f6038813cdd55bb411955913607cdbb4a
4
+ data.tar.gz: 20eb0ff5ae3c2bb387319175b9f5f06f623b7aecd83c896c3f936c494fd47c72
5
5
  SHA512:
6
- metadata.gz: 4dffc18fe9e6c62d516e3d3785c7f0a2c4ec2f686e7de2f7928ab25d1ebd35f6776ab5473d9694a8106f8261d93dc61b1fd6f79bbae9d88eb13ff79126543c5a
7
- data.tar.gz: ac9dbbec2efedcd42fca46e41677aa8d81b5b5034d2e6417e9484723bbc17beb41ca95f5663ca5853f73cd819e8084d2f85604f9b525d07cfa14b03fe183e2b9
6
+ metadata.gz: f4635f9ef2acfd2baeefd643d2a763ba2f05c29c8316fb4782602d59f26e5e8214fc2aa7b4c987c516be5441e1e20abb4896d0897a76f3baa56d3448b60a4995
7
+ data.tar.gz: e36d98e12879c87ae039d84502d67a76fa0382141dc68d45313835c733f082b485ceb3489e5a37e3cafb7c1c47f8a5715901f994308cba4ee5ae7be2f4497575
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.0.0.beta25 - 2021-04-12
4
+ - Updated pinned GDS SSL certificate
5
+
6
+ ## 3.0.0.beta24 - 2021-04-01
7
+ - Updated pinned GDS SSL certificate
8
+
9
+ ## 3.0.0.beta23 - 2020-11-13
10
+ - Bug fixes
11
+
12
+ ## 3.0.0.beta22 - 2020-10-21
13
+ - Bug fixes
14
+
15
+ ## 3.0.0.beta21 - 2020-10-21
16
+ - Add post method for CE API to avoid 414 error with large X12 inputs
17
+
18
+ ## 3.0.0.beta20 - 2020-08-17
19
+ - Bug fixes
20
+
3
21
  ## 3.0.0.beta19 - 2020-07-28
4
22
  - Added refunds and balance_captures REST API endpoints
5
23
 
@@ -7,7 +25,7 @@
7
25
  - Added claim_submit endpoint API url for PatientStatement endpoint
8
26
 
9
27
  ## 3.0.0.beta17 - 2020-07-13
10
- - Added support for report API endpoints
28
+ - Bug fixes
11
29
 
12
30
  ## 3.0.0.beta16 - 2020-07-10
13
31
  - Migrated "Patient" endpoint to "PatientRecord"
data/lib/eligible.rb CHANGED
@@ -79,9 +79,6 @@ require 'eligible/v1_0/treatment'
79
79
  require 'eligible/v1_0/value_list'
80
80
  require 'eligible/v1_0/value_list_item'
81
81
  require 'eligible/v1_0/verification'
82
- require 'eligible/v1_0/reports/accuracy_stats'
83
- require 'eligible/v1_0/reports/estimate_friction'
84
- require 'eligible/v1_0/reports/in_scope_distribution'
85
82
 
86
83
  # Errors
87
84
  require 'eligible/errors/eligible_error'
@@ -95,7 +92,8 @@ module Eligible
95
92
  @@test = false
96
93
  @@api_version = '1.5'
97
94
  @@api_base = "https://gds.eligibleapi.com/v#{@@api_version}"
98
- @@fingerprints = %w(a1cd762a9f4be0f3b6bdd6300e52c6ce8d7d67f5
95
+ @@fingerprints = %w(75132c1ab844500c6ad1f26b49c11d36933ce868
96
+ a1cd762a9f4be0f3b6bdd6300e52c6ce8d7d67f5
99
97
  36d6b6f98a2b9bcdf4321d1978553e23cf044b53
100
98
  d93b7697100fe978ae0f78fbf2a2443cc1958ca3
101
99
  896ce24f7a83eb656c040985fdb50ce39f90b813)
@@ -12,6 +12,10 @@ module Eligible
12
12
  send_request :get, '/coverage/cost_estimates.json', params, opts
13
13
  end
14
14
 
15
+ def self.cost_estimate_post(params, opts = {})
16
+ send_request :post, '/coverage/cost_estimates.json', params, opts
17
+ end
18
+
15
19
  def self.batch_medicare_post(params, opts = {})
16
20
  send_request :post, '/medicare/coverage/batch.json', params, opts
17
21
  end
@@ -1,3 +1,3 @@
1
1
  module Eligible
2
- VERSION = '3.0.0.beta19'.freeze
2
+ VERSION = '3.0.0.beta25'.freeze
3
3
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eligible
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.beta19
4
+ version: 3.0.0.beta25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katelyn Gleaon
8
8
  - Rodrigo Dominguez
9
9
  - Aaron Bedra
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2020-07-27 00:00:00.000000000 Z
13
+ date: 2021-04-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rest-client
@@ -184,9 +184,6 @@ files:
184
184
  - lib/eligible/v1_0/provider.rb
185
185
  - lib/eligible/v1_0/refund.rb
186
186
  - lib/eligible/v1_0/remark.rb
187
- - lib/eligible/v1_0/reports/accuracy_stats.rb
188
- - lib/eligible/v1_0/reports/estimate_friction.rb
189
- - lib/eligible/v1_0/reports/in_scope_distribution.rb
190
187
  - lib/eligible/v1_0/rest_api_base.rb
191
188
  - lib/eligible/v1_0/rule.rb
192
189
  - lib/eligible/v1_0/session.rb
@@ -202,7 +199,7 @@ homepage: https://github.com/eligible/eligible-ruby
202
199
  licenses:
203
200
  - MIT
204
201
  metadata: {}
205
- post_install_message:
202
+ post_install_message:
206
203
  rdoc_options: []
207
204
  require_paths:
208
205
  - lib
@@ -217,8 +214,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
217
214
  - !ruby/object:Gem::Version
218
215
  version: 1.3.1
219
216
  requirements: []
220
- rubygems_version: 3.0.6
221
- signing_key:
217
+ rubyforge_project:
218
+ rubygems_version: 2.7.10
219
+ signing_key:
222
220
  specification_version: 4
223
221
  summary: Ruby wrapper for the Eligible API
224
222
  test_files: []
@@ -1,23 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module Eligible
4
- module V1_0
5
- module Reports
6
- class AccuracyStats < RestAPIBase
7
- ENDPOINT_NAME = 'reports/accuracy_stats'.freeze
8
-
9
- def self.create(_params, _opts = {})
10
- fail NotImplementedError, "Not an allowed operation for this endpoint"
11
- end
12
-
13
- def self.update(_params, _opts = {})
14
- fail NotImplementedError, "Not an allowed operation for this endpoint"
15
- end
16
-
17
- def self.delete(_params, _opts = {})
18
- fail NotImplementedError, "Not an allowed operation for this endpoint"
19
- end
20
- end
21
- end
22
- end
23
- end
@@ -1,23 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module Eligible
4
- module V1_0
5
- module Reports
6
- class EstimateFriction < RestAPIBase
7
- ENDPOINT_NAME = 'reports/estimate_frictions'.freeze
8
-
9
- def self.create(_params, _opts = {})
10
- fail NotImplementedError, "Not an allowed operation for this endpoint"
11
- end
12
-
13
- def self.update(_params, _opts = {})
14
- fail NotImplementedError, "Not an allowed operation for this endpoint"
15
- end
16
-
17
- def self.delete(_params, _opts = {})
18
- fail NotImplementedError, "Not an allowed operation for this endpoint"
19
- end
20
- end
21
- end
22
- end
23
- end
@@ -1,23 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module Eligible
4
- module V1_0
5
- module Reports
6
- class InScopeDistribution < RestAPIBase
7
- ENDPOINT_NAME = 'reports/in_scope_distributions'.freeze
8
-
9
- def self.create(_params, _opts = {})
10
- fail NotImplementedError, "Not an allowed operation for this endpoint"
11
- end
12
-
13
- def self.update(_params, _opts = {})
14
- fail NotImplementedError, "Not an allowed operation for this endpoint"
15
- end
16
-
17
- def self.delete(_params, _opts = {})
18
- fail NotImplementedError, "Not an allowed operation for this endpoint"
19
- end
20
- end
21
- end
22
- end
23
- end