haiti: v1.1.1

haiti 1.1.0 and 1.1.1 were released

- https://github.com/noraj/haiti/releases
- https://github.com/noraj/haiti/blob/master/docs/CHANGELOG.md

It now supports ruby 3.0 and a new file was added (`commons.json`)
This commit is contained in:
Alexandre ZANNI 2021-04-30 14:16:12 +02:00 committed by GitHub
parent 142c34a7cb
commit 6fe87e6bb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
EAPI=7
USE_RUBY="ruby26 ruby27"
USE_RUBY="ruby26 ruby27 ruby30"
RUBY_FAKEGEM_EXTRAINSTALL="data/prototypes.json"
@ -24,4 +24,5 @@ ruby_add_rdepend "
all_ruby_prepare() {
sed -i -e 's|../data/prototypes.json|../prototypes.json|' lib/haiti.rb || die
sed -i -e 's|../data/commons.json|../commons.json|' lib/haiti.rb || die
}