rook 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. data/README.txt +1 -1
  2. data/bin/rook +1 -1
  3. data/doc-api/classes/BZ2/Reader.html +1 -1
  4. data/doc-api/classes/Enumerable.html +6 -4
  5. data/doc-api/classes/File.html +4 -3
  6. data/doc-api/classes/FileUtils.html +26 -20
  7. data/doc-api/classes/Rook.html +1 -1
  8. data/doc-api/classes/Rook/Kitchen.html +1 -1
  9. data/doc-api/classes/Rook/KitchenHelper.html +13 -10
  10. data/doc-api/classes/Rook/Recipe.html +2 -2
  11. data/doc-api/created.rid +1 -1
  12. data/doc-api/files/rook/commands_rb.html +2 -2
  13. data/doc-api/files/rook/cookbook_rb.html +2 -2
  14. data/doc-api/files/rook/helper/bz2_rb.html +2 -2
  15. data/doc-api/files/rook/helper/digest_rb.html +2 -2
  16. data/doc-api/files/rook/helper/enumerable_rb.html +2 -2
  17. data/doc-api/files/rook/helper/file_rb.html +2 -2
  18. data/doc-api/files/rook/helper/fileutils_rb.html +2 -2
  19. data/doc-api/files/rook/helper/kernel_rb.html +2 -2
  20. data/doc-api/files/rook/kitchen_rb.html +2 -2
  21. data/doc-api/files/rook/main_rb.html +2 -2
  22. data/doc-api/files/rook/recipe_rb.html +2 -2
  23. data/doc-api/files/rook/util_rb.html +2 -2
  24. data/doc-api/files/rook_rb.html +2 -2
  25. data/lib/rook.rb +2 -2
  26. data/lib/rook/commands.rb +1 -1
  27. data/lib/rook/cookbook.rb +1 -1
  28. data/lib/rook/helper/bz2.rb +1 -1
  29. data/lib/rook/helper/digest.rb +1 -1
  30. data/lib/rook/helper/enumerable.rb +1 -1
  31. data/lib/rook/helper/file.rb +2 -2
  32. data/lib/rook/helper/fileutils.rb +12 -4
  33. data/lib/rook/helper/kernel.rb +1 -1
  34. data/lib/rook/helper/svn-commit.2.tmp +4 -0
  35. data/lib/rook/helper/svn-commit.tmp +4 -0
  36. data/lib/rook/kitchen.rb +2 -2
  37. data/lib/rook/main.rb +2 -2
  38. data/lib/rook/recipe.rb +2 -2
  39. data/lib/rook/rookbook.schema.yaml +4 -1
  40. data/lib/rook/util.rb +1 -1
  41. data/rook.gemspec +2 -2
  42. metadata +38 -35
data/README.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  = README
2
2
 
3
- release:: $Release: 0.2.0 $
3
+ release:: $Release: 0.2.1 $
4
4
  copyright:: copyright(c) 2006 kuwata-lab.com all rights reserved.
5
5
 
6
6
 
data/bin/rook CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ##
4
4
  ## $Rev: 18 $
5
- ## $Release: 0.2.0 $
5
+ ## $Release: 0.2.1 $
6
6
  ## copyright(c) 2006 kuwata-lab.com all rights reserved.
7
7
  ##
8
8
 
@@ -109,7 +109,7 @@
109
109
  <table summary="aliases">
110
110
  <tr class="top-aligned-row context-row">
111
111
  <td class="context-item-name">initialize</td>
112
- <td>-></td>
112
+ <td>-&gt;</td>
113
113
  <td class="context-item-value">_initialize</td>
114
114
  </tr>
115
115
  </table>
@@ -74,7 +74,7 @@
74
74
 
75
75
  <div id="description">
76
76
  <p>
77
- $Rev: 20 $ $Release: 0.2.0 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
77
+ $Rev: 20 $ $Release: 0.2.1 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
78
78
  </p>
79
79
 
80
80
  </div>
@@ -191,7 +191,7 @@ ex.
191
191
 
192
192
  <div class="method-description">
193
193
  <p>
194
- apply method with args
194
+ <a href="Enumerable.html#M000152">apply</a> method with args
195
195
  </p>
196
196
  <p>
197
197
  ex.
@@ -322,7 +322,8 @@ ex.
322
322
 
323
323
  <div class="method-description">
324
324
  <p>
325
- apply &#8216;gsub()&#8217; method to each item
325
+ <a href="Enumerable.html#M000152">apply</a> &#8216;gsub()&#8217; method to
326
+ each item
326
327
  </p>
327
328
  <p>
328
329
  ex.
@@ -358,7 +359,8 @@ ex.
358
359
 
359
360
  <div class="method-description">
360
361
  <p>
361
- apply &#8216;sub()&#8217; method to each item
362
+ <a href="Enumerable.html#M000152">apply</a> &#8216;sub()&#8217; method to
363
+ each item
362
364
  </p>
363
365
  <p>
364
366
  ex.
@@ -127,7 +127,7 @@ extends <a href="File.html">File</a> class
127
127
 
128
128
  <div class="method-description">
129
129
  <p>
130
- edit file content
130
+ <a href="File.html#M000001">edit</a> file content
131
131
  </p>
132
132
  <p>
133
133
  ex.
@@ -171,7 +171,8 @@ ex.
171
171
 
172
172
  <div class="method-description">
173
173
  <p>
174
- replace file content with the result of block.
174
+ <a href="File.html#M000002">replace</a> file content with the result of
175
+ block.
175
176
  </p>
176
177
  <p>
177
178
  ex.
@@ -215,7 +216,7 @@ ex.
215
216
 
216
217
  <div class="method-description">
217
218
  <p>
218
- write file
219
+ <a href="File.html#M000003">write</a> file
219
220
  </p>
