mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: ruby-sinatra: Update to 3.0.5.
* gnu/packages/ruby.scm (ruby-sinatra): Update to 3.0.5. Delete trailing #t. Delete arguments field.
This commit is contained in:
parent
ba5f5158a0
commit
eaa1170031
1 changed files with 4 additions and 12 deletions
|
@ -12310,28 +12310,20 @@ (define-public ruby-htmlentities
|
|||
(home-page "https://github.com/threedaymonk/htmlentities")
|
||||
(license license:expat)))
|
||||
|
||||
;;; FIXME: Currently broken with rack 3, awaiting the merge for
|
||||
;;; https://github.com/sinatra/sinatra/pull/1857 and a new release.
|
||||
(define-public ruby-sinatra
|
||||
(package
|
||||
(name "ruby-sinatra")
|
||||
(version "2.0.8.1")
|
||||
(version "3.0.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "sinatra" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0riy3hwjab1mr73jcqx3brmbmwspnw3d193j06a5f0fy1w35z15q"))))
|
||||
"1ryfja9yd3fq8n1p5yi3qnd0pjk7bkycmxxmbb1bj0axlr1pdv20"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; See: https://github.com/sinatra/sinatra/issues/1578.
|
||||
(add-after 'extract-gemspec 'fix-slow-doc-generation
|
||||
(lambda _
|
||||
(substitute* "sinatra.gemspec"
|
||||
(("\"README.rdoc\"\\.freeze," all)
|
||||
(string-append all " \"--exclude=.*\\.md\".freeze,")))
|
||||
#t)))))
|
||||
(propagated-inputs
|
||||
(list ruby-mustermann ruby-rack ruby-rack-protection ruby-tilt))
|
||||
(synopsis "DSL for quick web applications creation in Ruby")
|
||||
|
|
Loading…
Reference in a new issue