[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28885] [PATCH 4/9] gnu: Add ruby-bond.
From: |
Christopher Baines |
Subject: |
[bug#28885] [PATCH 4/9] gnu: Add ruby-bond. |
Date: |
Wed, 18 Oct 2017 07:03:31 +0100 |
* gnu/packages/ruby.scm (ruby-bond): New variable.
---
gnu/packages/ruby.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 9a070f94d..af1a94db5 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1372,6 +1372,34 @@ as a base class when writing classes that depend upon
(home-page "https://github.com/masover/blankslate")
(license license:expat)))
+(define-public ruby-bond
+ (package
+ (name "ruby-bond")
+ (version "0.5.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "bond" version))
+ (sha256
+ (base32
+ "1r19ifc4skyl2gxnifrxa5jvbbay9fb2in79ppgv02b6n4bhsw90"))))
+ (build-system ruby-build-system)
+ (native-inputs
+ `(("ruby-bacon" ,ruby-bacon)
+ ("ruby-bacon-bits" ,ruby-bacon-bits)
+ ("ruby-mocha-on-bacon" ,ruby-mocha-on-bacon)))
+ (synopsis "Bond can provide custom autocompletion for arguments, methods
+and more")
+ (description
+ "Bond can autocomplete argument(s) to methods, uniquely completing per
+module, per method and per argument. Bond provides a configuration system and
+a DSL for creating custom completions and completion rules. Bond can also
+load completions that ship with gems. Bond is able to offer more than irb's
+completion since it uses the full line of input when completing as opposed to
+irb's last-word approach.")
+ (home-page "http://tagaholic.me/bond/")
+ (license license:expat)))
+
(define-public ruby-instantiator
(package
(name "ruby-instantiator")
--
2.14.2
- [bug#28885] [PATCH] Add ruby-iruby and dependencies, Christopher Baines, 2017/10/18
- [bug#28885] [PATCH 1/9] gnu: networking: Add czmq., Christopher Baines, 2017/10/18
- [bug#28885] [PATCH 3/9] gnu: Add ruby-bacon-bits., Christopher Baines, 2017/10/18
- [bug#28885] [PATCH 9/9] gnu: Add ruby-iruby., Christopher Baines, 2017/10/18
- [bug#28885] [PATCH 6/9] gnu: Add ruby-cztop., Christopher Baines, 2017/10/18
- [bug#28885] [PATCH 8/9] gnu: Add ruby-mimemagic., Christopher Baines, 2017/10/18
- [bug#28885] [PATCH 5/9] gnu: Add ruby-czmq-ffi-gen., Christopher Baines, 2017/10/18
- [bug#28885] [PATCH 7/9] gnu: Add ruby-data_uri., Christopher Baines, 2017/10/18
- [bug#28885] [PATCH 4/9] gnu: Add ruby-bond.,
Christopher Baines <=
- [bug#28885] [PATCH 2/9] gnu: Add ruby-mocha-on-bacon., Christopher Baines, 2017/10/18