File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
lib/smart_health_cards_test_kit Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1- # 0.1.0
1+ # 0.10.0
2+ * ** Inferno Core Update:** Bumped to version ` 0.6.4 ` .
3+ * ** Ruby Version Update:** Upgraded Ruby to ` 3.3.6 ` .
4+ * ** Gemspec Updates:**
5+ * Switched to ` git ` for specifying files.
6+ * Added ` presets ` to the gem package.
7+ * Updated dependencies to include the new Ruby and Inferno Core versions.
8+ * ** Test Kit Metadata:** Implemented test kit metadata.
9+ * ** Environment Updates:** Updated Ruby version in the ` Dockerfile ` and GitHub Actions workflow.
10+
11+ # 0.9.0
212* initial release of Smart Health Cards Test Kit
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- smart_health_cards_test_kit (0.9 .0 )
4+ smart_health_cards_test_kit (0.10 .0 )
55 inferno_core (>= 0.6.4 )
66 rqrcode
77 rqrcode_core (>= 1.2.0 )
Original file line number Diff line number Diff line change 11module SmartHealthCardsTestKit
2- VERSION = '0.9 .0' . freeze
3- LAST_UPDATED = '2025-02-18 ' . freeze # TODO: update next release
2+ VERSION = '0.10 .0' . freeze
3+ LAST_UPDATED = '2025-02-20 ' . freeze # TODO: update next release
44end
You can’t perform that action at this time.
0 commit comments