mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-erubi: Update to 1.11.0.
* gnu/packages/ruby.scm (ruby-erubi): Update to 1.11.0. [source]<origin>: Swith to git-fetch method to fetch tests. [arguments]<#:test-target>: Set to "spec". [native-inputs]: Add ruby-minitest, ruby-minitest-global-expectations. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
c13596577a
commit
d24ecab0ff
1 changed files with 11 additions and 5 deletions
|
@ -3098,15 +3098,21 @@ functions.")
|
||||||
(define-public ruby-erubi
|
(define-public ruby-erubi
|
||||||
(package
|
(package
|
||||||
(name "ruby-erubi")
|
(name "ruby-erubi")
|
||||||
(version "1.8.0")
|
(version "1.11.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (rubygems-uri "erubi" version))
|
(uri (git-reference
|
||||||
|
(url "https://github.com/jeremyevans/erubi")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0y4qskz260fjwbnjps5z5yygjwgh6ds0f97lfa9gsmh6zqa1lvvx"))))
|
||||||
"1kagnf6ziahj0d781s6ryy6fwqwa3ad4xbzzj84p9m4nv4c2jir1"))))
|
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:test-target "spec"))
|
||||||
|
(native-inputs (list ruby-minitest
|
||||||
|
ruby-minitest-global-expectations))
|
||||||
(synopsis "ERB template engine for Ruby")
|
(synopsis "ERB template engine for Ruby")
|
||||||
(description
|
(description
|
||||||
"Erubi is a ERB template engine for Ruby. It is a simplified fork of
|
"Erubi is a ERB template engine for Ruby. It is a simplified fork of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue