vergissberlin 0.0.5 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (127) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +10 -1
  3. data/bin/vergissberlin +1 -1
  4. data/lib/vergissberlin/version.rb +1 -1
  5. data/test/test_test.rb +7 -0
  6. data/test/utils.rb +37 -0
  7. data/vendor/bundle/bin/rake +23 -0
  8. data/vendor/bundle/bin/vergissberlin +23 -0
  9. data/vendor/bundle/build_info/capistrano_colors-0.5.5.info +1 -0
  10. data/vendor/bundle/build_info/rake-10.0.4.info +1 -0
  11. data/vendor/bundle/gems/capistrano_colors-0.5.5/Manifest +7 -0
  12. data/vendor/bundle/gems/capistrano_colors-0.5.5/README.rdoc +130 -0
  13. data/vendor/bundle/gems/capistrano_colors-0.5.5/Rakefile +1 -0
  14. data/vendor/bundle/gems/capistrano_colors-0.5.5/capistrano_colors.gemspec +33 -0
  15. data/vendor/bundle/gems/capistrano_colors-0.5.5/lib/capistrano_colors/configuration.rb +70 -0
  16. data/vendor/bundle/gems/capistrano_colors-0.5.5/lib/capistrano_colors/logger.rb +72 -0
  17. data/vendor/bundle/gems/capistrano_colors-0.5.5/lib/capistrano_colors.rb +18 -0
  18. data/vendor/bundle/gems/rake-10.0.4/CHANGES +530 -0
  19. data/vendor/bundle/gems/rake-10.0.4/MIT-LICENSE +21 -0
  20. data/vendor/bundle/gems/rake-10.0.4/README.rdoc +187 -0
  21. data/vendor/bundle/gems/rake-10.0.4/Rakefile +375 -0
  22. data/vendor/bundle/gems/rake-10.0.4/TODO +21 -0
  23. data/vendor/bundle/gems/rake-10.0.4/bin/rake +33 -0
  24. data/vendor/bundle/gems/rake-10.0.4/install.rb +90 -0
  25. data/vendor/bundle/gems/rake-10.0.4/lib/rake/alt_system.rb +109 -0
  26. data/vendor/bundle/gems/rake-10.0.4/lib/rake/application.rb +681 -0
  27. data/vendor/bundle/gems/rake-10.0.4/lib/rake/backtrace.rb +19 -0
  28. data/vendor/bundle/gems/rake-10.0.4/lib/rake/clean.rb +32 -0
  29. data/vendor/bundle/gems/rake-10.0.4/lib/rake/cloneable.rb +16 -0
  30. data/vendor/bundle/gems/rake-10.0.4/lib/rake/contrib/compositepublisher.rb +21 -0
  31. data/vendor/bundle/gems/rake-10.0.4/lib/rake/contrib/ftptools.rb +151 -0
  32. data/vendor/bundle/gems/rake-10.0.4/lib/rake/contrib/publisher.rb +73 -0
  33. data/vendor/bundle/gems/rake-10.0.4/lib/rake/contrib/rubyforgepublisher.rb +16 -0
  34. data/vendor/bundle/gems/rake-10.0.4/lib/rake/contrib/sshpublisher.rb +50 -0
  35. data/vendor/bundle/gems/rake-10.0.4/lib/rake/contrib/sys.rb +1 -0
  36. data/vendor/bundle/gems/rake-10.0.4/lib/rake/default_loader.rb +10 -0
  37. data/vendor/bundle/gems/rake-10.0.4/lib/rake/dsl_definition.rb +156 -0
  38. data/vendor/bundle/gems/rake-10.0.4/lib/rake/early_time.rb +18 -0
  39. data/vendor/bundle/gems/rake-10.0.4/lib/rake/ext/core.rb +27 -0
  40. data/vendor/bundle/gems/rake-10.0.4/lib/rake/ext/module.rb +0 -0
  41. data/vendor/bundle/gems/rake-10.0.4/lib/rake/ext/string.rb +168 -0
  42. data/vendor/bundle/gems/rake-10.0.4/lib/rake/ext/time.rb +15 -0
  43. data/vendor/bundle/gems/rake-10.0.4/lib/rake/file_creation_task.rb +24 -0
  44. data/vendor/bundle/gems/rake-10.0.4/lib/rake/file_list.rb +410 -0
  45. data/vendor/bundle/gems/rake-10.0.4/lib/rake/file_task.rb +47 -0
  46. data/vendor/bundle/gems/rake-10.0.4/lib/rake/file_utils.rb +114 -0
  47. data/vendor/bundle/gems/rake-10.0.4/lib/rake/file_utils_ext.rb +143 -0
  48. data/vendor/bundle/gems/rake-10.0.4/lib/rake/gempackagetask.rb +1 -0
  49. data/vendor/bundle/gems/rake-10.0.4/lib/rake/invocation_chain.rb +51 -0
  50. data/vendor/bundle/gems/rake-10.0.4/lib/rake/invocation_exception_mixin.rb +16 -0
  51. data/vendor/bundle/gems/rake-10.0.4/lib/rake/loaders/makefile.rb +40 -0
  52. data/vendor/bundle/gems/rake-10.0.4/lib/rake/multi_task.rb +13 -0
  53. data/vendor/bundle/gems/rake-10.0.4/lib/rake/name_space.rb +25 -0
  54. data/vendor/bundle/gems/rake-10.0.4/lib/rake/packagetask.rb +185 -0
  55. data/vendor/bundle/gems/rake-10.0.4/lib/rake/pathmap.rb +1 -0
  56. data/vendor/bundle/gems/rake-10.0.4/lib/rake/phony.rb +15 -0
  57. data/vendor/bundle/gems/rake-10.0.4/lib/rake/private_reader.rb +20 -0
  58. data/vendor/bundle/gems/rake-10.0.4/lib/rake/promise.rb +99 -0
  59. data/vendor/bundle/gems/rake-10.0.4/lib/rake/pseudo_status.rb +24 -0
  60. data/vendor/bundle/gems/rake-10.0.4/lib/rake/rake_module.rb +37 -0
  61. data/vendor/bundle/gems/rake-10.0.4/lib/rake/rake_test_loader.rb +22 -0
  62. data/vendor/bundle/gems/rake-10.0.4/lib/rake/rdoctask.rb +1 -0
  63. data/vendor/bundle/gems/rake-10.0.4/lib/rake/ruby182_test_unit_fix.rb +25 -0
  64. data/vendor/bundle/gems/rake-10.0.4/lib/rake/rule_recursion_overflow_error.rb +20 -0
  65. data/vendor/bundle/gems/rake-10.0.4/lib/rake/runtest.rb +22 -0
  66. data/vendor/bundle/gems/rake-10.0.4/lib/rake/task.rb +368 -0
  67. data/vendor/bundle/gems/rake-10.0.4/lib/rake/task_argument_error.rb +7 -0
  68. data/vendor/bundle/gems/rake-10.0.4/lib/rake/task_arguments.rb +78 -0
  69. data/vendor/bundle/gems/rake-10.0.4/lib/rake/task_manager.rb +296 -0
  70. data/vendor/bundle/gems/rake-10.0.4/lib/rake/tasklib.rb +22 -0
  71. data/vendor/bundle/gems/rake-10.0.4/lib/rake/testtask.rb +198 -0
  72. data/vendor/bundle/gems/rake-10.0.4/lib/rake/thread_history_display.rb +48 -0
  73. data/vendor/bundle/gems/rake-10.0.4/lib/rake/thread_pool.rb +155 -0
  74. data/vendor/bundle/gems/rake-10.0.4/lib/rake/trace_output.rb +22 -0
  75. data/vendor/bundle/gems/rake-10.0.4/lib/rake/version.rb +13 -0
  76. data/vendor/bundle/gems/rake-10.0.4/lib/rake/win32.rb +55 -0
  77. data/vendor/bundle/gems/rake-10.0.4/lib/rake.rb +71 -0
  78. data/vendor/bundle/gems/rake-10.0.4/test/file_creation.rb +34 -0
  79. data/vendor/bundle/gems/rake-10.0.4/test/helper.rb +562 -0
  80. data/vendor/bundle/gems/rake-10.0.4/test/test_private_reader.rb +42 -0
  81. data/vendor/bundle/gems/rake-10.0.4/test/test_rake.rb +40 -0
  82. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_application.rb +515 -0
  83. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_application_options.rb +455 -0
  84. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_backtrace.rb +89 -0
  85. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_clean.rb +14 -0
  86. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_definitions.rb +80 -0
  87. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_directory_task.rb +57 -0
  88. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_dsl.rb +40 -0
  89. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_early_time.rb +31 -0
  90. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_extension.rb +59 -0
  91. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_file_creation_task.rb +56 -0
  92. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_file_list.rb +628 -0
  93. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_file_list_path_map.rb +8 -0
  94. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_file_task.rb +122 -0
  95. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_file_utils.rb +305 -0
  96. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_ftp_file.rb +59 -0
  97. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_functional.rb +496 -0
  98. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_invocation_chain.rb +52 -0
  99. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_makefile_loader.rb +44 -0
  100. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_multi_task.rb +59 -0
  101. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_name_space.rb +43 -0
  102. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_package_task.rb +79 -0
  103. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_path_map.rb +157 -0
  104. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_path_map_explode.rb +34 -0
  105. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_path_map_partial.rb +18 -0
  106. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_pseudo_status.rb +21 -0
  107. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_rake_test_loader.rb +21 -0
  108. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_reduce_compat.rb +30 -0
  109. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_require.rb +40 -0
  110. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_rules.rb +327 -0
  111. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task.rb +340 -0
  112. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task_argument_parsing.rb +103 -0
  113. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task_arguments.rb +88 -0
  114. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task_lib.rb +9 -0
  115. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task_manager.rb +157 -0
  116. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task_manager_argument_resolution.rb +19 -0
  117. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_task_with_arguments.rb +171 -0
  118. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_test_task.rb +120 -0
  119. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_thread_pool.rb +122 -0
  120. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_top_level_functions.rb +71 -0
  121. data/vendor/bundle/gems/rake-10.0.4/test/test_rake_win32.rb +72 -0
  122. data/vendor/bundle/gems/rake-10.0.4/test/test_thread_history_display.rb +91 -0
  123. data/vendor/bundle/gems/rake-10.0.4/test/test_trace_output.rb +50 -0
  124. data/vendor/bundle/specifications/capistrano_colors-0.5.5.gemspec +32 -0
  125. data/vendor/bundle/specifications/rake-10.0.4.gemspec +35 -0
  126. data/vergissberlin.gemspec +4 -2
  127. metadata +125 -2
