spec_forge 0.2.0 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f3f263468c29c510df53abd6f53f3bbeb544db4b026987665da4c9154fb2a95
4
- data.tar.gz: 76b4f99f95e6d1581d8cbe287ed36173a7aacfc268c2048a7827641df8ee23d2
3
+ metadata.gz: f04f0ef7fc98b027990b272a524856731de03b46f9898430f6ccfa30bc2f3fe7
4
+ data.tar.gz: a0130baec24c851c981aa76a4af01011e0944ece84965da37b9ad8630cc3dca3
5
5
  SHA512:
6
- metadata.gz: cb276c06ee570848e384f240a6cbea86c1be8069bf2749dd4508c5bba32a0ea115e1d93c35d0bb1ec6ab3f2b1b1c366cd5b85a254394971230d535fbed32af65
7
- data.tar.gz: bd1b9d542537eff2aa79a3a4b89bec573162d2a33a069c17bb9c28965ed808d097226504770485021da41405cfb7abb2a473cd080b7e5b342b738284af723601
6
+ metadata.gz: 0b933a4b603f899c5140997c0e551d86c497671ed2447088489bb3f5dbdb056bb89757bc67bd4fc72033ddede7c54df64e9eb73b64d76092c6d5dbf997c31ab9
7
+ data.tar.gz: 8b274025784f417bd7250f0fd716414c5511d392af4e2daabe1eb8fe1116f9416415f2b1d4c0495922fd7509b4a3b5fb648a86a4a62a6ced69b5392da906140b
data/CHANGELOG.md CHANGED
@@ -13,6 +13,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [0.3.0] - 12025-02-17
17
+
18
+ ### Added
19
+
20
+ - Ruby version test matrix
21
+
22
+ ### Changed
23
+
24
+ - Updated `flake.nix` to use Ruby 3.4
25
+
26
+ ### Removed
27
+
28
+ - Support for Ruby 3.1
29
+
16
30
  ## [0.2.0] - 12025-02-16
17
31
 
18
32
  ### Added
@@ -50,5 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
50
64
 
51
65
  - Initial commit
52
66
 
53
- [unreleased]: https://github.com/itsthedevman/spec_forge/compare/v0.2.0...HEAD
54
- [0.1.0]: https://github.com/itsthedevman/spec_forge/compare/a8a991c25dcbd472a5fd975e96aa223b05948618...v0.2.0
67
+ [unreleased]: https://github.com/itsthedevman/spec_forge/compare/v0.3.0...HEAD
68
+ [0.3.0]: https://github.com/itsthedevman/spec_forge/compare/v0.2.0...v0.3.0
69
+ [0.2.0]: https://github.com/itsthedevman/spec_forge/compare/v0.1.0...v0.2.0
70
+ [0.1.0]: https://github.com/itsthedevman/spec_forge/compare/a8a991c25dcbd472a5fd975e96aa223b05948618...v0.1.0
data/flake.nix CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- description = "Ruby 3.3.6 development environment";
2
+ description = "Ruby 3.4.2 development environment";
3
3
 
4
4
  inputs = {
5
5
  nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
@@ -14,7 +14,7 @@
14
14
  {
15
15
  devShells.default = pkgs.mkShell {
16
16
  buildInputs = with pkgs; [
17
- (ruby_3_3.override {
17
+ (ruby_3_4.override {
18
18
  jemallocSupport = true;
19
19
  docSupport = false;
20
20
  })
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SpecForge
4
- VERSION = "0.2.0"
4
+ VERSION = "0.3.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spec_forge
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan
@@ -219,7 +219,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
219
219
  requirements:
220
220
  - - ">="
221
221
  - !ruby/object:Gem::Version
222
- version: 3.0.0
222
+ version: '3.2'
223
223
  required_rubygems_version: !ruby/object:Gem::Requirement
224
224
  requirements:
225
225
  - - ">="