From e5bdf3309e1bdd6ea9c33ae3513969db768a3cde Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 1 Jun 2022 12:18:28 +0300 Subject: ruby-cbor upstreamed --- gn/packages/ruby.scm | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'gn') diff --git a/gn/packages/ruby.scm b/gn/packages/ruby.scm index 57c7af7..ca0339f 100644 --- a/gn/packages/ruby.scm +++ b/gn/packages/ruby.scm @@ -4465,33 +4465,6 @@ both the the request and response in between unicorn and slow clients.") (home-page "https://github.com/mzsanford/R2rb") (license #f))) -(define-public ruby-cbor - (package - (name "ruby-cbor") - (version "0.5.9.6") - (source - (origin - (method url-fetch) - (uri (rubygems-uri "cbor" version)) - (sha256 - (base32 - "0511idr8xps9625nh3kxr68sdy6l3xy2kcz7r57g47fxb1v18jj3")))) - (build-system ruby-build-system) - (arguments - `(#:test-target "spec")) - (native-inputs - `( - ("ruby-rake-compiler" ,ruby-rake-compiler) - ("ruby-rspec" ,ruby-rspec) - ("ruby-yard" ,ruby-yard) - )) - (synopsis - "CBOR is a library for the CBOR binary object representation format, based on Sadayuki Furuhashi's MessagePack library.") - (description - "CBOR is a library for the CBOR binary object representation format, based on Sadayuki Furuhashi's MessagePack library.") - (home-page "http://cbor.io/") - (license #f))) - (define-public ruby-openssl (package (name "ruby-openssl") -- cgit v1.2.3