220
221
  <p>
221
222
  ex.
@@ -171,7 +171,11 @@ ex2.
171
171
  <pre>
172
172
  <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 61</span>
173
173
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">cp_a</span>(<span class="ruby-identifier">src</span>, <span class="ruby-identifier">dest</span>, <span class="ruby-identifier">options</span>={})
174
- <span class="ruby-identifier">fu_check_options</span>(<span class="ruby-identifier">options</span>, <span class="ruby-identifier">:preserve</span>, <span class="ruby-identifier">:verbose</span>, <span class="ruby-identifier">:noop</span>)
174
+ <span class="ruby-keyword kw">begin</span>
175
+ <span class="ruby-identifier">fu_check_options</span>(<span class="ruby-identifier">options</span>, <span class="ruby-identifier">:preserve</span>, <span class="ruby-identifier">:verbose</span>, <span class="ruby-identifier">:noop</span>)
176
+ <span class="ruby-keyword kw">rescue</span> <span class="ruby-constant">ArgumentError</span>
177
+ <span class="ruby-identifier">fu_check_options</span>(<span class="ruby-identifier">options</span>, [<span class="ruby-identifier">:preserve</span>, <span class="ruby-identifier">:verbose</span>, <span class="ruby-identifier">:noop</span>])
178
+ <span class="ruby-keyword kw">end</span>
175
179
  <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">options</span>[<span class="ruby-identifier">:verbose</span>]
176
180
  <span class="ruby-identifier">opt_str</span> = <span class="ruby-identifier">options</span>[<span class="ruby-identifier">:preserve</span>] <span class="ruby-operator">?</span> <span class="ruby-value str">' -ap'</span> <span class="ruby-operator">:</span> <span class="ruby-value str">' -p'</span>
177
181
  <span class="ruby-identifier">arg_str</span> = [<span class="ruby-identifier">src</span>, <span class="ruby-identifier">dest</span>].<span class="ruby-identifier">flatten</span>.<span class="ruby-identifier">join</span>(<span class="ruby-value str">' '</span>)
@@ -279,7 +283,7 @@ ex2.
279
283
 
280
284
  <div class="method-description">
281
285
  <p>
282
- copy files to dest with keeping it&#8217;s filepath
286
+ copy files to dest with keeping it&#8216;s filepath
283
287
  </p>
284
288
  <p>
285
289
  ex1. copy &#8216;lib/rook/rook.rb&#8217; into
@@ -289,7 +293,7 @@ ex1. copy &#8216;lib/rook/rook.rb&#8217; into
289
293
  store('lib/rook/rook.rb', 'tmp')
290
294
  </pre>
291
295
  <p>
292
- ex2. copy all &#8216;lib/**/*.rb&#8217; into &#8216;tmp/lib/**/*.rb&#8217;
296
+ ex2. copy all &#8216;lib/**/*.rb&#8217; into &#8216;tmp/lib/**/*.rb&#8216;
293
297
  </p>
294
298
  <pre>
295
299
  cp_a(Dir.glob('lib/**/*.rb'), 'tmp')
@@ -298,7 +302,7 @@ ex2. copy all &#8216;lib/**/*.rb&#8217; into &#8216;tmp/lib/**/*.rb&#8217;
298
302
  onclick="toggleCode('M000007-source');return false;">[Source]</a></p>
299
303
  <div class="method-source-code" id="M000007-source">
300
304
  <pre>
301
- <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 87</span>
305
+ <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 91</span>
302
306
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">store</span>(<span class="ruby-identifier">src</span>, <span class="ruby-identifier">dest</span>, <span class="ruby-identifier">options</span>={})
303
307
  <span class="ruby-identifier">_store</span>(<span class="ruby-identifier">:cp</span>, <span class="ruby-identifier">src</span>, <span class="ruby-identifier">dest</span>, <span class="ruby-identifier">options</span>)
304
308
  <span class="ruby-keyword kw">end</span>
@@ -318,13 +322,13 @@ ex2. copy all &#8216;lib/**/*.rb&#8217; into &#8216;tmp/lib/**/*.rb&#8217;
318
322
 
319
323
  <div class="method-description">
320
324
  <p>
321
- copy files to dest with keeping it&#8217;s filepath and file type
325
+ copy files to dest with keeping it&#8216;s filepath and file type
322
326
  </p>
323
327
  <p><a class="source-toggle" href="#"
324
328
  onclick="toggleCode('M000009-source');return false;">[Source]</a></p>
325
329
  <div class="method-source-code" id="M000009-source">
326
330
  <pre>
327
- <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 105</span>
331
+ <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 109</span>
328
332
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">store_a</span>(<span class="ruby-identifier">src</span>, <span class="ruby-identifier">dest</span>, <span class="ruby-identifier">options</span>={})
329
333
  <span class="ruby-identifier">_store</span>(<span class="ruby-identifier">:cp_a</span>, <span class="ruby-identifier">src</span>, <span class="ruby-identifier">dest</span>, <span class="ruby-identifier">options</span>)
330
334
  <span class="ruby-keyword kw">end</span>
@@ -344,13 +348,13 @@ copy files to dest with keeping it&#8217;s filepath and file type
344
348
 
345
349
  <div class="method-description">
346
350
  <p>
347
- copy files to dest with keeping it&#8217;s filepath and timestamp
351
+ copy files to dest with keeping it&#8216;s filepath and timestamp
348
352
  </p>
349
353
  <p><a class="source-toggle" href="#"
350
354
  onclick="toggleCode('M000008-source');return false;">[Source]</a></p>
351
355
  <div class="method-source-code" id="M000008-source">
352
356
  <pre>
