Search Criteria
Package Details: ruby-stud 0.0.23-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ruby-stud.git (read-only, click to copy) |
---|---|
Package Base: | ruby-stud |
Description: | small reusable bits of code |
Upstream URL: | https://rubygems.org/gems/stud |
Licenses: | Apache |
Submitter: | jtgoguen |
Maintainer: | ljmf00 |
Last Packager: | ljmf00 |
Votes: | 5 |
Popularity: | 0.85 |
First Submitted: | 2017-03-02 22:41 (UTC) |
Last Updated: | 2020-08-28 15:20 (UTC) |
Dependencies (4)
- ruby
- rubygems (rubygems-userAUR) (make)
- ruby-insistAUR (check)
- ruby-rspec (check)
Latest Comments
lquidfire commented on 2024-10-20 14:26 (UTC) (edited on 2024-10-20 14:30 (UTC) by lquidfire)
You can use the following patch:
Use it by adding the following to the PKGBUILD prepare section:
PatoPan commented on 2024-08-29 00:39 (UTC) (edited on 2024-08-29 00:55 (UTC) by PatoPan)
made a temporary fork https://github.com/pato-pan/ruby-stud
It's not a replacement since I don't know anything about Ruby and the creator is still online.
PatoPan commented on 2024-08-28 23:45 (UTC)
"Class does not respond to the 'exists?' method" is the reason for this error, and I found this that suggests an update to ruby 3.2 broke the package https://github.com/oneclick/rubyinstaller2/issues/331 it uses something that was removed because it was deprecated.
This is probably an issue with the original package rather than the packagebuild. You can easily fix this by editing ./paru/clone/ruby-stud/src/ruby-stud-0.0.23/spec/stud/temporary_spec.rb just so in line 44 it says exist instead.
It's as simple as replacing exists with exist.
using Ruby 3.1 should also fix the issue
micwoj92 commented on 2024-08-24 23:48 (UTC)
Check fails