pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-rake



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Mar 13 18:36:21 UTC 2014

Modified Files:
        pkgsrc/devel/ruby-rake: Makefile PLIST distinfo

Log Message:
Update ruby-rake to 10.1.1.

= Rake 10.1.0 Released

== Changes in Version 10.1

Here are new features in this version of Rake:

* Add support for variable length task argument lists. If more actual
  arguments are supplied than named arguments, then the extra
  arguments values will be in args.extras.

* Application name is not displayed in the help banner. (Previously
  "rake" was hardcoded, now rake-based applications can display their
  own names).

=== Bug Fixes (in 10.1)

Bug fixes include:

* Fix backtrace suppression issues.

* Rules now explicit get task arguments passed to them.

* Rename FileList#exclude? to FileList#exclude_from_list? to avoid
  conflict with new Rails method.

* Clean / Clobber tasks now report failure to remove files.

* Plus heaps of internal code cleanup.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-rake/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-rake/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-rake/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index