summaryrefslogtreecommitdiff
path: root/guix/import/gem.scm
AgeCommit message (Expand)Author
2020-07-03upstream: Define 'url-predicate' and use it.Ludovic Courtès
2020-02-05import: gem: Deal with unavailable licensing info.Ludovic Courtès
2020-02-05import: gem: Rewrite to use a JSON mapping to records.Ludovic Courtès
2019-07-25maint: Switch to Guile-JSON 3.x.Ludovic Courtès
2018-07-11import: gem: Add recursive import.Oleg Pykhalov
2018-06-10import: json: Consolidate duplicate json-fetch functionality.Jelle Licht
2018-01-10gnu: Use one spelling for ‘copyright’.Tobias Geerinckx-Rice
2016-12-12import: json: Silence json-fetch output.Eric Bavier
2016-09-28import: Move string->license to importers.David Craven
2016-04-15upstream: Pass a package object to updaters.Ludovic Courtès
2016-02-20import: gem: Add updater.Ben Woodcroft
2016-01-20import: gem: Beautify only the description, not the synopsis.Ben Woodcroft
2016-01-14import: gem: Beautify description field.Ben Woodcroft
2015-09-01import: gem: Fix minor bug and add unit test.David Thompson
2015-08-27import: Add Ruby gem importer.David Thompson