Skip to content

Commit

Permalink
ruby3.2-faraday/2.12.1 package update (#34143)
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 cd3ae8a commit 4915e46
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions ruby3.2-faraday.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: ruby3.2-faraday
version: 2.12.0
epoch: 1
version: 2.12.1
epoch: 0
description: HTTP/REST API client library.
copyright:
- license: MIT
Expand All @@ -23,7 +23,7 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 59c5003ceb350096ade65086f8c17efbb7e0e53c
expected-commit: 93ef9e0ea905675358e2ae3edadebe1e13df95ef
repository: https://github.com/lostisland/faraday
tag: v${{package.version}}

Expand All @@ -41,6 +41,19 @@ pipeline:
vars:
gem: faraday

test:
pipeline:
- name: Verify library import
runs: ruby -e "require 'faraday'"
- name: Basic usage
runs: |
cat <<EOF > /tmp/test.rb
require 'faraday'
response = Faraday.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 4915e46

Please sign in to comment.