[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: Add ruby-multi-json.
From: |
Christopher Baines |
Subject: |
02/08: gnu: Add ruby-multi-json. |
Date: |
Sat, 30 Sep 2017 06:47:12 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 9a97e7ce29660a0d0e8c24f2a7209b1466bfae31
Author: Christopher Baines <address@hidden>
Date: Fri Sep 22 20:14:35 2017 +0100
gnu: Add ruby-multi-json.
* gnu/packages/ruby.scm (ruby-multi-json): New variable.
---
gnu/packages/ruby.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index ff6be87..504eb60 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1865,6 +1865,28 @@ net/http library.")
(home-page "https://github.com/nicksieger/multipart-post")
(license license:expat)))
+(define-public ruby-multi-json
+ (package
+ (name "ruby-multi-json")
+ (version "1.12.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "multi_json" version))
+ (sha256
+ (base32
+ "1raim9ddjh672m32psaa9niw67ywzjbxbdb8iijx3wv9k5b0pk2x"))))
+ (build-system ruby-build-system)
+ (arguments
+ '(#:tests? #f)) ;; No testsuite included in the gem.
+ (synopsis "Common interface to multiple JSON libraries for Ruby")
+ (description
+ "This package provides a common interface to multiple JSON libraries,
+including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem,
+NSJSONSerialization, gson.rb, JrJackson, and OkJson.")
+ (home-page "http://github.com/intridea/multi_json")
+ (license license:expat)))
+
(define-public ruby-arel
(package
(name "ruby-arel")
- branch master updated (6e79949 -> afcbb02), Christopher Baines, 2017/09/30
- 01/08: gnu: Add ruby-httpclient., Christopher Baines, 2017/09/30
- 04/08: gnu: Add ruby-code-statistics., Christopher Baines, 2017/09/30
- 05/08: gnu: Add ruby-highline., Christopher Baines, 2017/09/30
- 07/08: gnu: Add ruby-rubyzip., Christopher Baines, 2017/09/30
- 02/08: gnu: Add ruby-multi-json.,
Christopher Baines <=
- 03/08: gnu: Add ruby-options., Christopher Baines, 2017/09/30
- 08/08: gnu: Add ruby-es-dump-restore., Christopher Baines, 2017/09/30
- 06/08: gnu: Add ruby-progress_bar., Christopher Baines, 2017/09/30