On Wed, 27 Sep 2017 22:03:32 +1000 Ben Woodcroft wrote: > On 25/09/17 03:17, Christopher Baines wrote: > > * gnu/packages/ruby.scm (ruby-multi-json): New variable. > [..] > > + (arguments > > + '(#:tests? #f)) ;; No testsuite. > No testsuite included in distributed gem, rather. I've updated the comment. > > + (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") > Both home-page and synopsis could be moved to the line before. And also updated the formatting. > Otherwise LGTM. > ben