summaryrefslogtreecommitdiff
path: root/gnu/packages/ruby-check.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/ruby-check.scm')
-rw-r--r--gnu/packages/ruby-check.scm23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/ruby-check.scm b/gnu/packages/ruby-check.scm
index 5164d9a672b..d4034e3a827 100644
--- a/gnu/packages/ruby-check.scm
+++ b/gnu/packages/ruby-check.scm
@@ -146,29 +146,6 @@ using Bundler.")
146 (home-page "https://github.com/thoughtbot/appraisal") 146 (home-page "https://github.com/thoughtbot/appraisal")
147 (license license:expat))) 147 (license license:expat)))
148 148
149(define-public ruby-asciidoctor/minimal
150 (hidden-package
151 (package
152 (name "ruby-asciidoctor")
153 (version "2.0.20")
154 (source
155 (origin
156 (method git-fetch) ;the gem release lacks a Rakefile
157 (uri (git-reference
158 (url "https://github.com/asciidoctor/asciidoctor")
159 (commit (string-append "v" version))))
160 (file-name (git-file-name name version))
161 (sha256
162 (base32
163 "19qvilhwa9plg80ppspn5ys0ybl8qfyaicqbl9w316hk5ldwi1jq"))))
164 (build-system ruby-build-system)
165 (arguments (list #:tests? #f))
166 (synopsis "Converter from AsciiDoc content to other formats")
167 (description "Asciidoctor is a text processor and publishing toolchain for
168converting AsciiDoc content to HTML5, DocBook 5, PDF, and other formats.")
169 (home-page "https://asciidoctor.org")
170 (license license:expat))))
171
172(define-public ruby-builder 149(define-public ruby-builder
173 (package 150 (package
174 (name "ruby-builder") 151 (name "ruby-builder")