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 +4 -4
- data/CHANGELOG.md +1 -1
- data/README.md +1 -1
- data/lib/appraisal/matrix/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b58a1b5ec3aea2557d2d9eaad20a88e0d57bf7531fc9dd26f78419db4ad11d5
|
4
|
+
data.tar.gz: d4e76f2d2cc0777f0622a5389017b6c62a09df1f5321b2e38f3bb75e778a74c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 -
|
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
|
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'
|
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
|
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-
|
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:
|
71
|
+
version: '0'
|
72
72
|
requirements: []
|
73
73
|
rubygems_version: 3.2.33
|
74
74
|
signing_key:
|