From d38755cb91952b574c1a72b7ea0ae8b52bc4f6e3 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Tue, 24 Jul 2018 23:13:50 +0200 Subject: gnu: Add ruby-net-scp. * gnu/packages/ruby.scm (ruby-net-scp): New variable. --- gnu/packages/ruby.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 6b85fe68e3..aa4cae6f97 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -1849,6 +1849,32 @@ with processes on remote servers, via SSH2.") (home-page "https://github.com/net-ssh/net-ssh") (license license:expat))) +(define-public ruby-net-scp + (package + (name "ruby-net-scp") + ;; The 1.2.1 release would be incompatible with ruby-net-ssh >= 4. + (version "1.2.2.rc2") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/net-ssh/net-scp/archive/v" + version ".tar.gz")) + (sha256 + (base32 + "0xyf17mhgvyz54xjj9ria4wnq3x62bhmkfgzqv8jwiip2bplv1nk")))) + (build-system ruby-build-system) + (native-inputs + `(("bundler" ,bundler) + ("ruby-test-unit" ,ruby-test-unit) + ("ruby-mocha" ,ruby-mocha))) + (propagated-inputs + `(("ruby-net-ssh" ,ruby-net-ssh))) + (synopsis "Pure-Ruby SCP client library") + (description "@code{Net::SCP} is a pure-Ruby implementation of the SCP +client protocol.") + (home-page "https://github.com/net-ssh/net-scp") + (license license:expat))) + (define-public ruby-minitest (package (name "ruby-minitest") -- cgit v1.2.3 class='right' method='get' action='/guix/log/tests/guix-system.sh'>
path: root/tests/guix-system.sh
AgeCommit message (Expand)Author
2020-10-02gexp: 'local-file' warns when passed a non-literal relative file name....Ludovic Courtès
2020-09-30scripts: system: Add support for image-type....Mathieu Othacehe
2020-06-08system: examples: Add bare-hurd.tmpl....Jan (janneke) Nieuwenhuizen
2020-01-17guix system: Add workaround in test for Guile 3.0.0....Ludovic Courtès
2020-01-16records: Improve reporting of "invalid field specifier" errors....Ludovic Courtès
2019-04-29tests: Adjust wildcard when testing OS examples....Ludovic Courtès
2019-01-21tests: Adjust for removal of 'device' field in <bootloader-configuration>....Ludovic Courtès
2019-01-11services: Deprecate a few more service procedures....Ludovic Courtès
2018-10-18services: dhcp-client: Deprecate 'dhcp-client-service' procedure....Ludovic Courtès
2018-09-07vm: Make UUID computation really deterministic....Ludovic Courtès
2018-05-28system: Remove uses of the 'title' field of <file-system>....Ludovic Courtès
2018-05-19tests: Adjust to new "unbound variable" messages....Ludovic Courtès
2018-04-30guix system: search: Display default Shepherd service names....Ludovic Courtès
2018-03-24tests: Add tests for "guix system disk-image" et al....Chris Marusich
2017-12-06gnu, doc, tests: Use ‘bootloader-configuration’ everywhere....Tobias Geerinckx-Rice
2017-12-04tests: Look for multi-digit column numbers in unbound variable test....Eric Bavier
2017-11-10tests: Adjust to unbound-variable exception printer....Ludovic Courtès
2017-11-08gnu: Improve error reporting of the use-.*modules macros....Ludovic Courtès
2017-10-10ui: Improve reporting of missing closing parentheses....Ludovic Courtès
2017-09-16guix system: Add 'search' command....Ludovic Courtès
2017-03-15tests: Expect less accurate location info in 2.2.0....Ludovic Courtès
2016-07-20tests: Adjust to Shepherd error message change....Ludovic Courtès
2016-01-29services: Rename 'dmd' services to 'shepherd'....Alex Kost
2016-01-29Rename (gnu services dmd) to (gnu services shepherd)....Alex Kost
2015-12-14gexp: 'local-file' resolves relative file names....Ludovic Courtès