2023-12-17 16:52:08 by Takahiro Kambe | Files touched by this commit (3) | |
Log message: textproc/ruby-markaby: update to 0.9.3 0.9.1 (2023-12-04) * update release tasks [tech task] * re-release version since code was included in last release 0.9.2 (2023-12-08) * update README * set required ruby version to >= 2.7 0.9.3 (2023-12-08) * Fix release issue |
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message: textproc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip |
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message: textproc: Remove SHA1 hashes for distfiles |
2018-03-14 16:47:03 by Takahiro Kambe | Files touched by this commit (3) | |
Log message: textproc/ruby-markaby: update to 0.9.0 No nifty changes are available, please refer commit log: <https://github.com/markaby/markaby/commits/master>. |
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message: Add SHA512 digests for distfiles for textproc category Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. |
2014-03-14 19:18:57 by Takahiro Kambe | Files touched by this commit (3) |
Log message: Update ruby-markaby to 0.8.0. Changes are not available, please refer <https://github.com/markaby/markaby/commits/master>. |
2011-08-25 17:42:05 by Takahiro Kambe | Files touched by this commit (3) |
Log message: Update ruby-markaby to 0.7.2. Compact changes are unavailable, please refer in detail: https://github.com/markaby/markaby/commits/master |
2010-09-23 11:22:14 by Takahiro Kambe | Files touched by this commit (8) |
Log message: Remove empty value of LICENSE. |
2010-09-10 10:21:04 by Takahiro Kambe | Files touched by this commit (3) |
Log message: Update textproc/ruby-markaby to 0.7.1. * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. * Remove default value of GEM_BUILD. = 0.7.1 (2010-08-19) * Rails fixes for form_for called from erb templates = 0.7.0 * Sinatra 1.0 support * Full Tilt 1.0+ support, including "yield" support for layouts = 0.6.10 * Rails fixes for form_for + content_for = 0.6.9 * Bug fix for url_for. Previously, you'd need to capture { *_path } instead of using the named route directly. Only affected rails 2.3.4+. = 0.6.8 (2010-06-03) * Add a regression for issue Github #17 (for judofyr / Camping) = 0.6.7 (2010-06-02) * Add rails support for 2.3.5 - 2.3.8 * Improved rails documentation = 0.6.6 (2010-06-01) * ruby 1.9.1 support. Closes Github Issues #10 & #11. * Removed Tilt deprecation warnings = 0.6.4 * Fixed a bug in which direct string values to Markaby::Builder wouldn't evaluate: Markaby::Builder.new { 'foo' }.to_s #=> "foo" * Fix critical bug with form_for, which was raising an error * Introduce proxy object for form_for: form_for :foo do |f| f.text_field :bar f.text_field :baz end * Remove support for rails 2.1.x series. We'll accept patches for them, if \ anyone cares enough. == 0.6.2 / 0.6.3 * Add basic support for the Tilt templating engine (used with Sinatra): require 'markaby' require 'markaby/tilt' == 0.6.1 * Support the following rails versions: 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.1, 2.3.2, 2.3.2.1, 2.3.3, 2.3.3.1, 2.3.4 * Only run rails tests when inside a rails plugins * Run tests of the various versions of rails with garlic * Start conversion to rspec. Use test/spec temporarily until conversion is done. = 0.6 === 23 August, 2009 * Canonical repo changed to http://github.com/joho/markaby * Gem moved to Github (using jeweler) * Rails init process changed to work with rails > 2.1 * Default attributes on the root (<html>) element can now be overidden * Reworked CssProxy, allowing attributes on hr and br * Added Kernel#mab convenience method (require 'markaby/kernel_method') * WhenOnRails: Can now use :locals with render_markaby * WhenOnRails: Template errors now report line number |
2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218) |
Log message: Remove @dirrm entries from PLISTs |