selective-ruby-core 0.1.9-aarch64-linux → 0.2.0-aarch64-linux

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: d396e26c8bae6e3ace92a0cb027627ee691e818bec433ea1af28dc108b48afc4
4
- data.tar.gz: cfcab6ed9eff376aceb940ea4ef7e5ece1353d27aac35254282ab38598cf6779
3
+ metadata.gz: 8539142f05e00bd84ee522923abf3f60f0ff35395b078df034ad9c435a182a44
4
+ data.tar.gz: 2eec5fc40d33ae40110637c77244d31b2bfbff0cfe3559b4a8d36fb94976301b
5
5
  SHA512:
6
- metadata.gz: d1f10139bdd46cd2dc5f05e72754471b01d8e0626b92a4da5a6cbd1c83e180eec6e58899860ecda80a2f4a8d0a499c85ac17193e943d73aef9e701667ae96508
7
- data.tar.gz: 66fa3787af219e72ad55b0a2fb625c01d76867cbaa44fac86fd7699c2c273ae0bc60911ea0246fa22af7bcf6755e4ecf550c4f28409382b9bd0f983f7ef47968
6
+ metadata.gz: 1c8aea8bdb1e453bbf1d346062992922554f230aa1b713bba4a97abf37d736df10a34b43b493f6201bf6cad231f660394fe24b435f10c0dc78ab500f95c49468
7
+ data.tar.gz: 46d2b7bff31cd1fda0bf741e09c98fa083c782a27c9c2a77ca15f2d2f8537891f32803cb78bd9e0c16c2e8d8dec97779c31a59bf2d827f391a748f6e9d10b86a
data/lib/bin/build_env.sh CHANGED
@@ -44,6 +44,8 @@ cat <<EOF
44
44
  "run_id": "$run_id",
45
45
  "run_attempt": "$run_attempt",
46
46
  "commit_message": "$(git log --format=%s -n 1 $sha)",
47
- "runner_id": "$runner_id"
47
+ "runner_id": "$runner_id",
48
+ "committer_name": "$(git show -s --format='%an' -n 1 $sha)",
49
+ "committer_email": "$(git show -s --format='%ae' -n 1 $sha)"
48
50
  }
49
51
  EOF
@@ -3,7 +3,7 @@
3
3
  module Selective
4
4
  module Ruby
5
5
  module Core
6
- VERSION = "0.1.9"
6
+ VERSION = "0.2.0"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selective-ruby-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Benjamin Wood
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2024-01-12 00:00:00.000000000 Z
12
+ date: 2024-01-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: zeitwerk