simp-test 0.3.22 → 0.3.23
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 +4 -4
- data/.github/workflows/tag_deploy_rubygem.yml +2 -1
- data/lib/simp/test/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a5a95dc54cee74f2d109cb54c478f9c7d2ab1593d09bee6bddf3f6d449acf2c1
|
|
4
|
+
data.tar.gz: a0657198c56f4473a3c8df8b1821f8e1a74dab54db56d669ebb30d60d73fb1a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6dd957baf7d612a8da913a44ffbc5c350e2fd3fddc1f3f8bda3111614bf0cb48794eec5e6802cf5c8214ec2c41fe3f736193a40dd82acc92168b1a22f88fc312
|
|
7
|
+
data.tar.gz: 42cae2e4c1202071737e5025aacbaa465244cb5ae6f1bfc8063d2d4760bd6f9362c14919b476cba0b6ba23eca081271b31eaa511bfde0c79a86b3212077dab44
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
#
|
|
27
27
|
# * By default, the gem is built and released using the standard rake tasks
|
|
28
28
|
# from "bundler/gem_tasks". To override these, create a JSON file at
|
|
29
|
-
# `.github/workflows.local.json`, using the format:
|
|
29
|
+
# `.github/workflows.local.json`, using the following format:
|
|
30
30
|
#
|
|
31
31
|
# {
|
|
32
32
|
# "gem_build_command": "bundle exec rake build",
|
|
@@ -158,6 +158,7 @@ jobs:
|
|
|
158
158
|
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
|
|
159
159
|
BUILD_COMMAND: ${{ needs.releng-checks.outputs.build_command }}
|
|
160
160
|
RELEASE_COMMAND: ${{ needs.releng-checks.outputs.release_command }}
|
|
161
|
+
PKG_DIR: ${{ needs.releng-checks.outputs.pkg_dir }}
|
|
161
162
|
steps:
|
|
162
163
|
- name: Checkout code
|
|
163
164
|
uses: actions/checkout@v2
|
data/lib/simp/test/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simp-test
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- SIMP Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-02-
|
|
11
|
+
date: 2021-02-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email:
|