riffer 0.3.0 → 0.3.2

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: cf00786a68a214f79932e333cec3923029eece73c68ba711cbefe0dcbaaede9d
4
- data.tar.gz: 5399f585fd31c1855d382bd6e16b5b9c1551a7acabc69c0c2316d22cc9e47804
3
+ metadata.gz: 8e90db6e014e22c38eab57f24e3b7bf91fc2bf1d90a009f545aaa8e7139f1b01
4
+ data.tar.gz: 75b35f2fabdc2f6b342cdc79171aa3613eaa746cb80bf6ee08770cbe97cd38e9
5
5
  SHA512:
6
- metadata.gz: be57e2ae92c5deb112cf6fbef31d664b3e4500231e76972456aa6aa43fc1db058897e2001dfe08578f286041eeb41e1abdeafd450b5a055f2a936fbf62e8584b
7
- data.tar.gz: 79d75a1ceacca2d26c8e316c37f6d48e50cedecaa7c046ce425f2cb0e4fcb57fa15e3bbca7a386889d91ffad6a1a7269c4d6e85912b679aa9b63114c9caff403
6
+ metadata.gz: 9f958b6bd5a18b830479a5598af1ce9feba832be2a98f9772ba9a0452bc4b0dceb31adea6c9e4d11c6277c36a8c8d60c28cb5404abd666716c36ab18c1030ae2
7
+ data.tar.gz: 6555f262e599303e7e043dd4e3e9c18b5e62c288986459dac706304392cfb89bc7b9c4975b7befcf8107cbace55532addc92badcef4f7afe295fc1270e5e465a
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.3.0"
2
+ ".": "0.3.2"
3
3
  }
data/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.3.2](https://github.com/bottrall/riffer/compare/riffer/v0.3.1...riffer/v0.3.2) (2025-12-29)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * add Rubygems credentials configuration step in release workflow ([#49](https://github.com/bottrall/riffer/issues/49)) ([dcc71e0](https://github.com/bottrall/riffer/commit/dcc71e01f541510ab73986237adaabfab1ef2401))
14
+
15
+ ## [0.3.1](https://github.com/bottrall/riffer/compare/riffer/v0.3.0...riffer/v0.3.1) (2025-12-29)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * update checkout action version in release workflow ([#47](https://github.com/bottrall/riffer/issues/47)) ([c6b1361](https://github.com/bottrall/riffer/commit/c6b1361b20d7cc4522e20c46fa1a75ad3a8a80d7))
21
+
8
22
  ## [0.3.0](https://github.com/bottrall/riffer/compare/riffer-v0.2.0...riffer/v0.3.0) (2025-12-29)
9
23
 
10
24
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Riffer
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riffer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Bottrall