change_health 6.2.0 → 6.3.0
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/CHANGELOG.md +7 -0
- data/lib/change_health/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 842eb26f8f84dbe2228e051eac09b67c93dd90b5fdb166dbcc1ed34dd5de5a4c
|
4
|
+
data.tar.gz: b3c7372e1aeb8d333fefeb22015f8f6f287a0045889aef49077f1b3ae658a2ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dbd9d5ab48326a25f71db315d244821262c3701496e2e34c653cc81189c854202fec404aa2a33d5b592d4eeb7d62cfb61f3a7cfa4156a9bd12e974f1c9e17b94
|
7
|
+
data.tar.gz: 1161128d839909708b6d0fb9c48c3b635febaa1083f9c4a2b571418d6c8f444da40e440c02c269e24b95c15b400113435fe9a78f333ca016ce9910977889a5fa
|
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
|
+
# [6.3.0] - 2025-08-18
|
9
|
+
|
10
|
+
### Added
|
11
|
+
|
12
|
+
* CI support for Ruby 3.1, 3.2
|
13
|
+
|
8
14
|
# [6.2.0] - 2025-08-13
|
9
15
|
|
10
16
|
### Added
|
@@ -794,6 +800,7 @@ Added the ability to hit professional claim submission API. For more details, se
|
|
794
800
|
* Authentication
|
795
801
|
* Configuration
|
796
802
|
|
803
|
+
[6.3.0]: https://github.com/WeInfuse/change_health/compare/v6.2.0...v6.3.0
|
797
804
|
[6.2.0]: https://github.com/WeInfuse/change_health/compare/v6.1.2...v6.2.0
|
798
805
|
[6.1.2]: https://github.com/WeInfuse/change_health/compare/v6.1.1...v6.1.2
|
799
806
|
[6.1.1]: https://github.com/WeInfuse/change_health/compare/v6.1.0...v6.1.1
|
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: 6.
|
4
|
+
version: 6.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Crockett
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: hashie
|
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
133
133
|
- !ruby/object:Gem::Version
|
134
134
|
version: '0'
|
135
135
|
requirements: []
|
136
|
-
rubygems_version: 3.
|
136
|
+
rubygems_version: 3.3.27
|
137
137
|
signing_key:
|
138
138
|
specification_version: 4
|
139
139
|
summary: Ruby wrapper for the ChangeHealth API
|