From tolmasky at gmail.com Sun May 3 05:02:59 2009 From: tolmasky at gmail.com (Francisco Tolmasky) Date: Sun, 3 May 2009 02:02:59 -0700 Subject: [Rake-devel] Copying directories when contents change Message-ID: One of my tasks in rake is to copy a direcoty, as so: file directory_copy => directory do #copy the directory end However, if I modify a file within "directory", the modified date does not change on "directory" itself, and thus the two fall out of sync. I'm sure this problem must be common, is there an "accepted" way of dealing with this? Francisco Tolmasky 714-224-6179 tolmasky at gmail.com From jim.weirich at gmail.com Wed May 6 19:37:56 2009 From: jim.weirich at gmail.com (Jim Weirich) Date: Wed, 6 May 2009 16:37:56 -0700 Subject: [Rake-devel] Rake 0.8.5 Released Message-ID: <925A070E-7AC0-4C0E-8924-40D291455BFB@gmail.com> Finally had a few quite moments here at RailsConf to put together the release notes for 0.8.5 and get it pushed out the door. Thanks to everyone who helped test it under windows. -- -- Jim Weirich -- jim.weirich at gmail.com From djberg96 at gmail.com Wed May 6 19:50:12 2009 From: djberg96 at gmail.com (Daniel Berger) Date: Wed, 6 May 2009 17:50:12 -0600 Subject: [Rake-devel] Rake 0.8.5 Released In-Reply-To: <925A070E-7AC0-4C0E-8924-40D291455BFB@gmail.com> References: <925A070E-7AC0-4C0E-8924-40D291455BFB@gmail.com> Message-ID: <6037b70c0905061650m5a541d34x1e08d87b6d442de7@mail.gmail.com> On Wed, May 6, 2009 at 5:37 PM, Jim Weirich wrote: > Finally had a few quite moments here at RailsConf to put together the > release notes for 0.8.5 and get it pushed out the door. ? Thanks to everyone > who helped test it under windows. Thanks Jim. One warning: C:\Users\djberge\workspace\rubygems>gem install rake Successfully installed rake-0.8.5 1 gem installed Installing ri documentation for rake-0.8.5... --inline-source will be removed from RDoc on or after August 2009 That's with rdoc 2.4.3 installed. Regards, Dan From jim.weirich at gmail.com Mon May 11 11:25:04 2009 From: jim.weirich at gmail.com (Jim Weirich) Date: Mon, 11 May 2009 11:25:04 -0400 Subject: [Rake-devel] Rake 0.8.6 (was Rake 0.8.5 Released) In-Reply-To: <6037b70c0905061650m5a541d34x1e08d87b6d442de7@mail.gmail.com> References: <925A070E-7AC0-4C0E-8924-40D291455BFB@gmail.com> <6037b70c0905061650m5a541d34x1e08d87b6d442de7@mail.gmail.com> Message-ID: <19FAD499-7A5C-42F2-B732-8C0D4B5DD06A@gmail.com> On May 6, 2009, at 7:50 PM, Daniel Berger wrote: > On Wed, May 6, 2009 at 5:37 PM, Jim Weirich > wrote: >> Finally had a few quite moments here at RailsConf to put together the >> release notes for 0.8.5 and get it pushed out the door. Thanks to >> everyone >> who helped test it under windows. > > Thanks Jim. > > One warning: > > C:\Users\djberge\workspace\rubygems>gem install rake > Successfully installed rake-0.8.5 > 1 gem installed > Installing ri documentation for rake-0.8.5... > --inline-source will be removed from RDoc on or after August 2009 > > That's with rdoc 2.4.3 installed. I removed the --inline-source from the options and fixed the gem so that it is not generated with darkfish dependencies. Rake-0.8.6 has been pushed. -- -- Jim Weirich -- jim.weirich at gmail.com