appraisal-matrix 0.3.0.pre.tstarck.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 455050798ee698fa03781e94f45ea46774dfaacb293c0634346d25a0ffce067c
4
- data.tar.gz: 818a60d1519378825f5bd40a564328d7c3440e5ce8cdbc26af9b9d6dda058b29
3
+ metadata.gz: 6b58a1b5ec3aea2557d2d9eaad20a88e0d57bf7531fc9dd26f78419db4ad11d5
4
+ data.tar.gz: d4e76f2d2cc0777f0622a5389017b6c62a09df1f5321b2e38f3bb75e778a74c6
5
5
  SHA512:
6
- metadata.gz: 36660df655d219bbfb64b5f67c0bbd31718132d10adab5dccf28e1001e59340e41f18cc2a83493bb3be555d6f64a98ce5d36f4ccb1ce10cc744450a77bc38068
7
- data.tar.gz: d4587264eec3f603cecc0b6fb1585dbe4769aefbfcb128a7b7e7c19b898c2b6acc95c097e8101f2d86c08004fdacb32ea12cc9dc54c4a7e27d16621f6a6b3da1
6
+ metadata.gz: 1023e48055bbbd5a4f1d8fc891685c948547385487e7e1a2058bb8cfcb910a9c3dc064fef2104af0edea70b6ad13c4020f7a32e076ba0326dca68eabaa32b91b
7
+ data.tar.gz: 8f324f7de5618b1b7509bdf9f9aeced7f3c0294460be19418a734d5204d3284e58e163ddf1b97b1c0b19be9ad0bfa0be4f95093d01cf52cee9aab59a8aa6976c
data/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
3
3
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
4
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
 
6
- ## 0.3.0 - Unreleased
6
+ ## 0.3.0 - 2024-07-16
7
7
  ### Changed
8
8
  - Changed the block passed to `appraisal_matrix` to be called with the versions of gems for the current matrix entry.
9
9
 
data/README.md CHANGED
@@ -57,7 +57,7 @@ end
57
57
  If you would like to setup conditional logic based off of the versions of the gems in the matrix, you can pass a block with arguments to `appraisal_matrix`.
58
58
 
59
59
  ```ruby
60
- appraisal_matrix(activesupport: "6.1") do |activesupport:, sidekiq:|
60
+ appraisal_matrix(activesupport: "6.1") do |activesupport:|
61
61
  # activesupport <Gem::Version>
62
62
  if activesupport < "7"
63
63
  remove_gem 'test_after_commit'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Appraisal
4
4
  module Matrix
5
- VERSION = "0.3.0.pre.tstarck.1"
5
+ VERSION = "0.3.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appraisal-matrix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0.pre.tstarck.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drew Caddell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-15 00:00:00.000000000 Z
11
+ date: 2024-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: appraisal
@@ -66,9 +66,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  version: '3.0'
67
67
  required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
- - - ">"
69
+ - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: 1.3.1
71
+ version: '0'
72
72
  requirements: []
73
73
  rubygems_version: 3.2.33
74
74
  signing_key: