Skip to content

Commit

Permalink
ruby3.3-excon/1.2.1 package update (#34194)
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: Joshua Powers <joshua.powers@chainguard.dev>
Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
Co-authored-by: Joshua Powers <joshua.powers@chainguard.dev>
  • Loading branch information
3 people authored Nov 15, 2024
1 parent 9d3be20 commit fbc266b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions ruby3.3-excon.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated from https://github.com/excon/excon
package:
name: ruby3.3-excon
version: 1.2.0
version: 1.2.1
epoch: 0
description: EXtended http(s) CONnections
copyright:
Expand All @@ -21,7 +21,7 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/excon/excon
expected-commit: 9d08270f9c96ece456fbde4dd322a0fad51210b8
expected-commit: 239111877ffa6f56ccc6d8f43d0fae2dec17e164
tag: v${{package.version}}

- uses: ruby/build
Expand All @@ -38,6 +38,18 @@ pipeline:
vars:
gem: excon

test:
pipeline:
- runs: ruby -e "require 'excon'"
- name: HTTP GET
runs: |
cat <<EOF > /tmp/test.rb
require 'excon'
response = Excon.get("https://edu.chainguard.dev/open-source/wolfi/overview/")
print response.status
EOF
ruby /tmp/test.rb
update:
enabled: true
github:
Expand Down

0 comments on commit fbc266b

Please sign in to comment.