353
- <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 96</span>
357
+ <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 100</span>
354
358
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">store_p</span>(<span class="ruby-identifier">src</span>, <span class="ruby-identifier">dest</span>, <span class="ruby-identifier">options</span>={})
355
359
  <span class="ruby-identifier">_store</span>(<span class="ruby-identifier">:cp_p</span>, <span class="ruby-identifier">src</span>, <span class="ruby-identifier">dest</span>, <span class="ruby-identifier">options</span>)
356
360
  <span class="ruby-keyword kw">end</span>
@@ -385,7 +389,7 @@ ex1.
385
389
  onclick="toggleCode('M000013-source');return false;">[Source]</a></p>
386
390
  <div class="method-source-code" id="M000013-source">
387
391
  <pre>
388
- <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 229</span>
392
+ <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 237</span>
389
393
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">tar_cf</span>(<span class="ruby-identifier">tarfilename</span>, <span class="ruby-identifier">filenames</span>, <span class="ruby-identifier">options</span>={})
390
394
  <span class="ruby-identifier">_tar_cf</span>(<span class="ruby-identifier">tarfilename</span>, <span class="ruby-identifier">filenames</span>, <span class="ruby-identifier">options</span>, <span class="ruby-value str">'-cf'</span>, <span class="ruby-identifier">null</span>)
391
395
  <span class="ruby-keyword kw">end</span>
@@ -420,7 +424,7 @@ ex1.
420
424
  onclick="toggleCode('M000017-source');return false;">[Source]</a></p>
421
425
  <div class="method-source-code" id="M000017-source">
422
426
  <pre>
423
- <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 291</span>
427
+ <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 299</span>
424
428
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">tar_cjf</span>(<span class="ruby-identifier">tarfilename</span>, <span class="ruby-identifier">filenames</span>, <span class="ruby-identifier">options</span>={})
425
429
  <span class="ruby-identifier">require</span> <span class="ruby-value str">'bz2'</span>
426
430
  <span class="ruby-identifier">require</span> <span class="ruby-value str">'rook/helper/bz2'</span>
@@ -457,7 +461,7 @@ ex1.
457
461
  onclick="toggleCode('M000015-source');return false;">[Source]</a></p>
458
462
  <div class="method-source-code" id="M000015-source">
459
463
  <pre>
460
- <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 259</span>
464
+ <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 267</span>
461
465
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">tar_czf</span>(<span class="ruby-identifier">tarfilename</span>, <span class="ruby-identifier">filenames</span>, <span class="ruby-identifier">options</span>={})
462
466
  <span class="ruby-identifier">require</span> <span class="ruby-value str">'zlib'</span>
463
467
  <span class="ruby-identifier">_tar_cf</span>(<span class="ruby-identifier">tarfilename</span>, <span class="ruby-identifier">filenames</span>, <span class="ruby-identifier">options</span>, <span class="ruby-value str">'-czf'</span>, <span class="ruby-operator">::</span><span class="ruby-constant">Zlib</span><span class="ruby-operator">::</span><span class="ruby-constant">GzipWriter</span>)
@@ -499,7 +503,7 @@ ex2.
499
503
  onclick="toggleCode('M000014-source');return false;">[Source]</a></p>
500
504
  <div class="method-source-code" id="M000014-source">
501
505
  <pre>
502
- <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 245</span>
506
+ <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 253</span>
503
507
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">tar_xf</span>(<span class="ruby-identifier">tarfilename</span>, <span class="ruby-identifier">filenames</span>=[], <span class="ruby-identifier">options</span>={})
504
508
  <span class="ruby-identifier">_tar_xf</span>(<span class="ruby-identifier">tarfilename</span>, <span class="ruby-identifier">filenames</span>, <span class="ruby-identifier">options</span>, <span class="ruby-value str">'-xf'</span>, <span class="ruby-identifier">null</span>)
505
509
  <span class="ruby-keyword kw">end</span>
@@ -540,7 +544,7 @@ ex2.
540
544
  onclick="toggleCode('M000018-source');return false;">[Source]</a></p>
541
545
  <div class="method-source-code" id="M000018-source">
542
546
  <pre>
543
- <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 309</span>
547
+ <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 317</span>
544
548
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">tar_xjf</span>(<span class="ruby-identifier">tarfilename</span>, <span class="ruby-identifier">filenames</span>=[], <span class="ruby-identifier">options</span>={})
545
549
  <span class="ruby-identifier">require</span> <span class="ruby-value str">'bz2'</span>
546
550
  <span class="ruby-identifier">require</span> <span class="ruby-value str">'rook/bz2-helper'</span>
@@ -583,7 +587,7 @@ ex2.
583
587
  onclick="toggleCode('M000016-source');return false;">[Source]</a></p>
584
588
  <div class="method-source-code" id="M000016-source">
585
589
  <pre>
586
- <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 276</span>
590
+ <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 284</span>
587
591
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">tar_xzf</span>(<span class="ruby-identifier">tarfilename</span>, <span class="ruby-identifier">filenames</span>=[], <span class="ruby-identifier">options</span>={})
588
592
  <span class="ruby-identifier">require</span> <span class="ruby-value str">'zlib'</span>
589
593
  <span class="ruby-identifier">_tar_xf</span>(<span class="ruby-identifier">tarfilename</span>, <span class="ruby-identifier">filenames</span>, <span class="ruby-identifier">options</span>, <span class="ruby-value str">&quot;-xzf&quot;</span>, <span class="ruby-operator">::</span><span class="ruby-constant">Zlib</span><span class="ruby-operator">::</span><span class="ruby-constant">GzipReader</span>)
@@ -604,7 +608,8 @@ ex2.
604
608
 
605
609
  <div class="method-description">
606
610
  <p>
607
- unzip *.zip file
611
+ <a href="FileUtils.html#M000012">unzip</a> *.<a
612
+ href="FileUtils.html#M000010">zip</a> file
608
613
  </p>
