change_health 5.3.0 → 5.3.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb458a6ffe5a778f34a9d6fb34c197d6d9334587040359c0273b4fed872c3d54
4
- data.tar.gz: e6002ab3aeaabbd78f261fd337e6244488d913e52bff59d01b88df8ec846f8fe
3
+ metadata.gz: '0698ecf8b4fabbd1e1ceb2ec680bc141c39181f5928e16b8d3ea746e4f88b990'
4
+ data.tar.gz: e5a3d44c93694f57a1d40245a3390dfcc6ed23f85039606d120fd9793d9ac03f
5
5
  SHA512:
6
- metadata.gz: 5cb8fa5bbcb329092bb5ba1a73e43aeb5fab67e3a67cbe25aa77feca21e3cc481e3dae63dd90a41fae369bcdfde1c706a3d8f7d0107167aba438b988de78ab0a
7
- data.tar.gz: fc59ba45358307b37f36b2db8c5f49c4da471af7d6e61330be867b657a2ef20c9ebed1b1748dadd754c3203857a76b467f27cf97ebcf03f7fadab70d5a7767dc
6
+ metadata.gz: 0ccee7b54c6d45058badfbdd0105e1f90c341a35a0d653360125bc6c9d1cf58ea90e5327061947c59df48f5df99490dc6351920ce344b22553a37b0664ba3d9d
7
+ data.tar.gz: 0fedb6d3fbd4629143015fa9c8777dd8e5a80cf72ecbe8555785e60aee3e32cd069b439fba4f39f28da53cd98f91d26cc6b7a4db7cff46062c740804aff24a99
data/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
 
8
+ # [5.3.1] - 2023-10-25
9
+
10
+ ### Added
11
+
12
+ * Added clearingHouse query param to trading_partner
13
+
8
14
  # [5.3.0] - 2023-09-18
9
15
 
10
16
  ### Added
@@ -574,6 +580,8 @@ Added the ability to hit professional claim submission API. For more details, se
574
580
  * Authentication
575
581
  * Configuration
576
582
 
583
+ [5.3.1]: https://github.com/WeInfuse/change_health/compare/v5.3.0...v5.3.1
584
+ [5.3.0]: https://github.com/WeInfuse/change_health/compare/v5.2.0...v5.3.0
577
585
  [5.2.0]: https://github.com/WeInfuse/change_health/compare/v5.1.0...v5.2.0
578
586
  [5.1.0]: https://github.com/WeInfuse/change_health/compare/v5.0.0...v5.1.0
579
587
  [5.0.0]: https://github.com/WeInfuse/change_health/compare/v4.14.0...v5.0.0
@@ -6,7 +6,8 @@ module ChangeHealth
6
6
  def self.query(term)
7
7
  params = {
8
8
  businessName: term,
9
- serviceName: 'Eligibility'
9
+ serviceName: 'Eligibility',
10
+ clearingHouse: 'dbq'
10
11
  }
11
12
 
12
13
  response = ChangeHealth::Connection.new.request(endpoint: ENDPOINT, verb: :get, query: params)
@@ -1,3 +1,3 @@
1
1
  module ChangeHealth
2
- VERSION = '5.3.0'.freeze
2
+ VERSION = '5.3.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: change_health
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.0
4
+ version: 5.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Crockett
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-09-19 00:00:00.000000000 Z
11
+ date: 2023-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -128,7 +128,7 @@ dependencies:
128
128
  - - "~>"
129
129
  - !ruby/object:Gem::Version
130
130
  version: '0.9'
131
- description:
131
+ description:
132
132
  email:
133
133
  - mike.crockett@weinfuse.com
134
134
  executables: []
@@ -206,7 +206,7 @@ licenses:
206
206
  - MIT
207
207
  metadata:
208
208
  allowed_push_host: https://rubygems.org
209
- post_install_message:
209
+ post_install_message:
210
210
  rdoc_options: []
211
211
  require_paths:
212
212
  - lib
@@ -221,8 +221,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
221
221
  - !ruby/object:Gem::Version
222
222
  version: '0'
223
223
  requirements: []
224
- rubygems_version: 3.1.6
225
- signing_key:
224
+ rubygems_version: 3.4.10
225
+ signing_key:
226
226
  specification_version: 4
227
227
  summary: Ruby wrapper for the ChangeHealth API
228
228
  test_files: []