pantry/projects/rubygems.org/package.yml
Max Howell b135e63527
Remove this hack; Fixes #282
I think we should stop recommending `tea` as a shebang line, it's against our spirit. Instead tea tools should shim via `tea` before exec’ing to do any of the YAML frontmatter
2023-01-03 09:32:41 -05:00

30 lines
529 B
YAML

distributable:
url: https://github.com/rubygems/rubygems/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
versions:
github: rubygems/rubygems
dependencies:
ruby-lang.org: '>=2.3'
build:
script: |
ruby setup.rb --prefix={{prefix}} --env-shebang
test:
script: |
gem install awesome_print
ruby -e 'require "awesome_print"' -e 'ap $LOAD_PATH'
gem install hexapdf
hexapdf version
provides:
- bin/bundle
- bin/bundler
- bin/gem
- bin/rake
- bin/rbs
- bin/rdbg
- bin/typeprof