609
614
  <p>
610
615
  requires &#8216;rubyzip&#8217; library.
@@ -625,7 +630,7 @@ ex2.
625
630
  onclick="toggleCode('M000012-source');return false;">[Source]</a></p>
626
631
  <div class="method-source-code" id="M000012-source">
627
632
  <pre>
628
- <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 195</span>
633
+ <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 203</span>
629
634
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">unzip</span>(<span class="ruby-identifier">zipfilename</span>, <span class="ruby-identifier">filenames</span>=<span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">options</span>={})
630
635
  <span class="ruby-identifier">require</span> <span class="ruby-value str">'zip/zip'</span>
631
636
  <span class="ruby-identifier">basedir</span> = <span class="ruby-identifier">options</span>[<span class="ruby-identifier">:basedir</span>]
@@ -665,7 +670,7 @@ ex2.
665
670
 
666
671
  <div class="method-description">
667
672
  <p>
668
- create *.zip file
673
+ create *.<a href="FileUtils.html#M000010">zip</a> file
669
674
  </p>
670
675
  <p>
671
676
  requires &#8216;rubyzip&#8217; library.
@@ -686,7 +691,7 @@ ex2.
686
691
  onclick="toggleCode('M000010-source');return false;">[Source]</a></p>
687
692
  <div class="method-source-code" id="M000010-source">
688
693
  <pre>
689
- <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 149</span>
694
+ <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 157</span>
690
695
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">zip</span>(<span class="ruby-identifier">zipfilename</span>, <span class="ruby-identifier">filenames</span>, <span class="ruby-identifier">options</span>={})
691
696
  <span class="ruby-identifier">require</span> <span class="ruby-value str">'zip/zip'</span>
692
697
  <span class="ruby-identifier">basedir</span> = <span class="ruby-identifier">options</span>[<span class="ruby-identifier">:basedir</span>]
@@ -724,7 +729,8 @@ ex2.
724
729
 
725
730
  <div class="method-description">
726
731
  <p>
727
- create *.zip file with keeping filepath
732
+ create *.<a href="FileUtils.html#M000010">zip</a> file with keeping
733
+ filepath
728
734
  </p>
729
735
  <p>
730
736
  requires &#8216;rubyzip&#8217; library.
@@ -733,7 +739,7 @@ requires &#8216;rubyzip&#8217; library.
733
739
  onclick="toggleCode('M000011-source');return false;">[Source]</a></p>
734
740
  <div class="method-source-code" id="M000011-source">
735
741
  <pre>
736
- <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 178</span>
742
+ <span class="ruby-comment cmt"># File rook/helper/fileutils.rb, line 186</span>
737
743
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">zip_r</span>(<span class="ruby-identifier">zipfilename</span>, <span class="ruby-identifier">filenames</span>, <span class="ruby-identifier">options</span>={})
738
744
  (<span class="ruby-identifier">options</span> <span class="ruby-operator">||=</span> {})[<span class="ruby-identifier">:recursive</span>] = <span class="ruby-keyword kw">true</span>
739
745
  <span class="ruby-identifier">zip</span>(<span class="ruby-identifier">zipfilename</span>, <span class="ruby-identifier">filenames</span>, <span class="ruby-identifier">options</span>)
@@ -136,7 +136,7 @@ Class <a href="Rook/ValueTable.html" class="link">Rook::ValueTable</a><br />
136
136
  <tr class="top-aligned-row context-row">
137
137
  <td class="context-item-name">RELEASE</td>
138
138
  <td>=</td>
139
- <td class="context-item-value">('$Release: 0.2.0 $' =~ /\$Release: 0.2.0 $/) &amp;&amp; $1</td>
139
+ <td class="context-item-value">('$Release: 0.2.1 $' =~ /\$Release: 0.2.1 $/) &amp;&amp; $1</td>
140
140
  </tr>
141
141
  </table>
142
142
  </div>
@@ -459,7 +459,7 @@ end
459
459
 
460
460
  <div class="method-description">
461
461
  <p>
462
- cook product
462
+ <a href="Kitchen.html#M000132">cook</a> product
463
463
  </p>
464
464
  <p>
465
465
  return true when product recipe is invoked, else return false.
@@ -123,7 +123,8 @@ add functions for DSL (ruby-style cookbook)
123
123
 
124
124
  <div class="method-description">
125
125
  <p>
126
- specify description of recipe in Rookbook.rb
126
+ specify description of <a href="KitchenHelper.html#M000076">recipe</a> in
127
+ Rookbook.rb
127
128
  </p>
128
129
  <p>
129
130
  ex. (in Rookbook.rb)
@@ -169,7 +170,8 @@ the above is equivarent to the following in Rookbook.yaml:
169
170
 
170
171
  <div class="method-description">
171
172
  <p>
172
- specify material (= non-products) in Rookbook.rb
173
+ specify <a href="KitchenHelper.html#M000074">material</a> (= non-products)
174
+ in Rookbook.rb
173
175
  </p>
174
176
  <p>
175
177
  ex. (in Rookbook.rb)
@@ -210,7 +212,7 @@ the above is equivarent to the following in Rookbook.yaml:
210
212
 
211
213
  <div class="method-description">
212
214
  <p>
213
- define a parameter in Rookbook.rb
215
+ define a <a href="KitchenHelper.html#M000073">parameter</a> in Rookbook.rb
214
216
  </p>
215
217
  <p>
216
218
  ex. (in Rookbook.rb)
@@ -255,7 +257,7 @@ the above code is equivalent to the following in Rookbook.yaml:
255
257
 
256
258
  <div class="method-description">
257
259
  <p>
258
- define a property in Rookbook.rb
260
+ define a <a href="KitchenHelper.html#M000072">property</a> in Rookbook.rb
259
261
  </p>