@@ -0,0 +1,18 @@
1
+ require 'capistrano/configuration'
2
+ require 'capistrano/logger'
3
+
4
+ require 'capistrano_colors/configuration'
5
+ require 'capistrano_colors/logger'
6
+
7
+ # DEBUG
8
+ Capistrano::Logger.add_color_matcher({ :match => /executing `.*/, :color => :green, :level => 2, :prio => -10, :prepend => "== Currently ", :timestamp => true })
9
+ Capistrano::Logger.add_color_matcher({ :match => /.*/, :color => :yellow, :level => 2, :prio => -20 })
10
+
11
+ # INFO
12
+ Capistrano::Logger.add_color_matcher({ :match => /.*out\] (fatal:|ERROR:).*/, :color => :red, :level => 1, :prio => -10 })
13
+ Capistrano::Logger.add_color_matcher({ :match => /Permission denied/, :color => :red, :level => 1, :prio => -20 })
14
+ Capistrano::Logger.add_color_matcher({ :match => /sh: .+: command not found/, :color => :magenta, :level => 1, :prio => -30 })
15
+
16
+ # IMPORTANT
17
+ Capistrano::Logger.add_color_matcher({ :match => /^err ::/, :color => :red, :level => 0, :prio => -10 })
18
+ Capistrano::Logger.add_color_matcher({ :match => /.*/, :color => :blue, :level => 0, :prio => -20 })
@@ -0,0 +1,530 @@
1
+ = Rake Changelog
2
+
3
+ NOTE: Refer to the individual release documents (in the
4
+ doc/release_notes directory) for changes after in version 0.9.4
5
+ and later.
6
+
7
+ == Master (for 0.9.3)
8
+
9
+ * The rake test loader now removes arguments it has processed. Issue #51
10
+ * Rake::TaskArguments now responds to #values_at
11
+ * RakeFileUtils.verbose_flag = nil silences output the same as 0.8.7
12
+ * Rake tests are now directory-independent
13
+ * Rake tests are no longer require flexmock
14
+ * Commands constant is no longer polluting top level namespace.
15
+ * Show only the interesting portion of the backtrace by default (James M. Lawrence).
16
+ * Added --reduce-compat optiont to remove backward compatible DSL hacks (James M. Lawrence).
17
+ * lib/rake/file_list.rb (Rake::FileList#egrep): there is no need to
18
+ open files in binary mode. (NAKAMURA Usaku)
19
+
20
+ == Version 0.9.2
21
+
22
+ * Unknown
23
+
24
+ == Version 0.9.1
25
+
26
+ * Added deprecation warnings to the Rake DSL methods.
27
+
28
+ == Version 0.9.0
29
+
30
+ * *Incompatible* *change*: Rake DSL commands ('task', 'file', etc.) are
31
+ no longer private methods in Object. If you need to call 'task :xzy' inside
32
+ your class, include Rake::DSL into the class. The DSL is still available at
33
+ the top level scope (via the top level object which extends Rake::DSL).
34
+
35
+ * Rake now warns when the deprecated :needs syntax used.
36
+
37
+ * Rake history is now UTF-8 encoded.
38
+
39
+ * Rake now uses case-insensitive comparisons to find the Rakefile on Windows.
40
+ Based on patch by Roger Pack.
41
+
42
+ * Rake now requires (instead of loads) files in the test task. Patch by Cezary
43
+ Baginski.
44
+
45
+ * Fixed typos. Patches by Sean Scot August Moon and R.T. Lechow.
46
+
47
+ * Rake now prints the Rakefile directory only when it's different from the
48
+ current directory. Patch by Alex Chaffee.
49
+
50
+ * Improved rakefile_location discovery on Windows. Patch by James Tucker.
51
+
52
+ * Rake now recognizes "Windows Server" as a windows system. Patch by Matthias
53
+ Lüdtke
54
+
55
+ * Rake::RDocTask is deprecated. Use RDoc::Task from RDoc 2.4.2+ (require
56
+ 'rdoc/task')
57
+
58
+ * Rake::GemPackageTask is deprecated. Use Gem::PackageTask (require
59
+ 'rubygems/package_task')
60
+
61
+ * Rake now outputs various messages to $stderr instead of $stdout.
62
+
63
+ * Rake no longer emits warnings for Config. Patch by Santiago Pastorino.
64
+
65
+ * Split rake.rb into individual files.
66
+
67
+ * Support for the --where (-W) flag for showing where a task is defined.
68
+
69
+ * Fixed quoting in test task.
70
+ (http://onestepback.org/redmine/issues/show/44,
71
+ http://www.pivotaltracker.com/story/show/1223138)
72
+
73
+ * Fixed the silent option parsing problem.
74
+ (http://onestepback.org/redmine/issues/show/47)
75
+
76
+ * Fixed :verbose=>false flag on sh and ruby commands.
77
+
78
+ * Rake command line options may be given by default in a RAKEOPT
79
+ environment variable.
80
+
81
+ * Errors in Rake will now display the task invocation chain in effect
82
+ at the time of the error.
83
+
84
+ * Accepted change by warnickr to not expand test patterns in shell
85
+ (allowing more files in the test suite).
86
+
87
+ * Fixed that file tasks did not perform prereq lookups in scope
88
+ (Redmine #57).
89
+
90
+ == Version 0.8.7
91
+
92
+ * Fixed EXEEXT for JRuby on windows.
93
+
94
+ == Version 0.8.6
95
+
96
+ * Minor fixes to the RDoc generation (removed dependency on darkfish
97
+ and removed inline source option).
98
+
99
+ == PreVersion 0.8.6
100
+
101
+ * Now allow # comments to comment a task definition.
102
+
103
+ == Version 0.8.5
104
+
105
+ * Better support for the system command on Windows.
106
+
107
+ == Version 0.8.4
108
+
109
+ * Preserve case when locating rakefiles (patch from James
110
+ M. Lawrence/quix)
111
+
112
+ * Better support for windows paths in the test task (patch from Simon
113
+ Chiang/bahuvrihi)
114
+
115
+ * Windows system dir search order is now: HOME, HOMEDRIVE + HOMEPATH,
116
+ APPDATA, USERPROFILE (patch from Luis Lavena)
117
+
118
+ * MingGW is now recognized as a windows platform. (patch from Luis
119
+ Lavena)
120
+
121
+ * Numerous fixes to the windows test suite (patch from Luis Lavena).
122
+
123
+ * Improved Rakefile case insensitivity testing (patch from Luis
124
+ Lavena).
125
+
126
+ * Fixed stray ARGV option problem that was interfering with
127
+ Test::Unit::Runner.
128
+
129
+ * Fixed default verbose mode (was accidently changed to false).
130
+
131
+ * Removed reference to manage_gem to fix the warning produced by the
132
+ gem package task.
133
+
134
+ == Version 0.8.3
135
+
136
+ * Enhanced the system directory detection in windows. We now check
137
+ HOMEDRIVE/HOMEPATH and USERPROFILE if APPDATA isn't found. (Patch
138
+ supplied by James Tucker). Rake no long aborts if it can't find the
139
+ directory.
140
+
141
+ * Added fix to handle ruby installations in directories with spaces in
142
+ their name.
143
+
144
+ == Version 0.8.2
145
+
146
+ * Fixed bug in package task so that it will include the subdir
147
+ directory in the package for testing. (Bug found by Adam Majer)
148
+
149
+ * Added ENV var to rakefile to prevent OS X from including extended
150
+ attribute junk in a tar file. (Bug found by Adam Majer)
151
+
152
+ * Fixed filename dependency order bug in test_inspect_pending and
153
+ test_to_s_pending. (Bug found by Adam Majer)
154
+
155
+ * Fixed check for file utils options to make them immune to the
156
+ symbol/string differences. (Patch supplied by Edwin Pratomo)
157
+
158
+ * Fixed bug with rules involving multiple source (Patch supplied by
159
+ Emanuel Indermühle)
160
+
161
+ * Switched from getoptlong to optparse (patches supplied by Edwin
162
+ Pratomo)
163
+
164
+ * The -T option will now attempt to dynamically sense the size of the
165
+ terminal. RAKE_COLUMNS will override any dynamic sensing.
166
+
167
+ * FileList#clone and FileList#dup have better sematics w.r.t. taint
168
+ and freeze.
169
+
170
+ * Added ability clear prerequisites, and/or actions from an existing
171
+ task.
172
+
173
+ * Added the ability to reenable a task to be invoked a second time.
174
+
175
+ * Changed RDoc test task to have no default template. This makes it
176
+ easier for the tempate to pick up the template from the environment.
177
+
178
+ * Changed from using Mutex to Monitor. Evidently Mutex causes thread
179
+ join errors when Ruby is compiled with -disable-pthreads. (Patch
180
+ supplied by Ittay Dror)
181
+
182
+ * Fixed bug in makefile parser that had problems with extra spaces in
183
+ file task names. (Patch supplied by Ittay Dror)
184
+
185
+ * Added a performance patch for reading large makefile dependency
186
+ files. (Patch supplied by Ittay Dror)
187
+
188
+ * Default values for task arguments can easily be specified with the
189
+ :with_defaults method. (Idea for default argument merging supplied
190
+ by (Adam Q. Salter)
191
+
192
+ * The -T output will only self-truncate if the output is a tty.
193
+ However, if RAKE_COLUMNS is explicitly set, it will be honored in
194
+ any case. (Patch provided by Gavin Stark).
195
+
196
+ * Numerous fixes for running under windows. A big thanks to Bheeshmar
197
+ Redheendran for spending a good part of the afternoon at the
198
+ Lonestar Ruby Conference to help me work out these issues.
199
+
200
+ == Version 0.8.1
201
+
202
+ * Removed requires on parsedate.rb (in Ftptools)
203
+ * Removed ftools from rake.rb. Made it options in sys.rb
204
+
205
+ == Version 0.8.0
206
+
207
+ * Added task parameters (e.g. "rake build[version7]")
208
+ * Made task parameters passable to prerequisites.
209
+ * Comments are limited to 80 columns or so (suggested by Jamis Buck).
210
+ * Added -D to display full comments (suggested by Jamis Buck).
211
+ * The rake program will set the status value used in any explicit
212
+ exit(n) calls. (patch provided by Stephen Touset)
213
+ * Fixed error in functional tests that were not including session (and
214
+ silently skipping the functionl tests.
215
+ * Removed --usage and make -h the same as -H.
216
+ * Make a prettier inspect for tasks.
217
+
218
+ == Version 0.7.3
219
+
220
+ * Added existing and existing! methods to FileList
221
+ * FileLists now claim to be Arrays (via is_a?) to get better support
222
+ from the FileUtil module.
223
+ * Added init and top_level for custom rake applications.
224
+
225
+ == Version 0.7.2
226
+
227
+ * Error messages are now send to stderr rather than stdout (from
228
+ Payton Quackenbush).
229
+ * Better error handling on invalid command line arguments (from Payton
230
+ Quackenbush).
231
+ * Added rcov task and updated unit testing for better code coverage.
232
+ * Fixed some bugs where the application object was going to the global
233
+ appliation instead of using its own data.
234
+ * Added square and curly bracket patterns to FileList#include (Tilman
235
+ Sauerbeck).
236
+ * Added plain filename support to rule dependents (suggested by Nobu
237
+ Nakada).
238
+ * Added pathmap support to rule dependents.
239
+ * Added a 'tasks' method to a namespace to get a list of tasks
240
+ associated with the namespace.
241
+ * Fixed the method name leak from FileUtils (bug found by Glenn
242
+ Vanderburg).
243
+ * Added rake_extension to handle detection of extension collisions.
244
+ * Added test for noop, bad_option and verbose flags to sh command.
245
+ * Removed dependency on internal fu_xxx functions from FileUtils.
246
+ * Added a 'shame' task to the Rakefile.
247
+ * Added tar_command and zip_command options to the Package task.
248
+ * Added a description to the gem task in GemPackageTask.
249
+ * Fixed a bug when rules have multiple prerequisites (patch by Joel
250
+ VanderWerf)
251
+ * Added a protected 'require "rubygems"' to test/test_application to
252
+ unbreak cruisecontrol.rb.
253
+ * Added the handful of RakeFileUtils to the private method as well.
254
+ * Added block based exclusion.
255
+ * The clean task will no longer delete 'core' if it is a directory.
256
+ * Removed rake_dup. Now we just simply rescue a bad dup.
257
+ * Refactored the FileList reject logic to remove duplication.
258
+ * Removed if __FILE__ at the end of the rake.rb file.
259
+
260
+ == Version 0.7.1
261
+
262
+ * Added optional filter parameter to the --tasks command line option.
263
+ * Added flatten to allow rule transform procs to return lists of
264
+ prereqs (Joel VanderWerf provided patch).
265
+ * Added pathmap to String and FileList.
266
+ * The -r option will now load .rake files (but a straight require
267
+ doesn't yet). NOTE: This is experimental ... it may be
268
+ discontinued.
269
+ * The -f option without a value will disable the search for a
270
+ Rakefile. The assumption is that the -r files are adequate.
271
+ * Fixed the safe_ln function to fall back to cp in more error
272
+ scenarios.
273
+
274
+ == Version 0.7.0
275
+
276
+ * Added Rake.original_dir to return the original starting directory of
277
+ the rake application.
278
+ * Added safe_ln support for openAFS (from Ludvig Omholt).
279
+ * Added --trace reminder on short exception messages (David Heinemeier
280
+ Hansson suggestion).
281
+ * Added multitask declaration that executes prerequisites in
282
+ parallel. (Doug Young providied an initial implementation).
283
+ * Fixed missing_const hack to be compatible with Rails. (Jamis Buck
284
+ supplied test case).
285
+ * Made the RDoc task default to internal (in-process) RDoc formatting.
286
+ The old behavior is still available by setting the +external+ flag
287
+ to true.
288
+ * Rakefiles are now loaded with the expanded path to prevent
289
+ accidental polution from the Ruby load path.
290
+ * The +namespace+ command now returns a NameSpace object that can be
291
+ used to lookup tasks defined in that namespace. This allows for
292
+ better anonymous namespace behavior.
293
+ * Task objects my now be used in prerequisite lists directly.
294
+
295
+ == Version 0.6.1
296
+
297
+ * Rebuilt 0.6.0 gem without signing.
298
+
299
+ == Version 0.6.0
300
+
301
+ * Fixed file creation bug in the unit tests (caused infinite loop on
302
+ windows).
303
+ * Fixed bug where session based functional tests were run under
304
+ windows.
305
+ * Fixed bug in directory tasks so that updating a directory will not
306
+ retrigger file tasks depending on the directory (see
307
+ FileCreationTask and EarlyTime).
308
+ * Added egrep to FileList
309
+ * ruby command now runs same ruby version as rake.
310
+ * Added investigation to task object. (suggested by Martin Fowler)
311
+ * Added ruby_opts to the test task to allow arbitrary ruby options to
312
+ be passed to the test script. (Greg Fast)
313
+ * Fixed the test loader to ignore options. (Greg Fast)
314
+ * Moved Task, FileTask, FileCreationTask and RakeApp into the Rake
315
+ module namespace. Old style namespace behavior can be invoked via
316
+ the --classic-namespace option. (requested by Kelly Felkins).
317
+ * GemTask is now sensitive to the gem platform (Masao Mutoh).
318
+ * A non-existing file prerequisite will no longer cause an exception
319
+ (Philipp Neubeck).
320
+ * Multiple prerequisites on Rake rules now allowed (initial patch
321
+ supplied by Stuart Jansen).
322
+
323
+ == Version 0.5.4
324
+
325
+ * Added double quotes to the test runner.
326
+ * Added .svn to default ignore list.
327
+ * Updated FileList#include to support nested arrays and filelists.
328
+
329
+ == Version 0.5.3
330
+
331
+ * Added support for importing Rakefile and other dependencies.
332
+ * Fixed bug so that now rules can chain off of existing tasks as well
333
+ as existing files.
334
+ * Fixed verbose flag bug in the testing task. Shortened some failure
335
+ messages.
336
+ * Make FileUtils methods private at the top level module to avoid
337
+ accidental method leaking into other objects.
338
+ * Added test loader option to test task. "testrb" is no longer the
339
+ default test loader. It is now eating syntax errors that should
340
+ halt the unit tests.
341
+ * Revamped FileList so that it works more like and array (addressed
342
+ flatten bug). Added many tests around file list.
343
+ * Added +ext+ method to both String and FileList.
344
+
345
+ == Version 0.5.0
346
+
347
+ * Fixed documentation that was lacking the Rake module name (Tilman
348
+ Sauerbeck).
349
+ * Added tar.gz and tar.bz2 support to package task (Tilman Sauerbeck).
350
+ * Recursive rules are now supported (Tilman Sauerbeck).
351
+ * Added warning option for the Test Task (requested by Eric Hodel).
352
+ * The jamis rdoc template is only used if it exists.
353
+ * Added fix for Ruby 1.8.2 test/unit and rails problem.
354
+ * Added contributed rake man file (Jani Monoses).
355
+ * Added Brian Candler's fix for problems in --trace and --dry-run
356
+ mode.
357
+
358
+ == Version 0.4.15
359
+
360
+ * Fixed a bug that prevented the TESTOPTS flag from working with the
361
+ revised for 1.8.2 test task.
362
+ * Updated the docs on --trace to indicate that it also enables a full
363
+ backtrace on errors.
364
+
365
+ == Version 0.4.14
366
+
367
+ * Modified the TestTask to workaround the Ruby 1.8.2 change in
368
+ autoexecuting unit tests.
369
+
370
+ == Version 0.4.13
371
+
372
+ * Fixed the dry-run flag so it is operating again.
373
+ * Multiple arguments to sh and ruby commands will not be interpreted
374
+ by the shell (patch provided by Jonathan Paisley).
375
+
376
+ == Version 0.4.12
377
+
378
+ * Added --silent (-s) to suppress the (in directory) rake message.
379
+
380
+ == Version 0.4.11
381
+
382
+ * Changed the "don't know how to rake" message (finally)
383
+ * Changes references to a literal "Rakefile" to reference the global
384
+ variable $rakefile (which contains the actual name of the rakefile).
385
+
386
+ == Version 0.4.10
387
+
388
+ * Added block support to the "sh" command, allowing users to take
389
+ special actions on the result of the system call. E.g.
390
+
391
+ sh "shell_command" do |ok, res|
392
+ puts "Program returned #{res.exitstatus}" if ! ok
393
+ end
394
+
395
+ == Version 0.4.9
396
+
397
+ * Switched to Jamis Buck's RDoc template.
398
+ * Removed autorequire from Rake's gem spec. This prevents the Rake
399
+ libraries from loading while using rails.
400
+
401
+ == Version 0.4.8
402
+
403
+ * Added support for .rb versions of Rakefile.
404
+ * Removed \\\n's from test task.
405
+ * Fixed Ruby 1.9 compatibility issue with FileList.
406
+
407
+ == Version 0.4.7
408
+
409
+ * Fixed problem in FileList that caused Ruby 1.9 to go into infinite
410
+ recursion. Since to_a was removed from Object, it does not need to
411
+ added back into the list of methods to rewrite in FileList. (Thanks
412
+ to Kent Sibilev for pointing this out).
413
+
414
+ == Version 0.4.6
415
+ * Removed test version of ln in FileUtils that prevented safe_ln from
416
+ using ln.
417
+
418
+ == Version 0.4.5
419
+ * Upgraded comments in TestTask.
420
+ * FileList to_s and inspect now automatically resolve pending changes.
421
+ * FileList#exclude properly returns the FileList.
422
+
423
+ == Version 0.4.4
424
+ * Fixed initialization problem with @comment.
425
+ * Now using multi -r technique in TestTask. Switch Rakefile back to
426
+ using the built-in test task macros because the rake runtime is no
427
+ longer needed.
428
+ * Added 'TEST=filename' and 'TESTOPTS=options' to the Test Task
429
+ macros.
430
+ * Allow a +test_files+ attribute in test tasks. This allows more
431
+ flexibility in specifying test files.
432
+
433
+ == Version 0.4.3
434
+ * Fixed Comment leakage.
435
+
436
+ == Version 0.4.2
437
+ * Added safe_ln that falls back to a copy if a file link is not supported.
438
+ * Package builder now uses safe_ln.
439
+
440
+ == Version 0.4.1
441
+ * Task comments are now additive, combined with "/".
442
+ * Works with (soon to be released) rubygems 0.6.2 (or 0.7.0)
443
+
444
+ == Version 0.4.0
445
+ * FileList now uses deferred loading. The file system is not searched
446
+ until the first call that needs the file names.
447
+ * VAR=VALUE options are now accepted on the command line and are
448
+ treated like environment variables. The values may be tested in a
449
+ Rakefile by referencing ENV['VAR'].
450
+ * File.mtime is now used (instead of File.new().mtime).
451
+
452
+ == Version 0.3.2.x
453
+
454
+ * Removed some hidden dependencies on rubygems. Tests now will test
455
+ gems only if they are installed.
456
+ * Removed Sys from some example files. I believe that is that last
457
+ reference to Sys outside of the contrib area.
458
+ * Updated all copyright notices to include 2004.
459
+
460
+ == Version 0.3.2
461
+
462
+ * GEM Installation now works with the application stub.
463
+
464
+ == Version 0.3.1
465
+
466
+ * FileLists now automatically ignore CVS, .bak, !
467
+ * GEM Installation now works.
468
+
469
+ == Version 0.3.0
470
+
471
+ Promoted 0.2.10.
472
+
473
+ == Version 0.2.10
474
+ General
475
+
476
+ * Added title to Rake's rdocs
477
+ * Contrib packages are no longer included in the documentation.
478
+
479
+ RDoc Issues
480
+
481
+ * Removed default for the '--main' option
482
+ * Fixed rendering of the rdoc options
483
+ * Fixed clean/clobber confusion with rerdoc
484
+ * 'title' attribute added
485
+
486
+ Package Task Library Issues
487
+
488
+ * Version (or explicit :noversion) is required.
489
+ * +package_file+ attribute is now writable
490
+
491
+ FileList Issues
492
+
493
+ * Dropped bang version of exclude. Now using ant-like include/exclude semantics.
494
+ * Enabled the "yield self" idiom in FileList#initialize.
495
+
496
+ == Version 0.2.9
497
+
498
+ This version contains numerous changes as the RubyConf.new(2003)
499
+ presentation was being prepared. The changes include:
500
+
501
+ * The monolithic rubyapp task library is in the process of being
502
+ dropped in favor of lighter weight task libraries.
503
+
504
+ == Version 0.2.7
505
+
506
+ * Added "desc" for task descriptions.
507
+ * -T will now display tasks with descriptions.
508
+ * -P will display tasks and prerequisites.
509
+ * Dropped the Sys module in favor of the 1.8.x FileUtils module. Sys
510
+ is still supported in the contrib area.
511
+
512
+ == Version 0.2.6
513
+
514
+ * Moved to RubyForge
515
+
516
+ == Version 0.2.5
517
+
518
+ * Switched to standard ruby app builder.
519
+ * Added no_match option to file matcher.
520
+
521
+ == Version 0.2.4
522
+
523
+ * Fixed indir, which neglected to actually change directories.
524
+
525
+ == Version 0.2.3
526
+
527
+ * Added rake module for a help target
528
+ * Added 'for_files' to Sys
529
+ * Added a $rakefile constant
530
+ * Added test for selecting proper rule with multiple targets.