Skip to content

Commit

Permalink
ruby3.2-version_gem/1.1.4 package update (#26560)
Browse files Browse the repository at this point in the history
<p align="center">
<img
src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg"
/>
</p>

---------

Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
Signed-off-by: Dentrax <furkan.turkal@chainguard.dev>
Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
Co-authored-by: Dimitri John Ledkov <19779+xnox@users.noreply.github.com>
Co-authored-by: Mark McCormick <mark.mccormick@chainguard.dev>
Co-authored-by: Dentrax <furkan.turkal@chainguard.dev>
  • Loading branch information
5 people authored Sep 8, 2024
1 parent 45f95d2 commit d4b3de1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions ruby3.2-version_gem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: ruby3.2-version_gem
version: 1.1.0
epoch: 1
version: 1.1.4
epoch: 0
description: Versions are good. Versions are cool. Versions will win.
copyright:
- license: MIT
Expand All @@ -19,10 +19,12 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 05ab9c754e3945e414c85f181b9e3195cc1ec689
expected-commit: 5086ef73754282e1e878539819e76915bce56103
tag: v${{package.version}}
repository: https://gitlab.com/oauth-xx/version_gem

- runs: sed -i '/signing_key/d' ${{vars.gem}}.gemspec

- uses: ruby/build
with:
gem: ${{vars.gem}}
Expand All @@ -42,3 +44,7 @@ update:
git:
strip-prefix: v
tag-filter-prefix: v

test:
pipeline:
- runs: ruby -e "require 'version_gem'"

0 comments on commit d4b3de1

Please sign in to comment.