selective-ruby-core 0.1.9-arm64-darwin → 0.2.0-arm64-darwin

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: 3058bbaeaebaf79642fe47d0041ec8c2453c0e66ff333934b482ad66a05c6772
4
- data.tar.gz: c072e240d25d9186d7bd8eddd709f548e9626ba6438fe7e9bb752fe905cb57c1
3
+ metadata.gz: 0a1834d0cad8044c524a62aa1aefad3cb7708e7393b1d5f92142801ff95bf2c5
4
+ data.tar.gz: 3f09d5d3467e2a175184cb80b7fdec2cbbbb926328af80328f18a4138fb4f59e
5
5
  SHA512:
6
- metadata.gz: a9c2e077c52a2e7c49fb258d3cc9a7d68bbd3bae02f122543f87c948db36bd08dc546ac6bf81cd92895f6f6d09a582fc61a27aac2617f66e2c533ef4268760b2
7
- data.tar.gz: 701c207d1a78fd74efaba1a67ef89e5d746c173e4a9494aa9933bf870a055b001b127fcf257fe6034c5186564e3ad266ba72764afb09d2cee8d2a468dd03102c
6
+ metadata.gz: 47418ce6ca81db5afe4afdcc6328a5b26aa6f24a3040809a70dc341b82eb87413ad29b195eb8be4a0cb695ca0beb838f8257604510d43d02070afa6d54e9b2bc
7
+ data.tar.gz: ee062146688a71ea8e62202efe2a5b46c071fc437d13c47f7336ded9ace5c8e2a591a73f0bc5248f85487acffc76a2a73e657cc128a1365ded71ad9a8ff7ff33
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: arm64-darwin
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