mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (define-public ruby-coveralls
|
|||
(home-page "https://coveralls.io")
|
||||
(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
|
||||
(package
|
||||
(name "ruby-cucumber-core")
|
||||
|
|
Loading…
Reference in a new issue