unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Matthew Jordan <matthewjordandevops@yandex.com>
To: Ben Woodcroft <b.woodcroft@uq.edu.au>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: [Patch] ruby-spring
Date: Wed, 01 Jun 2016 15:05:52 -0400	[thread overview]
Message-ID: <87d1o0ybjj.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <574ED9E0.7070505@uq.edu.au>

[-- Attachment #1: Type: text/plain, Size: 569 bytes --]

Good Day,

I have updated the synopsis and the description.  Please see the
following comment also;

> +    (arguments
> +     `(#:test-target "test:unit"
> +       #:phases
> +       (modify-phases %standard-phases
> +         (add-before 'check 'remove-bump
> +           (lambda _
> +             (substitute* "spring.gemspec"
> +               (("gem.add_development_dependency 'bump'") ""))
> +             (substitute* "Rakefile"
> +               (("require \\\"bump/tasks\\\"") ""))
> +             #t)))))

The files spring.gemspec and Rakefile do not exist.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Patch to add ruby-spring. --]
[-- Type: text/x-patch, Size: 1437 bytes --]

From 3a9d916463e7d10c275b65b5712ccd288fffdc07 Mon Sep 17 00:00:00 2001
From: Matthew Jordan <matthewjordandevops@yandex.com>
Date: Tue, 31 May 2016 07:29:24 -0400
Subject: [PATCH] gnu: Add ruby-spring.

* gnu/packages/rails.scm: Modified file.
---
 gnu/packages/rails.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/rails.scm b/gnu/packages/rails.scm
index 77ab354..1b1de06 100644
--- a/gnu/packages/rails.scm
+++ b/gnu/packages/rails.scm
@@ -23,6 +23,29 @@
   #:use-module (gnu packages ruby)
   #:use-module (guix build-system ruby))
 
+(define-public ruby-spring
+  (package
+    (name "ruby-spring")
+    (version "1.7.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (rubygems-uri "spring" version))
+       (sha256
+        (base32
+         "165f6n6am36md1lzaivcg9bx09f7iph4vab0f8av2rlza4yi791p"))))
+    (build-system ruby-build-system)
+    (arguments
+     `(#:tests? #f)) ;; no Rakefile found
+    (synopsis
+     "Spring is a Rails application preloader")
+    (description
+     "Spring is a Rails application preloader.  It speeds up development by
+keeping your application running in the background so you don't need to boot
+it every time you run a test, rake task or migration.")
+    (home-page "https://github.com/rails/spring")
+    (license expat)))
+
 (define-public ruby-debug-inspector
   (package
     (name "ruby-debug-inspector")
-- 
2.8.3


[-- Attachment #3: Type: text/plain, Size: 53 bytes --]


Respectuflly,

-- 
Matthew Jordan
Sent with my mu4e

  reply	other threads:[~2016-06-01 19:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-31 15:36 [Patch] ruby-spring Matthew Jordan
2016-06-01 12:49 ` Ben Woodcroft
2016-06-01 19:05   ` Matthew Jordan [this message]
2016-06-01 23:03     ` Ben Woodcroft
2016-06-03  5:39       ` Matthew Jordan
2016-06-03 23:43         ` Ben Woodcroft

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d1o0ybjj.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me \
    --to=matthewjordandevops@yandex.com \
    --cc=b.woodcroft@uq.edu.au \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).