GNU bug report logs -
#62196
[PATCH 000/182] Add FPM, update Rails and other Ruby additions/updates
Previous Next
Full log
Message #599 received at 62196 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ruby.scm (ruby-sinatra): Update to 3.0.5. Delete trailing #t.
Delete arguments field.
---
gnu/packages/ruby.scm | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 41a2f01ca3..32776ac597 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -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")
--
2.39.1
This bug report was last modified 2 years and 57 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.