handinger 0.14.0 → 0.15.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e25b7889219202a4c100b312048bf8dd806029b793818d6a91fe483bd3752df6
4
- data.tar.gz: 9c6621e9419095b18c01a8cb644703a814ed88853923b8828067c83fc4031753
3
+ metadata.gz: 941e64e6196d12ea2786bffa97fb0b0e863ebbfefa33b1c5b4168bb521bd859e
4
+ data.tar.gz: 996c0e52f011cb163c4c90635e1ad1a2c5610a9fb5e0d4574e4544777acdbe03
5
5
  SHA512:
6
- metadata.gz: 5308f7c3c18be54a181a188285dba36175d2a60e30e25a0c64a821a540783a9f9ffee0017a7b039973b1e33f3677ccc27c0374543ef696bc49b8bafd87554f0b
7
- data.tar.gz: dcb7a93774ba1e724eab3fed0b8a0ef43ce60c9a7a05776e1de8e92aa2a668f1f7e61d784be704d4ac4a6ea59c81d8dd80d6cde93b6a63512f76004564567377
6
+ metadata.gz: 6623c17d19afce23c08f48c4f091309fbb259365f92226103faa6902d1b8e864d2314ea7daea5167626bb601dca288e2d768892fe0e6688cabba9d789dafef1f
7
+ data.tar.gz: 391bce97da6cb98e4adce5ade8c9105deabd043ac7480a1bc952963081489658b722de9a72eb75d82ec484a984841b49f41bd1a399407172e936e439f448dccf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.15.0 (2026-07-18)
4
+
5
+ Full Changelog: [v0.14.0...v0.15.0](https://github.com/ramensoft/handinger-ruby/compare/v0.14.0...v0.15.0)
6
+
7
+ ### Features
8
+
9
+ * **stlc:** configurable CI runner and private-production-repo support in workflow templates ([d2ddb5a](https://github.com/ramensoft/handinger-ruby/commit/d2ddb5ae1647790cdb4684e1e2f87c19f2464c24))
10
+
3
11
  ## 0.14.0 (2026-07-10)
4
12
 
5
13
  Full Changelog: [v0.13.1...v0.14.0](https://github.com/ramensoft/handinger-ruby/compare/v0.13.1...v0.14.0)
data/README.md CHANGED
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "handinger", "~> 0.14.0"
20
+ gem "handinger", "~> 0.15.0"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Handinger
4
- VERSION = "0.14.0"
4
+ VERSION = "0.15.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: handinger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Handinger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-10 00:00:00.000000000 Z
11
+ date: 2026-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi