mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(rubygems)
This commit is contained in:
parent
7a2be03565
commit
1926eafcbf
1 changed files with 4 additions and 1 deletions
|
@ -13,9 +13,12 @@ build:
|
|||
ruby setup.rb --prefix={{prefix}} --env-shebang
|
||||
|
||||
test:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
script: |
|
||||
gem install awesome_print
|
||||
ruby -e 'require "awesome_print"' -e 'ap $LOAD_PATH'
|
||||
ruby -e 'require "rubygems"' -e 'require "awesome_print"' -e'ap $LOAD_PATH'
|
||||
gem install hexapdf
|
||||
hexapdf version
|
||||
|
||||
|
|
Loading…
Reference in a new issue