260
262
  <p>
261
263
  ex. (in Rookbook.rb)
@@ -274,12 +276,13 @@ the above is equivarent to the following (in Rookbook.yaml):
274
276
  - project : myapp
275
277
  </pre>
276
278
  <p>
277
- this method define a global variable which name is the same as property
278
- name. for example, global variables $release and $project are defined in
279
- above ex.
279
+ this method define a global variable which name is the same as <a
280
+ href="KitchenHelper.html#M000072">property</a> name. for example, global
281
+ variables $release and $project are defined in above ex.
280
282
  </p>
281
283
  <p>
282
- property value can be overwrited by command-line option.
284
+ <a href="KitchenHelper.html#M000072">property</a> value can be overwrited
285
+ by command-line option.
283
286
  </p>
284
287
  <p>
285
288
  ex. (in command-line)
@@ -313,7 +316,7 @@ ex. (in command-line)
313
316
 
314
317
  <div class="method-description">
315
318
  <p>
316
- define a recipe in Rookbook.rb
319
+ define a <a href="KitchenHelper.html#M000076">recipe</a> in Rookbook.rb
317
320
  </p>
318
321
  <p>
319
322
  ex. (in Rookbook.rb)
@@ -336,7 +339,7 @@ the above is equivarent to the following in Rookbook.yaml:
336
339
  sys &quot;gcc -c #{@ingreds[0]}&quot;
337
340
  </pre>
338
341
  <p>
339
- return value is a recipe created.
342
+ return value is a <a href="KitchenHelper.html#M000076">recipe</a> created.
340
343
  </p>
341
344
  <p><a class="source-toggle" href="#"
342
345
  onclick="toggleCode('M000076-source');return false;">[Source]</a></p>
@@ -146,12 +146,12 @@ ex.
146
146
  <table summary="aliases">
147
147
  <tr class="top-aligned-row context-row">
148
148
  <td class="context-item-name">method</td>
149
- <td>-></td>
149
+ <td>-&gt;</td>
150
150
  <td class="context-item-value">__method__</td>
151
151
  </tr>
152
152
  <tr class="top-aligned-row context-row">
153
153
  <td class="context-item-name">methods</td>
154
- <td>-></td>
154
+ <td>-&gt;</td>
155
155
  <td class="context-item-value">__methods__</td>
156
156
  </tr>
157
157
  </table>
@@ -1 +1 @@
1
- Sun Sep 24 16:23:12 JST 2006
1
+ Sat, 16 Jun 2007 08:43:47 +0900
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Thu Jul 06 10:17:47 JST 2006</td>
59
+ <td>Thu Jul 06 10:17:47 +0900 2006</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -70,7 +70,7 @@
70
70
 
71
71
  <div id="description">
72
72
  <p>
73
- $Rev: 36 $ $Release: 0.2.0 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
73
+ $Rev: 36 $ $Release: 0.2.1 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
74
74
  </p>
75
75
 
76
76
  </div>
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Wed Sep 20 15:36:01 JST 2006</td>
59
+ <td>Wed Sep 20 15:36:01 +0900 2006</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -70,7 +70,7 @@
70
70
 
71
71
  <div id="description">
72
72
  <p>
73
- $Rev: 36 $ $Release: 0.2.0 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
73
+ $Rev: 36 $ $Release: 0.2.1 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
74
74
  </p>
75
75
 
76
76
  </div>
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Fri Apr 21 11:58:24 JST 2006</td>
59
+ <td>Fri Apr 21 11:58:24 +0900 2006</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -70,7 +70,7 @@
70
70
 
71
71
  <div id="description">
72
72
  <p>
73
- $Rev: 20 $ $Release: 0.2.0 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
73
+ $Rev: 20 $ $Release: 0.2.1 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
74
74
  </p>
75
75
 
76
76
  </div>
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Sat Apr 22 13:32:01 JST 2006</td>
59
+ <td>Sat Apr 22 13:32:01 +0900 2006</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -70,7 +70,7 @@
70
70
 
71
71
  <div id="description">
72
72
  <p>
73
- $Rev$ $Release: 0.2.0 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
73
+ $Rev$ $Release: 0.2.1 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
74
74
  </p>
75
75
 
76
76
  </div>
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Fri Apr 21 11:58:24 JST 2006</td>
59
+ <td>Fri Apr 21 11:58:24 +0900 2006</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -70,7 +70,7 @@
70
70
 
71
71
  <div id="description">
72
72
  <p>
73
- $Rev: 20 $ $Release: 0.2.0 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
73
+ $Rev: 20 $ $Release: 0.2.1 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
74
74
  </p>
75
75
 
76
76
  </div>
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Sun Sep 24 11:01:12 JST 2006</td>
59
+ <td>Sun Sep 24 16:39:29 +0900 2006</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -70,7 +70,7 @@
70
70
 
71
71
  <div id="description">
72
72
  <p>
73
- $Rev: 37 $ $Release: 0.2.0 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
73
+ $Rev: 39 $ $Release: 0.2.1 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
74
74
  </p>
75
75
 
76
76
  </div>
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Mon May 01 18:09:49 JST 2006</td>
59
+ <td>Tue May 29 06:58:08 +0900 2007</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -70,7 +70,7 @@
70
70
 
71
71
  <div id="description">
72
72
  <p>
73
- $Rev: 26 $ $Release: 0.2.0 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
73
+ $Rev: 40 $ $Release: 0.2.1 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
74
74
  </p>
75
75
 
76
76
  </div>
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Fri Apr 21 11:58:24 JST 2006</td>
59
+ <td>Fri Apr 21 11:58:24 +0900 2006</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -70,7 +70,7 @@
70
70
 
71
71
  <div id="description">
72
72
  <p>
