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: | None |
| Last Packager: | jose1711 |
| Votes: | 10 |
| 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'sopenchanged from modifyingKernel.opento using a separateURI.openmethod. I couldn't find any documentation of the change upstream, which is really frustrating.gemdeprecated the--no-ri --no-rdocoption in favor of a new--no-documentoption.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 :)