summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-07-03Update to version 4.17.0Andrea Richiardi
2023-07-03Update to version 4.16.1Andrea Richiardi
2023-07-03Revert "Update to version 4.16.1"Andrea Richiardi
This reverts commit 27fc3f64a65929d23889554c6d9fded3b9d2dd5e.
2023-07-03Revert "Update to version 4.17.0"Andrea Richiardi
This reverts commit 6d0ba807d6d72fab483e5aa5c58068ff397be2c8.
2023-07-03Update to version 4.17.0Andrea Richiardi
2023-07-03Update to version 4.16.1Andrea Richiardi
2021-11-05Update .SRCINFO to 4.16.0Andrea Richiardi
2021-11-05Update to version 4.16.0Andrea Richiardi
2020-06-15Update maintainer and contributorsAndrea Richiardi
2020-06-15Update .SRCINFO as well to 4.15.0Andrea Richiardi
2020-06-15Update package to 4.15.0Andrea Richiardi
2018-04-08Update to version 4.11.0Jeremy Audet
2018-02-18Update to version 4.10.1Jeremy Audet
2018-02-11Re-enable documentationJeremy Audet
Add `ruby-rdoc` as a make dependency, allowing documentation to be compiled when compiling this package.
2018-02-04Drop -rubygems flag, add --no-document flagJeremy Audet
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.
2017-12-11Update maintainer infoJeremy Audet
2017-11-09Always use curly braces in variable namesJeremy Audet
For example, write `${foo}` instead of `$foo`.
2017-07-18Update to version 4.10.0Jeremy Audet
2017-04-16Update to version 4.9.0Jeremy Audet
2017-02-08Update to version 4.8.0Jeremy Audet
2016-02-22Update to version 4.7.0Jeremy Audet
2016-02-13Update to version 4.6.1Jeremy Audet
2015-06-27Initial commit (version 4.6.0)Jeremy Audet
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.