summaryrefslogtreecommitdiff
path: root/gnu/packages/ruby.scm
AgeCommit message (Collapse)Author
2024-12-21gnu: Add ruby-prism.Danny Milosavljevic
* gnu/packages/ruby.scm (ruby-prism): New variable. Change-Id: I85b078257e97c5e3e326556a314c0006193a144c
2024-12-18gnu: ruby-execjs: Use node-lts instead of node.Jelle Licht
* gnu/packages/ruby.scm (ruby-execjs)[native-inputs]: Replace node by node-lts. Change-Id: If7ff42d9865d79c23560fb190db4fdce9ecc621c
2024-11-22gnu: ruby-net-smtp: Fix tests.Javier Olaechea
The tests where failing due to the SSL certificate being used expired. Regenerate the certificate running the check phase. * gnu/packages/ruby.scm (ruby-net-smtp): Fix check phase. Change-Id: I8bd72f2e929f496996f6fd88b13a4d95837273da
2024-11-03gnu: ruby-ethon: Fix libcurl detection at runtime.Nicolas Graves
* gnu/packages/ruby.scm (ruby-ethon)[arguments]<#:phases>: Add phase 'libcurl-use-absolute-reference.
2024-08-31gnu: [email protected]: Ungraft.Ludovic Courtès
* gnu/packages/ruby.scm (ruby-2.7): Update to 2.7.8. [replacement]: Remove. (ruby-2.7-fixed): Remove. Change-Id: I96c8542f606dddda75fcf897dac8a38d6d4d7051
2024-08-28gnu: ruby-rdoc: Update to 6.7.0.gemmaro
* gnu/packages/ruby.scm (ruby-rdoc): Update to 6.7.0. [arguments]<#:phases>: Remove patch for gemspec file. [native-inputs]: Add ruby-test-unit-ruby-core. Change-Id: I605f1e79d96ca35029280909e0c2e4c9884c682c Signed-off-by: Ludovic Courtès <[email protected]>
2024-08-14gnu: Add ruby-gemtext.gemmaro
* gnu/packages/ruby.scm (ruby-gemtext): New variable. Change-Id: I21957517a1a3be6b0f5d61a7ba1c8420a884a641 Signed-off-by: jgart <[email protected]>
2024-06-16gnu: Add ruby-3.3.Andreas Enge
* gnu/packages/ruby.scm (ruby-3.3): New variable. Change-Id: Ie26b97fdcea75e7eddabb2dba3fc91882be41b34
2024-05-19gnu: ruby-ruby-memcheck: Use non-interactive valgrind.Christopher Baines
Use valgrind rather than valgrind/interactive, as this doesn't have gdb as an input, which makes it easier to update gdb. * gnu/packages/ruby.scm (ruby-ruby-memcheck)[inputs]: Use valgrind. Change-Id: Icfcee2c27fc41e68e1a34b38c043ece188cc56af
2024-05-12gnu: ruby-gem-hadar: Use git-minimal/pinned.Christopher Baines
This helps reduce the dependencies on git, as I think it's find to build ruby-gem-hadar with a slightly older git, at least during periods when git-minimal/pinned needs updating. * gnu/packages/ruby.scm (ruby-gem-hadar)[propagated-inputs]: Use git-minimal/pinned. Change-Id: I48e7725f8e4956f1a8311df1867d8d441c5cb4c2
2024-04-02gnu: ruby-stackprof: Remove store file name.Janneke Nieuwenhuizen
This is a follow-up to commit d7e092719a4e0e168df56c03076a87c0e32692e5|head gnu: ruby-stackprof: Skip test known to fail. * gnu/packages/ruby.scm (ruby-stackprof): Remove literal store file name from comment. This fixes `make dist'. Change-Id: Ifc71c9f664790a27a0ed7f3dacd2189dbc1f6ba6
2024-03-16Merge remote-tracking branch 'savannah/master' into gnome-teamChristopher Baines
Change-Id: I775274c2693536e2efa36c9abca4c54c5c458e26
2024-03-12gnu: ruby-stackprof: Update to 0.2.26.Efraim Flashner
* gnu/packages/ruby.scm (ruby-stackprof): Update to 0.2.26. Change-Id: I6f15da677e630708c702eb00e83c960de8e3d639
2024-03-12gnu: ruby-stackprof: Skip test known to fail.Efraim Flashner
* gnu/packages/ruby.scm (ruby-stackprof)[arguments]: Skip another test which is known to fail. Change-Id: Ie261864cc19eba881377b88c07b6402c60a22423
2024-03-12gnu: ruby-x25519: Fix build on non x86_64.Zheng Junjie
* gnu/packages/patches/ruby-x25519-automatic-fallback-non-x86_64.patch: New patch. * gnu/packages/ruby.scm (ruby-x25519)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: If9c3b8dd8d818094f4cc5392bd5717f1430c369a Signed-off-by: Efraim Flashner <[email protected]>
2024-02-25Merge branch 'master' into gnome-teamLiliana Marie Prikler
2024-02-24gnu: Add ruby-fog-libvirt.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-fog-libvirt): New variable.
2024-02-24gnu: Add ruby-fog-xml.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-fog-xml): New variable.
2024-02-24gnu: Add ruby-fog-json.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-fog-json): New variable.
2024-02-24gnu: Add ruby-fog-core.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-fog-core): New variable.
2024-02-24gnu: Add ruby-libvirt.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-libvirt): New variable.
2024-02-24gnu: ruby-childprocess: Update to 4.1.0.Hartmut Goebel
This change include code for making more tests pass. Anyhow, one is still failing for unclear reason, thus tests are still disabled. * gnu/packages/ruby.scm (ruby-childprocess): Update to 4.1.0. [arguments]{test-target}: New argument. {phases}: New argument [propagated-inputs]: Remove ruby-ffi. [native-inputs]: Remove bundler; add ruby-coveralls.
2024-02-24gnu: Add ruby-hashicorp-checkpoint.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-hashicorp-checkpoint): New variable.
2024-02-24gnu: Add ruby-vagrant-cloud.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-vagrant-cloud): New variable.
2024-02-24gnu: Add ruby-grpc.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-grpc): New variable.
2024-02-24gnu: Add ruby-googleapis-common-protos-types.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-googleapis-common-protos-types): New variable.
2024-02-24gnu: Add ruby-google-protobuf.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-google-protobuf): New variable.
2024-02-24gnu: Add ruby-time.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-time): New variable.
2024-02-24gnu: Add ruby-serverspec.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-serverspec): New variable.
2024-02-24gnu: Add ruby-specinfra.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-specinfra): New variable.
2024-02-24gnu: Add ruby-sfl.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-sfl): New variable.
2024-02-24gnu: Add ruby-rgl.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-rgl): New variable.
2024-02-24gnu: Add ruby-stream.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-stream): New variable.
2024-02-24gnu: Add ruby-stringio.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-stringio): New variable.
2024-02-24gnu: Add ruby-pairing-heap.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-pairing-heap): New variable.
2024-02-24gnu: Add ruby-net-telnet.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-net-telnet): New variable.
2024-02-24gnu: Add ruby-net-sftp.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-net-sftp): New variable.
2024-02-24gnu: Add ruby-fake-ftp.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-fake-ftp): New variable.
2024-02-24gnu: Add ruby-net-ftp.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-net-ftp): New variable.
2024-02-24gnu: Add ruby-ipaddr.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-ipaddr): New variable.
2024-02-24gnu: Add ruby-excon.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-excon): New variable.
2024-02-24gnu: Add ruby-test-unit-ruby-core.Hartmut Goebel
* gnu/packages/ruby.scm (ruby-test-unit-ruby-core): New variable.
2024-02-13Merge branch 'master' into gnome-teamLiliana Marie Prikler
2024-02-12gnu: ruby-3.2: Update to 3.2.3.Remco van 't Veer
Fixes CVE-2023-36617 (ReDoS vulnerability in URI). * gnu/packages/ruby.scm (ruby-3.2): Update to 3.2.3. Signed-off-by: Andreas Enge <[email protected]> Change-Id: I20d92f4b6e566466e5af087712e91d0ecc1735da
2023-11-19Merge branch 'master' into gnome-teamLiliana Marie Prikler
Change-Id: I62da840b7600f2d3d8541e666d09e2f2a1b7d8c4
2023-09-07Merge branch 'master' into gnome-teamLiliana Marie Prikler
2023-11-12gnu: ruby: Fix cross-compilation.Zheng Junjie
* gnu/packages/ruby.scm (ruby-2.6,ruby-2.7): Fix cross-compilation. [native-inputs]: When cross compiling, add this-package. [arguments]<#:configure-flags>: When cross compiling, add LDFLAGS. Change-Id: Iba6665ba3b1b3d5b3a9b6830a01f0f3284e35efb Signed-off-by: Christopher Baines <[email protected]>
2023-08-29gnu: bundler: Update to 2.4.18.TakeV
* gnu/packages/ruby.scm (bundler): Update to 2.4.18. Signed-off-by: Christopher Baines <[email protected]>
2023-07-23Merge branch 'master' into gnome-teamLiliana Marie Prikler
2023-07-20gnu: ruby-2.6: Skip test on the Hurd.Janneke Nieuwenhuizen
* gnu/packages/ruby.scm (ruby-2.7)[arguments]: When building natively on the Hurd, add phase 'skip-tests'.