73
- $Rev: 20 $ $Release: 0.2.0 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
73
+ $Rev: 20 $ $Release: 0.2.1 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
74
74
  </p>
75
75
 
76
76
  </div>
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Sun Sep 24 12:00:15 JST 2006</td>
59
+ <td>Sun Sep 24 16:39:29 +0900 2006</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -70,7 +70,7 @@
70
70
 
71
71
  <div id="description">
72
72
  <p>
73
- $Rev: 35 $ $Release: 0.2.0 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
73
+ $Rev: 39 $ $Release: 0.2.1 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
74
74
  </p>
75
75
 
76
76
  </div>
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Fri Sep 22 12:11:39 JST 2006</td>
59
+ <td>Fri Sep 22 12:11:39 +0900 2006</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -70,7 +70,7 @@
70
70
 
71
71
  <div id="description">
72
72
  <p>
73
- $Rev: 37 $ $Release: 0.2.0 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
73
+ $Rev: 37 $ $Release: 0.2.1 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
74
74
  </p>
75
75
 
76
76
  </div>
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Sun Sep 24 11:39:43 JST 2006</td>
59
+ <td>Sun Sep 24 16:39:29 +0900 2006</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -70,7 +70,7 @@
70
70
 
71
71
  <div id="description">
72
72
  <p>
73
- $Rev: 35 $ $Release: 0.2.0 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
73
+ $Rev: 39 $ $Release: 0.2.1 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
74
74
  </p>
75
75
 
76
76
  </div>
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Sat Jun 17 10:40:38 JST 2006</td>
59
+ <td>Sat Jun 17 10:40:38 +0900 2006</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -70,7 +70,7 @@
70
70
 
71
71
  <div id="description">
72
72
  <p>
73
- $Rev: 35 $ $Release: 0.2.0 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
73
+ $Rev: 35 $ $Release: 0.2.1 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
74
74
  </p>
75
75
 
76
76
  </div>
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Fri Sep 22 12:11:39 JST 2006</td>
59
+ <td>Fri Sep 22 12:11:39 +0900 2006</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -70,7 +70,7 @@
70
70
 
71
71
  <div id="description">
72
72
  <p>
73
- $Rev: 37 $ $Release: 0.2.0 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
73
+ $Rev: 37 $ $Release: 0.2.1 $ copyright(c) 2006 kuwata-lab.com all rights reserved.
74
74
  </p>
75
75
 
76
76
  </div>
@@ -1,6 +1,6 @@
1
1
  ##
2
2
  ## $Rev: 37 $
3
- ## $Release: 0.2.0 $
3
+ ## $Release: 0.2.1 $
4
4
  ## copyright(c) 2006 kuwata-lab.com all rights reserved.
5
5
  ##
6
6
 
@@ -25,7 +25,7 @@ require 'fileutils'
25
25
  ##
26
26
  module Rook
27
27
 
28
- RELEASE = ('$Release: 0.2.0 $' =~ /\$Release: 0.2.0 $/) && $1
28
+ RELEASE = ('$Release: 0.2.1 $' =~ /\$Release: 0.2.1 $/) && $1
29
29
 
30
30
  class RookError < StandardError
31
31
  end
@@ -1,6 +1,6 @@
1
1
  ##
2
2
  ## $Rev: 36 $
3
- ## $Release: 0.2.0 $
3
+ ## $Release: 0.2.1 $
4
4
  ## copyright(c) 2006 kuwata-lab.com all rights reserved.
5
5
  ##
6
6
 
@@ -1,6 +1,6 @@
1
1
  ##
2
2
  ## $Rev: 36 $
3
- ## $Release: 0.2.0 $
3
+ ## $Release: 0.2.1 $
4
4
  ## copyright(c) 2006 kuwata-lab.com all rights reserved.
5
5
  ##
6
6
 
@@ -1,6 +1,6 @@
1
1
  ##
2
2
  ## $Rev: 20 $
3
- ## $Release: 0.2.0 $
3
+ ## $Release: 0.2.1 $
4
4
  ## copyright(c) 2006 kuwata-lab.com all rights reserved.
5
5
  ##
6
6
 
@@ -1,6 +1,6 @@
1
1
  ##
2
2
  ## $Rev$
3
- ## $Release: 0.2.0 $
3
+ ## $Release: 0.2.1 $
4
4
  ## copyright(c) 2006 kuwata-lab.com all rights reserved.
5
5
  ##
6
6
 
@@ -1,6 +1,6 @@
1
1
  ##
2
2
  ## $Rev: 20 $
3
- ## $Release: 0.2.0 $
3
+ ## $Release: 0.2.1 $
4
4
  ## copyright(c) 2006 kuwata-lab.com all rights reserved.
5
5
  ##
6
6
 
@@ -1,6 +1,6 @@
1
1
  ##
2
- ## $Rev: 37 $
3
- ## $Release: 0.2.0 $
2
+ ## $Rev: 39 $
3
+ ## $Release: 0.2.1 $
4
4
  ## copyright(c) 2006 kuwata-lab.com all rights reserved.
5
5
  ##
6
6
 
@@ -1,6 +1,6 @@
1
1
  ##
2
- ## $Rev: 26 $
3
- ## $Release: 0.2.0 $
2
+ ## $Rev: 40 $
3
+ ## $Release: 0.2.1 $
4
4
  ## copyright(c) 2006 kuwata-lab.com all rights reserved.
5
5
  ##
6
6
 
@@ -59,7 +59,11 @@ module FileUtils
59
59
  ## cp_a(['file1', 'file2', 'file3'], 'dir')
60
60
  ##
61
61
  def cp_a(src, dest, options={})
