summaryrefslogtreecommitdiff
path: root/guix/import/gem.scm
AgeCommit message (Expand)Author
2023-05-31import: gem: Updater provides input list.Ludovic Courtès
2023-05-31import: gem: Factorize "bundler" special case for name mapping.Ludovic Courtès
2023-03-13guix: Strip #:use-module lists.Ludovic Courtès
2022-12-31import/utils: Pass all arguments through to package builder.Lars-Dominik Braun
2022-12-26import: gem: Allow updating to a specific version.Hartmut Goebel
2022-12-26upstream-updater: Rename record field.Hartmut Goebel
2022-09-17import: gem: Support importing a specific version of a gem.Taiju HIGASHI
2021-07-20import: gem: Emit new-style package inputs.Sarah Morgensen
2021-01-21import, swh: Adjust to Guile-JSON 4.5.x unspecified value handling.Ludovic Courtès
2020-12-02import: utils: 'recursive-import' accepts an optional version parameter.Martin Becze
2020-09-08Remove (guix json) and require Guile-JSON 4.3.0+.Ludovic Courtès
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