* [Patch] Updated ruby-sdoc
@ 2016-05-31 20:58 Matthew Jordan
2016-06-02 10:32 ` Ben Woodcroft
0 siblings, 1 reply; 2+ messages in thread
From: Matthew Jordan @ 2016-05-31 20:58 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 31 bytes --]
Updated patch for ruby-sdoc.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Patch to add ruby-sdoc --]
[-- Type: text/x-patch, Size: 2619 bytes --]
From a34ad9140c5de31cbf2040c98b502d2d9ee817a3 Mon Sep 17 00:00:00 2001
From: Matthew Jordan <matthewjordandevops@yandex.com>
Date: Tue, 31 May 2016 07:35:28 -0400
Subject: [PATCH 4/4] gnu: Add ruby-sdoc.
* gnu/packages/rails.scm: Modified file.
---
gnu/packages/rails.scm | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
diff --git a/gnu/packages/rails.scm b/gnu/packages/rails.scm
index 97b1149..05d5684 100644
--- a/gnu/packages/rails.scm
+++ b/gnu/packages/rails.scm
@@ -28,6 +28,60 @@
#:use-module (gnu packages gcc)
#:use-module (guix build-system ruby))
+(define-public ruby-sdoc
+ (package
+ (name "ruby-sdoc")
+ (version "0.4.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "sdoc" version))
+ (sha256
+ (base32
+ "16xyfair1j4irfkd6sxvmdcak957z71lwkvhglrznfpkalfnqyqp"))))
+ (build-system ruby-build-system)
+ (propagated-inputs
+ `(("ruby-json" ,ruby-json)
+ ("ruby-rdoc" ,ruby-rdoc)))
+ (synopsis
+ "rdoc generator html with javascript search index.")
+ (description
+ "rdoc generator html with javascript search index.")
+ (home-page "http://github.com/voloko/sdoc")
+ (license expat)))
+
+(define-public ruby-byebug
+ (package
+ (name "ruby-byebug")
+ (version "9.0.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "byebug" version))
+ (sha256
+ (base32
+ "18sdnscwwm76i2kbcib2ckwfwpq8b1dbfr97gdcx3j1x547yqv9x"))))
+ (build-system ruby-build-system)
+ (arguments
+ `(#:tests? #f))
+ (synopsis
+ "Byebug is a Ruby 2 debugger. It's implemented using the
+ Ruby 2 TracePoint C API for execution control and the Debug Inspector C API
+ for call stack navigation. The core component provides support that
+ front-ends can build on. It provides breakpoint handling and bindings for
+ stack frames among other things and it comes with an easy to use command
+ line interface.")
+ (description
+ "Byebug is a Ruby 2 debugger. It's implemented using the
+ Ruby 2 TracePoint C API for execution control and the Debug Inspector C API
+ for call stack navigation. The core component provides support that
+ front-ends can build on. It provides breakpoint handling and bindings for
+ stack frames among other things and it comes with an easy to use command
+ line interface.")
+ (home-page
+ "http://github.com/deivid-rodriguez/byebug")
+ (license bsd-3)))
+
(define-public ruby-spring
(package
(name "ruby-spring")
--
2.8.3
[-- Attachment #3: Type: text/plain, Size: 37 bytes --]
--
Matthew Jordan
Sent with my mu4e
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Patch] Updated ruby-sdoc
2016-05-31 20:58 [Patch] Updated ruby-sdoc Matthew Jordan
@ 2016-06-02 10:32 ` Ben Woodcroft
0 siblings, 0 replies; 2+ messages in thread
From: Ben Woodcroft @ 2016-06-02 10:32 UTC (permalink / raw)
To: Matthew Jordan, guix-devel
On 06/01/2016 06:58 AM, Matthew Jordan wrote:
> Updated patch for ruby-sdoc.
Oh. I just realised that ruby-sdoc seems to be already packaged in
ruby.scm. Is that sufficient?
ben
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-02 10:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-31 20:58 [Patch] Updated ruby-sdoc Matthew Jordan
2016-06-02 10:32 ` Ben Woodcroft
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.