62
- fu_check_options(options, :preserve, :verbose, :noop)
62
+ begin
63
+ fu_check_options(options, :preserve, :verbose, :noop)
64
+ rescue ArgumentError
65
+ fu_check_options(options, [:preserve, :verbose, :noop])
66
+ end
63
67
  if options[:verbose]
64
68
  opt_str = options[:preserve] ? ' -ap' : ' -p'
65
69
  arg_str = [src, dest].flatten.join(' ')
@@ -109,7 +113,11 @@ module FileUtils
109
113
 
110
114
 
111
115
  def _store(cp_cmd, src, dest, options={}) # :nodoc:
112
- fu_check_options(options, :preserve, :verbose, :noop)
116
+ begin
117
+ fu_check_options(options, :preserve, :verbose, :noop)
118
+ rescue ArgumentError
119
+ fu_check_options(options, [:preserve, :verbose, :noop])
120
+ end
113
121
  if options[:verbose]
114
122
  opt_str = options[:preserve] ? ' -p' : ''
115
123
  arg_str = [src, dest].flatten.join(' ')
@@ -1,6 +1,6 @@
1
1
  ##
2
2
  ## $Rev: 20 $
3
- ## $Release: 0.2.0 $
3
+ ## $Release: 0.2.1 $
4
4
  ## copyright(c) 2006 kuwata-lab.com all rights reserved.
5
5
  ##
6
6
 
@@ -0,0 +1,4 @@
1
+ - [bugfix] support ruby1.8.6
2
+ --This line, and those below, will be ignored--
3
+
4
+ M fileutils.rb
@@ -0,0 +1,4 @@
1
+ - [bugfix] support ruby1.8.6
2
+ --This line, and those below, will be ignored--
3
+
4
+ M fileutils.rb
@@ -1,6 +1,6 @@
1
1
  ##
2
- ## $Rev: 35 $
3
- ## $Release: 0.2.0 $
2
+ ## $Rev: 39 $
3
+ ## $Release: 0.2.1 $
4
4
  ## copyright(c) 2006 kuwata-lab.com all rights reserved.
5
5
  ##
6
6
 
@@ -1,6 +1,6 @@
1
1
  ##
2
2
  ## $Rev: 37 $
3
- ## $Release: 0.2.0 $
3
+ ## $Release: 0.2.1 $
4
4
  ## copyright(c) 2006 kuwata-lab.com all rights reserved.
5
5
  ##
6
6
 
@@ -248,7 +248,7 @@ module Rook
248
248
 
249
249
 
250
250
  def version
251
- return ('$Release: 0.2.0 $' =~ /[\.\d]+/) && $&
251
+ return ('$Release: 0.2.1 $' =~ /[\.\d]+/) && $&
252
252
  end
253
253
 
254
254
 
@@ -1,6 +1,6 @@
1
1
  ##
2
- ## $Rev: 35 $
3
- ## $Release: 0.2.0 $
2
+ ## $Rev: 39 $
3
+ ## $Release: 0.2.1 $
4
4
  ## copyright(c) 2006 kuwata-lab.com all rights reserved.
5
5
  ##
6
6
 
@@ -1,6 +1,6 @@
1
1
  ##
2
2
  ## $Rev$
3
- ## $Release: 0.2.0 $
3
+ ## $Release: 0.2.1 $
4
4
  ## copyright(c) 2006 kuwata-lab.com all rights reserved.
5
5
  ##
6
6
 
@@ -128,6 +128,9 @@ mapping:
128
128
  type: bool
129
129
  "symbolic":
130
130
  type: bool
131
+ "kind":
132
+ type: str
133
+ enum: [ specific, generic, symbolic ]
131
134
  "fingerprint":
132
135
  type: str
133
136
  enum:
@@ -1,6 +1,6 @@
1
1
  ##
2
2
  ## $Rev: 35 $
3
- ## $Release: 0.2.0 $
3
+ ## $Release: 0.2.1 $
4
4
  ## copyright(c) 2006 kuwata-lab.com all rights reserved.
5
5
  ##
6
6
 
@@ -4,7 +4,7 @@
4
4
  ### RubyGems Specification file for Rook
5
5
  ###
6
6
  ### $Rev: 37 $
7
- ### $Release: 0.2.0 $
7
+ ### $Release: 0.2.1 $
8
8
  ### copyright(c) 2006 kuwata-lab.com all rights reserved.
9
9
  ###
10
10
 
@@ -15,7 +15,7 @@ spec = Gem::Specification.new do |s|
15
15
  ## package information
16
16
  s.name = 'rook'
17
17
  s.author = 'makoto kuwata'
18
- s.version = ("$Release: 0.2.0 $" =~ /[\.\d]+/) && $&
18
+ s.version = ("$Release: 0.2.1 $" =~ /[\.\d]+/) && $&
19
19
  s.platform = Gem::Platform::RUBY
20
20
  s.homepage = 'http://www.rubyforge.org/projects/rook'
21
21
  s.summary = "a SCM tool like Make, Rake, Ant, and so on."
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.11
2
+ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: rook
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.0
7
- date: 2006-09-24 00:00:00 +09:00
6
+ version: 0.2.1
7
+ date: 2007-06-16 00:00:00 +09:00
8
8
  summary: a SCM tool like Make, Rake, Ant, and so on.
9
9
  require_paths:
10
10
  - lib
@@ -25,73 +25,68 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
25
25
  platform: ruby
26
26
  signing_key:
27
27
  cert_chain:
28
+ post_install_message:
28
29
  authors:
29
30
  - makoto kuwata
30
31
  files:
31
32
  - lib/rook
32
- - lib/rook.rb
33
33
  - lib/rook/commands.rb
34
34
  - lib/rook/cookbook.rb
35
35
  - lib/rook/helper
