Search Criteria
Package Details: ruby-erubis 2.7.0-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/ruby-erubis.git (read-only, click to copy) |
---|---|
Package Base: | ruby-erubis |
Description: | A fast, secure, and very extensible implementation of eRuby. |
Upstream URL: | http://www.kuwata-lab.com/erubis/ |
Licenses: | MIT |
Submitter: | sigmundv |
Maintainer: | flipee |
Last Packager: | flipee |
Votes: | 56 |
Popularity: | 0.014310 |
First Submitted: | 2015-08-10 17:42 (UTC) |
Last Updated: | 2024-03-27 20:19 (UTC) |
Latest Comments
wheatdog commented on 2019-02-24 09:23 (UTC)
It seems that upstream change the location of gem file. source should be https://rubygems.org/downloads/erubis-2.7.0.gem. If you found any checksum mismatch issue, it might be the case. Please update PKGBUILD. Thanks!
sigmundv commented on 2018-03-06 09:46 (UTC)
@dude thanks for taking over this package and fixing the dependencies
dude commented on 2018-03-03 22:04 (UTC)
Fixed the typo and ruby-rdoc dependency
nuclearpesto commented on 2018-02-22 11:04 (UTC)
@sigmundv installation fails if ruby-rdoc is not installed, could you add that as a dependency?
SpicyCat commented on 2018-02-04 08:32 (UTC)
@sigmundv Could you update PKGBUILD according to @deathsbreed comments?
local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
=>local _gemdir="$(ruby -rrubygems -e'puts Gem.default_dir')"
slav commented on 2018-01-19 11:12 (UTC)
@deathsbreed thank you
deathsbreed commented on 2018-01-08 13:35 (UTC) (edited on 2018-01-08 13:36 (UTC) by deathsbreed)
I recently upgraded this package and ran across an error, someone on #ruby pointed out that there's a typo here. Instead of:
local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
it should be:local _gemdir="$(ruby -rrubygems -e'puts Gem.default_dir')"
Otherwise it tries looking for a file called
ubygems
instead ofrubygems
.