gnu: Add ruby-unindent.
* gnu/packages/ruby.scm (ruby-unindent): New variable.
This commit is contained in:
parent
f048ef520f
commit
f2a1b7facb
1 changed files with 19 additions and 0 deletions
|
@ -6643,6 +6643,25 @@ API.")
|
||||||
(home-page "https://coveralls.io")
|
(home-page "https://coveralls.io")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-unindent
|
||||||
|
(package
|
||||||
|
(name "ruby-unindent")
|
||||||
|
(version "1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "unindent" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1wqh3rzv8589yzibigminxx3qpmj2nqj28f90xy1sczk1pijmcrd"))))
|
||||||
|
(build-system ruby-build-system)
|
||||||
|
(synopsis "Ruby method to unindent strings")
|
||||||
|
(description "This module provides a @code{String#unindent} Ruby method to
|
||||||
|
unindent strings, which can be useful to unindent multiline strings embedded
|
||||||
|
in already-indented code.")
|
||||||
|
(home-page "https://github.com/mynyml/unindent")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-cucumber-core
|
(define-public ruby-cucumber-core
|
||||||
(package
|
(package
|
||||||
(name "ruby-cucumber-core")
|
(name "ruby-cucumber-core")
|
||||||
|
|
Reference in a new issue