Search Criteria
Package Details: ruby-thread_safe 0.3.6-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/ruby-thread_safe.git (read-only, click to copy) |
---|---|
Package Base: | ruby-thread_safe |
Description: | (Deprecated) Thread-safe collections and utilities for Ruby |
Upstream URL: | https://github.com/ruby-concurrency/thread_safe |
Keywords: | deprecated eol superseded |
Licenses: | Apache-2.0 |
Submitter: | Koromix |
Maintainer: | None |
Last Packager: | MarsSeed |
Votes: | 32 |
Popularity: | 0.000000 |
First Submitted: | 2013-07-17 14:44 (UTC) |
Last Updated: | 2024-03-04 13:42 (UTC) |
Dependencies (8)
- ruby
- ruby-rdoc (make)
- rubygems (rubygems-userAUR) (make)
- ruby-bundler (check)
- ruby-rake (ruby-rake-12AUR) (check)
- ruby-rspec (check)
- ruby-rspec-core (check)
- ruby-yard (check)
Latest Comments
yar commented on 2018-10-04 21:02 (UTC)
Seconding @ClawOfLight, this needs makedepends=(ruby-rdoc)
Please always build with mkchrootpkg to test for errors like this!
ClawOfLight commented on 2018-02-14 09:19 (UTC)
doesn't build without rdoc, please add it as makedepend or build with --no-document
cgo commented on 2018-02-05 20:35 (UTC)
Hi, there a typo in the PKGBUILD. - local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" + local _gemdir="$(ruby -rrubygems -e'puts Gem.default_dir')"
Right now, It installs the packages files in / instead of /usr/lib/ruby/gems/2.5.0/
Thanks!