Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add `ruby-rdoc` as a make dependency, allowing documentation to be
compiled when compiling this package.
|
|
Do the following:
* Drop `-rubygems` from `ruby -rubygems -e 'pus Gem.default_dir'`. This
flag appears to no longer be supported.
* Drop `makedepends=(rubygems)`. This dependency now resolves to the
"ruby" package, and the error above suggests that rubygems is no
longer a separate package.
* Add `--no-document` to `gem install ...`. This fixes a `cannot load
such file -- rdoc/rdoc` error. It's also the approach taken by the
ruby-hpricot community package.
|
|
|
|
|
|
|
|
|
|
|
|
Make the followng changes from version 4.4.1:
* List self as maintainer and nicoulaj as a contributor.
* Shorten package description.
* Properly quote and escape numerous variables.
* Drop md5sums in favor of sha256sums.
* Make package install license. The MIT license requires this.
|