mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ruby-arel: Remove duplicate definition.
* gnu/packages/ruby.scm (ruby-arel): Remove shadowed 6.0.0 version. [description]: Use the older description & expand some acronyms.
This commit is contained in:
parent
9baab9aeed
commit
6f23e2fb02
1 changed files with 3 additions and 22 deletions
|
@ -1020,26 +1020,6 @@ (define-public ruby-bacon
|
||||||
(home-page "https://github.com/chneukirchen/bacon")
|
(home-page "https://github.com/chneukirchen/bacon")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-arel
|
|
||||||
(package
|
|
||||||
(name "ruby-arel")
|
|
||||||
(version "6.0.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (rubygems-uri "arel" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"18wnfnzr2i5p3fygsddjbi1cimws6823nbk8drxidmnj8jz7h0ar"))))
|
|
||||||
(build-system ruby-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:tests? #f)) ; no test suite
|
|
||||||
(synopsis "SQL AST manager for Ruby")
|
|
||||||
(description "Arel is a SQL AST manager for Ruby. It simplifies the
|
|
||||||
generation of complex SQL queries and adapts to various relational database
|
|
||||||
implementations.")
|
|
||||||
(home-page "https://github.com/rails/arel")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public ruby-connection-pool
|
(define-public ruby-connection-pool
|
||||||
(package
|
(package
|
||||||
(name "ruby-connection-pool")
|
(name "ruby-connection-pool")
|
||||||
|
@ -1854,8 +1834,9 @@ (define-public ruby-arel
|
||||||
(arguments '(#:tests? #f)) ; no tests
|
(arguments '(#:tests? #f)) ; no tests
|
||||||
(home-page "https://github.com/rails/arel")
|
(home-page "https://github.com/rails/arel")
|
||||||
(synopsis "SQL AST manager for Ruby")
|
(synopsis "SQL AST manager for Ruby")
|
||||||
(description "Arel is a SQL AST manager for Ruby. It simplifies the
|
(description "Arel is an SQL @dfn{Abstract Syntax Tree} (AST) manager for
|
||||||
generation of complex SQL queries and is compatible with various RDBMSes.")
|
Ruby. It simplifies the generation of complex SQL queries and adapts to
|
||||||
|
various relational database implementations.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-minitar
|
(define-public ruby-minitar
|
||||||
|
|
Loading…
Reference in a new issue