36
- - lib/rook/kitchen.rb
37
- - lib/rook/main.rb
38
- - lib/rook/recipe.rb
39
- - lib/rook/rookbook.schema.yaml
40
- - lib/rook/util.rb
41
36
  - lib/rook/helper/bz2.rb
42
37
  - lib/rook/helper/digest.rb
43
38
  - lib/rook/helper/enumerable.rb
44
39
  - lib/rook/helper/file.rb
45
40
  - lib/rook/helper/fileutils.rb
46
41
  - lib/rook/helper/kernel.rb
42
+ - lib/rook/helper/svn-commit.2.tmp
43
+ - lib/rook/helper/svn-commit.tmp
44
+ - lib/rook/kitchen.rb
45
+ - lib/rook/main.rb
46
+ - lib/rook/recipe.rb
47
+ - lib/rook/rookbook.schema.yaml
48
+ - lib/rook/util.rb
49
+ - lib/rook.rb
47
50
  - bin/rook
48
51
  - examples/hello_c
49
- - examples/project
50
52
  - examples/hello_c/hello.c
51
53
  - examples/hello_c/hello.h
52
54
  - examples/hello_c/Rookbook.rb
53
55
  - examples/hello_c/Rookbook.yaml
56
+ - examples/project
54
57
  - examples/project/bin
58
+ - examples/project/bin/CVS
59
+ - examples/project/bin/example
55
60
  - examples/project/CVS
56
61
  - examples/project/example.gemspec
57
62
  - examples/project/lib
58
- - examples/project/README.txt
59
- - examples/project/Rookbook.props
60
- - examples/project/Rookbook.rb
61
- - examples/project/Rookbook.yaml
62
- - examples/project/setup.rb
63
- - examples/project/test
64
- - examples/project/bin/CVS
65
- - examples/project/bin/example
66
63
  - examples/project/lib/CVS
67
64
  - examples/project/lib/example
68
- - examples/project/lib/example.rb
69
65
  - examples/project/lib/example/bar.rb
70
66
  - examples/project/lib/example/baz.rb
71
67
  - examples/project/lib/example/CVS
72
68
  - examples/project/lib/example/foo.rb
69
+ - examples/project/lib/example.rb
70
+ - examples/project/README.txt
71
+ - examples/project/Rookbook.props
72
+ - examples/project/Rookbook.rb
73
+ - examples/project/Rookbook.yaml
74
+ - examples/project/setup.rb
75
+ - examples/project/test
73
76
  - examples/project/test/CVS
74
77
  - examples/project/test/test.rb
75
78
  - doc-api/classes
76
- - doc-api/created.rid
77
- - doc-api/files
78
- - doc-api/fr_class_index.html
79
- - doc-api/fr_file_index.html
80
- - doc-api/fr_method_index.html
81
- - doc-api/index.html
82
- - doc-api/rdoc-style.css
83
79
  - doc-api/classes/BZ2
80
+ - doc-api/classes/BZ2/Reader.html
84
81
  - doc-api/classes/BZ2.html
85
82
  - doc-api/classes/Digest
83
+ - doc-api/classes/Digest/Base.html
86
84
  - doc-api/classes/Digest.html
87
85
  - doc-api/classes/Enumerable.html
88
86
  - doc-api/classes/File.html
89
87
  - doc-api/classes/FileUtils.html
90
88
  - doc-api/classes/Kernel.html
91
89
  - doc-api/classes/Rook
92
- - doc-api/classes/Rook.html
93
- - doc-api/classes/BZ2/Reader.html
94
- - doc-api/classes/Digest/Base.html
95
90
  - doc-api/classes/Rook/Assertion.html
96
91
  - doc-api/classes/Rook/AssertionError.html
97
92
  - doc-api/classes/Rook/CommandOptionError.html
@@ -105,24 +100,32 @@ files:
105
100
  - doc-api/classes/Rook/Recipe.html
106
101
  - doc-api/classes/Rook/RookError.html
107
102
  - doc-api/classes/Rook/Util
103
+ - doc-api/classes/Rook/Util/UndefinedPropertyError.html
108
104
  - doc-api/classes/Rook/Util.html
109
105
  - doc-api/classes/Rook/ValueTable.html
110
- - doc-api/classes/Rook/Util/UndefinedPropertyError.html
106
+ - doc-api/classes/Rook.html
107
+ - doc-api/created.rid
108
+ - doc-api/files
111
109
  - doc-api/files/rook
112
- - doc-api/files/rook_rb.html
113
110
  - doc-api/files/rook/commands_rb.html
114
111
  - doc-api/files/rook/cookbook_rb.html
115
112
  - doc-api/files/rook/helper
116
- - doc-api/files/rook/kitchen_rb.html
117
- - doc-api/files/rook/main_rb.html
118
- - doc-api/files/rook/recipe_rb.html
119
- - doc-api/files/rook/util_rb.html
120
113
  - doc-api/files/rook/helper/bz2_rb.html
121
114
  - doc-api/files/rook/helper/digest_rb.html
122
115
  - doc-api/files/rook/helper/enumerable_rb.html
123
116
  - doc-api/files/rook/helper/file_rb.html
124
117
  - doc-api/files/rook/helper/fileutils_rb.html
125
118
  - doc-api/files/rook/helper/kernel_rb.html
119
+ - doc-api/files/rook/kitchen_rb.html
120
+ - doc-api/files/rook/main_rb.html
121
+ - doc-api/files/rook/recipe_rb.html
122
+ - doc-api/files/rook/util_rb.html
123
+ - doc-api/files/rook_rb.html
124
+ - doc-api/fr_class_index.html
125
+ - doc-api/fr_file_index.html
126
+ - doc-api/fr_method_index.html
127
+ - doc-api/index.html
128
+ - doc-api/rdoc-style.css
126
129
  - README.txt
127
130
  - LGPL
128
131
  - rook.gemspec