mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: Add ruby-sync.
* gnu/packages/ruby.scm (ruby-sync): New variable.
This commit is contained in:
parent
cc182dc438
commit
90f297e4a0
1 changed files with 18 additions and 0 deletions
|
@ -6510,6 +6510,24 @@ (define-public ruby-sanitize
|
||||||
unacceptable HTML and/or CSS from a string.")
|
unacceptable HTML and/or CSS from a string.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-sync
|
||||||
|
(package
|
||||||
|
(name "ruby-sync")
|
||||||
|
(version "0.5.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "sync" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1z9qlq4icyiv3hz1znvsq1wz2ccqjb1zwd6gkvnwg6n50z65d0v6"))))
|
||||||
|
(build-system ruby-build-system)
|
||||||
|
(synopsis "Ruby module with a two-phase lock and counter")
|
||||||
|
(description "This package provides a Ruby module that provides a two-phase
|
||||||
|
lock with a counter.")
|
||||||
|
(home-page "https://github.com/ruby/sync")
|
||||||
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public ruby-oj
|
(define-public ruby-oj
|
||||||
(package
|
(package
|
||||||
(name "ruby-oj")
|
(name "ruby-oj")
|
||||||
|
|
Loading…
Reference in a new issue