Search Criteria
Package Details: pacgem 0.9.12-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/pacgem.git (read-only, click to copy) |
---|---|
Package Base: | pacgem |
Description: | Install Ruby Gems as Arch Linux packages |
Upstream URL: | http://github.com/minad/pacgem |
Licenses: | GPL |
Conflicts: | pacgem-git |
Submitter: | jose1711 |
Maintainer: | jose1711 |
Last Packager: | jose1711 |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-09 09:28 (UTC) |
Last Updated: | 2015-10-09 09:28 (UTC) |
Latest Comments
sowieso commented on 2021-07-08 03:03 (UTC) (edited on 2021-07-08 03:04 (UTC) by sowieso)
This package is broken, probably since ruby 2.4. There were at least two changes in ruby that need some adaption:
open-uri
'sopen
changed from modifyingKernel.open
to using a separateURI.open
method. I couldn't find any documentation of the change upstream, which is really frustrating.gem
deprecated the--no-ri --no-rdoc
option in favor of a new--no-document
option.Here's a patch that gets pacgem working again (at least for the simple case of installing packages). It would be great if you could apply it :)