Posted By: Jim Weirich
Date: 2007-12-21 19:34
Summary: Rake 0.8.0 Released
Project: Rake

Rake 0.8.0 is released. The docs have not been updated yet, but I didn't want to delay the new version for that. We will get the documents up to date shortly.

In the meantime, here is the latest change list entries:

== Version 0.8.0

* Added task parameters (e.g. "rake build[version7]")
* Made task parameters passable to prerequisites.
* The 'task' command will now accept task argument names.
* Comments are limited to 80 columns or so (suggested by Jamis Buck).
* Added -D to display full comments (suggested by Jamis Buck).
* The rake program will set the status value used in any explicit
exit(n) calls. (patch provided by Stephen Touset)
* Fixed error in functional tests that were not including session (and
silently skipping the functionl tests).
* Removed --usage and make -h the same as -H.
* Make a prettier inspect for tasks.

Latest News
TZInfo v1.0.0 and TZInfo::Data v1.2013.3 Released
    Philip Ross - 2013-06-02 17:12
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11

 

Forums | Admin

Discussion Forums: rake-0.8.0-released

Start New Thread Start New Thread
Message: 37205
BY: John Dell (jdell)
DATE: 2007-12-26 04:44
SUBJECT: RE: undefined method `last' for {}:Hash

 

I'm seeing the same thing also. It appears to be coming from a custom rake task that we use to redefine 'rake test'.

The code for the custom rake task came from here which will allow you to reproduce the problem.

http://snippets.dzone.com/posts/show/2031

If anyone has any ideas on how to solve this, it would be much appreciated!

John


Thread View

Thread Author Date
undefined method `last' for {}:HashBrandon Hoult2007-12-21 15:38
      RE: undefined method `last' for {}:HashJohn Dell2007-12-26 04:44
      RE: undefined method `last' for {}:HashChris Hall2007-12-27 15:08
            RE: undefined method `last' for {}:HashChris Hall2007-12-27 15:14
      RE: undefined method `last' for {}:HashWalter McGinnis2008-01-07 19:25
            RE: undefined method `last' for {}:HashWalter McGinnis2008-01-07 19:54

Post a followup to this message