rake 10.5.0 → 13.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (166) hide show
  1. checksums.yaml +5 -5
  2. data/CONTRIBUTING.rdoc +13 -8
  3. data/Gemfile +10 -0
  4. data/History.rdoc +2015 -288
  5. data/README.rdoc +40 -24
  6. data/Rakefile +25 -65
  7. data/bin/bundle +105 -0
  8. data/bin/console +7 -0
  9. data/bin/rake +20 -24
  10. data/bin/rdoc +29 -0
  11. data/bin/rubocop +29 -0
  12. data/bin/setup +6 -0
  13. data/doc/jamis.rb +1 -0
  14. data/doc/rake.1 +139 -124
  15. data/doc/rakefile.rdoc +2 -4
  16. data/exe/rake +27 -0
  17. data/lib/rake.rb +35 -43
  18. data/lib/rake/application.rb +124 -90
  19. data/lib/rake/backtrace.rb +3 -2
  20. data/lib/rake/clean.rb +7 -5
  21. data/lib/rake/cloneable.rb +1 -0
  22. data/lib/rake/cpu_counter.rb +10 -28
  23. data/lib/rake/default_loader.rb +1 -0
  24. data/lib/rake/dsl_definition.rb +5 -11
  25. data/lib/rake/early_time.rb +1 -0
  26. data/lib/rake/ext/core.rb +1 -0
  27. data/lib/rake/ext/string.rb +22 -21
  28. data/lib/rake/file_creation_task.rb +4 -3
  29. data/lib/rake/file_list.rb +34 -27
  30. data/lib/rake/file_task.rb +12 -4
  31. data/lib/rake/file_utils.rb +38 -32
  32. data/lib/rake/file_utils_ext.rb +8 -18
  33. data/lib/rake/invocation_chain.rb +1 -0
  34. data/lib/rake/invocation_exception_mixin.rb +1 -0
  35. data/lib/rake/late_time.rb +2 -1
  36. data/lib/rake/linked_list.rb +24 -15
  37. data/lib/rake/loaders/makefile.rb +5 -4
  38. data/lib/rake/multi_task.rb +2 -1
  39. data/lib/rake/name_space.rb +1 -1
  40. data/lib/rake/packagetask.rb +40 -17
  41. data/lib/rake/phony.rb +2 -1
  42. data/lib/rake/private_reader.rb +1 -0
  43. data/lib/rake/promise.rb +13 -12
  44. data/lib/rake/pseudo_status.rb +1 -0
  45. data/lib/rake/rake_module.rb +30 -1
  46. data/lib/rake/rake_test_loader.rb +18 -13
  47. data/lib/rake/rule_recursion_overflow_error.rb +2 -2
  48. data/lib/rake/scope.rb +3 -2
  49. data/lib/rake/task.rb +82 -31
  50. data/lib/rake/task_argument_error.rb +1 -0
  51. data/lib/rake/task_arguments.rb +15 -4
  52. data/lib/rake/task_manager.rb +54 -30
  53. data/lib/rake/tasklib.rb +2 -14
  54. data/lib/rake/testtask.rb +37 -61
  55. data/lib/rake/thread_history_display.rb +4 -3
  56. data/lib/rake/thread_pool.rb +16 -17
  57. data/lib/rake/trace_output.rb +2 -1
  58. data/lib/rake/version.rb +4 -1
  59. data/lib/rake/win32.rb +10 -15
  60. data/rake.gemspec +43 -0
  61. metadata +32 -219
  62. data/.autotest +0 -7
  63. data/.rubocop.yml +0 -27
  64. data/.togglerc +0 -7
  65. data/Manifest.txt +0 -166
  66. data/doc/release_notes/rake-0.4.14.rdoc +0 -23
  67. data/doc/release_notes/rake-0.4.15.rdoc +0 -35
  68. data/doc/release_notes/rake-0.5.0.rdoc +0 -53
  69. data/doc/release_notes/rake-0.5.3.rdoc +0 -78
  70. data/doc/release_notes/rake-0.5.4.rdoc +0 -46
  71. data/doc/release_notes/rake-0.6.0.rdoc +0 -141
  72. data/doc/release_notes/rake-0.7.0.rdoc +0 -119
  73. data/doc/release_notes/rake-0.7.1.rdoc +0 -59
  74. data/doc/release_notes/rake-0.7.2.rdoc +0 -121
  75. data/doc/release_notes/rake-0.7.3.rdoc +0 -47
  76. data/doc/release_notes/rake-0.8.0.rdoc +0 -114
  77. data/doc/release_notes/rake-0.8.2.rdoc +0 -165
  78. data/doc/release_notes/rake-0.8.3.rdoc +0 -112
  79. data/doc/release_notes/rake-0.8.4.rdoc +0 -147
  80. data/doc/release_notes/rake-0.8.5.rdoc +0 -53
  81. data/doc/release_notes/rake-0.8.6.rdoc +0 -37
  82. data/doc/release_notes/rake-0.8.7.rdoc +0 -55
  83. data/doc/release_notes/rake-0.9.0.rdoc +0 -112
  84. data/doc/release_notes/rake-0.9.1.rdoc +0 -52
  85. data/doc/release_notes/rake-0.9.2.2.rdoc +0 -55
  86. data/doc/release_notes/rake-0.9.2.rdoc +0 -49
  87. data/doc/release_notes/rake-0.9.3.rdoc +0 -102
  88. data/doc/release_notes/rake-0.9.4.rdoc +0 -60
  89. data/doc/release_notes/rake-0.9.5.rdoc +0 -55
  90. data/doc/release_notes/rake-0.9.6.rdoc +0 -64
  91. data/doc/release_notes/rake-10.0.0.rdoc +0 -178
  92. data/doc/release_notes/rake-10.0.1.rdoc +0 -58
  93. data/doc/release_notes/rake-10.0.2.rdoc +0 -53
  94. data/doc/release_notes/rake-10.0.3.rdoc +0 -191
  95. data/doc/release_notes/rake-10.1.0.rdoc +0 -61
  96. data/lib/rake/alt_system.rb +0 -110
  97. data/lib/rake/contrib/.document +0 -1
  98. data/lib/rake/contrib/compositepublisher.rb +0 -21
  99. data/lib/rake/contrib/ftptools.rb +0 -137
  100. data/lib/rake/contrib/publisher.rb +0 -81
  101. data/lib/rake/contrib/rubyforgepublisher.rb +0 -18
  102. data/lib/rake/contrib/sshpublisher.rb +0 -61
  103. data/lib/rake/contrib/sys.rb +0 -4
  104. data/lib/rake/ext/module.rb +0 -2
  105. data/lib/rake/ext/pathname.rb +0 -25
  106. data/lib/rake/ext/time.rb +0 -18
  107. data/lib/rake/gempackagetask.rb +0 -4
  108. data/lib/rake/pathmap.rb +0 -3
  109. data/lib/rake/rdoctask.rb +0 -4
  110. data/lib/rake/ruby182_test_unit_fix.rb +0 -29
  111. data/lib/rake/runtest.rb +0 -27
  112. data/rakelib/publish.rake +0 -20
  113. data/rakelib/test_times.rake +0 -25
  114. data/test/file_creation.rb +0 -34
  115. data/test/helper.rb +0 -129
  116. data/test/support/rakefile_definitions.rb +0 -478
  117. data/test/support/ruby_runner.rb +0 -34
  118. data/test/test_private_reader.rb +0 -42
  119. data/test/test_rake.rb +0 -40
  120. data/test/test_rake_application.rb +0 -643
  121. data/test/test_rake_application_options.rb +0 -468
  122. data/test/test_rake_backtrace.rb +0 -119
  123. data/test/test_rake_clean.rb +0 -61
  124. data/test/test_rake_cpu_counter.rb +0 -68
  125. data/test/test_rake_definitions.rb +0 -84
  126. data/test/test_rake_directory_task.rb +0 -76
  127. data/test/test_rake_dsl.rb +0 -40
  128. data/test/test_rake_early_time.rb +0 -31
  129. data/test/test_rake_extension.rb +0 -59
  130. data/test/test_rake_file_creation_task.rb +0 -56
  131. data/test/test_rake_file_list.rb +0 -670
  132. data/test/test_rake_file_list_path_map.rb +0 -8
  133. data/test/test_rake_file_task.rb +0 -197
  134. data/test/test_rake_file_utils.rb +0 -314
  135. data/test/test_rake_ftp_file.rb +0 -74
  136. data/test/test_rake_functional.rb +0 -482
  137. data/test/test_rake_invocation_chain.rb +0 -64
  138. data/test/test_rake_late_time.rb +0 -18
  139. data/test/test_rake_linked_list.rb +0 -84
  140. data/test/test_rake_makefile_loader.rb +0 -46
  141. data/test/test_rake_multi_task.rb +0 -64
  142. data/test/test_rake_name_space.rb +0 -57
  143. data/test/test_rake_package_task.rb +0 -79
  144. data/test/test_rake_path_map.rb +0 -168
  145. data/test/test_rake_path_map_explode.rb +0 -34
  146. data/test/test_rake_path_map_partial.rb +0 -18
  147. data/test/test_rake_pathname_extensions.rb +0 -15
  148. data/test/test_rake_pseudo_status.rb +0 -21
  149. data/test/test_rake_rake_test_loader.rb +0 -20
  150. data/test/test_rake_reduce_compat.rb +0 -26
  151. data/test/test_rake_require.rb +0 -40
  152. data/test/test_rake_rules.rb +0 -388
  153. data/test/test_rake_scope.rb +0 -44
  154. data/test/test_rake_task.rb +0 -393
  155. data/test/test_rake_task_argument_parsing.rb +0 -119
  156. data/test/test_rake_task_arguments.rb +0 -127
  157. data/test/test_rake_task_lib.rb +0 -9
  158. data/test/test_rake_task_manager.rb +0 -178
  159. data/test/test_rake_task_manager_argument_resolution.rb +0 -19
  160. data/test/test_rake_task_with_arguments.rb +0 -172
  161. data/test/test_rake_test_task.rb +0 -146
  162. data/test/test_rake_thread_pool.rb +0 -145
  163. data/test/test_rake_top_level_functions.rb +0 -71
  164. data/test/test_rake_win32.rb +0 -72
  165. data/test/test_thread_history_display.rb +0 -101
  166. data/test/test_trace_output.rb +0 -52
@@ -1,53 +0,0 @@
1
- = Rake 0.8.5 Released
2
-
3
- Rake version 0.8.5 is a new release of Rake with greatly improved
4
- support for executing commands on Windows. The "sh" command now has
5
- the same semantics on Windows that it has on Unix based platforms.
6
-
7
- == Changes
8
-
9
- === New Features / Enhancements in Version 0.8.5
10
-
11
- * Improved implementation of the Rake system command for Windows.
12
- (patch from James M. Lawrence/quix)
13
-
14
- * Support for Ruby 1.9's improved system command. (patch from James
15
- M. Lawrence/quix)
16
-
17
- * Rake now includes the configured extension when invoking an
18
- executable (Config::CONFIG['EXEEXT])
19
-
20
- === Bug Fixes in Version 0.8.5
21
-
22
- * Environment variable keys are now correctly cased (it matters in
23
- some implementations).
24
-
25
- == What is Rake
26
-
27
- Rake is a build tool similar to the make program in many ways. But
28
- instead of cryptic make recipes, Rake uses standard Ruby code to
29
- declare tasks and dependencies. You have the full power of a modern
30
- scripting language built right into your build tool.
31
-
32
- == Availability
33
-
34
- The easiest way to get and install rake is via RubyGems ...
35
-
36
- gem install rake (you may need root/admin privileges)
37
-
38
- Otherwise, you can get it from the more traditional places:
39
-
40
- Home Page:: http://rake.rubyforge.org/
41
- Download:: http://rubyforge.org/project/showfiles.php?group_id=50
42
- GitHub:: git://github.com/jimweirich/rake.git
43
-
44
- == Thanks
45
-
46
- As usual, it was input from users that drove a alot of these changes. The
47
- following people either contributed patches, made suggestions or made
48
- otherwise helpful comments. Thanks to ...
49
-
50
- * James M. Lawrence/quix
51
- * Luis Lavena
52
-
53
- -- Jim Weirich
@@ -1,37 +0,0 @@
1
- = Rake 0.8.6 Released
2
-
3
- Rake version 0.8.5 introduced greatly improved support for executing
4
- commands on Windows. The "sh" command now has the same semantics on
5
- Windows that it has on Unix based platforms.
6
-
7
- Rake version 0.8.5 includes minor fixes the the RDoc generation.
8
-
9
- == What is Rake
10
-
11
- Rake is a build tool similar to the make program in many ways. But
12
- instead of cryptic make recipes, Rake uses standard Ruby code to
13
- declare tasks and dependencies. You have the full power of a modern
14
- scripting language built right into your build tool.
15
-
16
- == Availability
17
-
18
- The easiest way to get and install rake is via RubyGems ...
19
-
20
- gem install rake (you may need root/admin privileges)
21
-
22
- Otherwise, you can get it from the more traditional places:
23
-
24
- Home Page:: http://rake.rubyforge.org/
25
- Download:: http://rubyforge.org/project/showfiles.php?group_id=50
26
- GitHub:: git://github.com/jimweirich/rake.git
27
-
28
- == Thanks
29
-
30
- As usual, it was input from users that drove a alot of these changes. The
31
- following people either contributed patches, made suggestions or made
32
- otherwise helpful comments. Thanks to ...
33
-
34
- * James M. Lawrence/quix
35
- * Luis Lavena
36
-
37
- -- Jim Weirich
@@ -1,55 +0,0 @@
1
- = Rake 0.8.7 Released
2
-
3
- Rake version 0.8.5 introduced greatly improved support for executing
4
- commands on Windows. The "sh" command now has the same semantics on
5
- Windows that it has on Unix based platforms.
6
-
7
- Rake version 0.8.6 includes minor fixes the the RDoc generation.
8
- Rake version 0.8.7 includes a minor fix for JRuby running on windows.
9
-
10
- == Changes
11
-
12
- === New Features / Enhancements in Version 0.8.5
13
-
14
- * Improved implementation of the Rake system command for Windows.
15
- (patch from James M. Lawrence/quix)
16
-
17
- * Support for Ruby 1.9's improved system command. (patch from James
18
- M. Lawrence/quix)
19
-
20
- * Rake now includes the configured extension when invoking an
21
- executable (Config::CONFIG['EXEEXT])
22
-
23
- === Bug Fixes in Version 0.8.5
24
-
25
- * Environment variable keys are now correctly cased (it matters in
26
- some implementations).
27
-
28
- == What is Rake
29
-
30
- Rake is a build tool similar to the make program in many ways. But
31
- instead of cryptic make recipes, Rake uses standard Ruby code to
32
- declare tasks and dependencies. You have the full power of a modern
33
- scripting language built right into your build tool.
34
-
35
- == Availability
36
-
37
- The easiest way to get and install rake is via RubyGems ...
38
-
39
- gem install rake (you may need root/admin privileges)
40
-
41
- Otherwise, you can get it from the more traditional places:
42
-
43
- Home Page:: http://rake.rubyforge.org/
44
- Download:: http://rubyforge.org/project/showfiles.php?group_id=50
45
- GitHub:: git://github.com/jimweirich/rake.git
46
-
47
- == Thanks
48
-
49
- As usual, it was input from users that drove a alot of these changes. The
50
- following people either contributed patches, made suggestions or made
51
- otherwise helpful comments. Thanks to ...
52
-
53
- * Charles Nutter
54
-
55
- -- Jim Weirich
@@ -1,112 +0,0 @@
1
- = Rake 0.9.0 Released
2
-
3
- Rake version 0.9.0 has a number of bug fixes and enhancments (see
4
- below for more details). Additionally, the internals have be slightly
5
- restructured and improved.
6
-
7
- == Changes
8
-
9
- === New Features / Enhancements / Bug Fixes in Version 0.9.0
10
-
11
- * Rake now warns when the deprecated :needs syntax used (and suggests
12
- the proper syntax in the warning).
13
-
14
- * Moved Rake DSL commands to top level ruby object 'main'. Rake DSL
15
- commands are no longer private methods in Object. (Suggested by
16
- James M. Lawrence/quix)
17
-
18
- * Rake now uses case-insensitive comparisons to find the Rakefile on Windows.
19
- Based on patch by Roger Pack.
20
-
21
- * Rake now requires (instead of loads) files in the test task. Patch by Cezary
22
- Baginski.
23
-
24
- * Fixed typos. Patches by Sean Scot August Moon and R.T. Lechow.
25
-
26
- * Rake now prints the Rakefile directory only when it's different from the
27
- current directory. Patch by Alex Chaffee.
28
-
29
- * Improved rakefile_location discovery on Windows. Patch by James Tucker.
30
-
31
- * Rake now recognizes "Windows Server" as a windows system. Patch by Matthias
32
- Lüdtke
33
-
34
- * Rake::RDocTask is deprecated. Use RDoc::Task from RDoc 2.4.2+ (require
35
- 'rdoc/task')
36
-
37
- * Rake::GemPackageTask is deprecated. Use Gem::PackageTask (require
38
- 'rubygems/package_task')
39
-
40
- * Rake now outputs various messages to $stderr instead of $stdout.
41
-
42
- * Rake no longer emits warnings for Config. Patch by Santiago Pastorino.
43
-
44
- * Removed Rake's DSL methods from the top level scope. If you need to
45
- call 'task :xzy' in your code, include Rake::DSL into your class, or
46
- put the code in a Rake::DSL.environment do ... end block.
47
-
48
- * Split rake.rb into individual files.
49
-
50
- * Support for the --where (-W) flag for showing where a task is defined.
51
-
52
- * Fixed quoting in test task.
53
- (http://onestepback.org/redmine/issues/show/44,
54
- http://www.pivotaltracker.com/story/show/1223138)
55
-
56
- * Fixed the silent option parsing problem.
57
- (http://onestepback.org/redmine/issues/show/47)
58
-
59
- * Fixed :verbose=>false flag on sh and ruby commands.
60
-
61
- * Rake command line options may be given by default in a RAKEOPT
62
- environment variable.
63
-
64
- * Errors in Rake will now display the task invocation chain in effect
65
- at the time of the error.
66
-
67
- * Accepted change by warnickr to not expand test patterns in shell
68
- (allowing more files in the test suite).
69
-
70
- * Fixed that file tasks did not perform prereq lookups in scope
71
- (Redmine #57).
72
-
73
- == What is Rake
74
-
75
- Rake is a build tool similar to the make program in many ways. But
76
- instead of cryptic make recipes, Rake uses standard Ruby code to
77
- declare tasks and dependencies. You have the full power of a modern
78
- scripting language built right into your build tool.
79
-
80
- == Availability
81
-
82
- The easiest way to get and install rake is via RubyGems ...
83
-
84
- gem install rake (you may need root/admin privileges)
85
-
86
- Otherwise, you can get it from the more traditional places:
87
-
88
- Home Page:: http://rake.rubyforge.org/
89
- Download:: http://rubyforge.org/project/showfiles.php?group_id=50
90
- GitHub:: git://github.com/jimweirich/rake.git
91
-
92
- == Thanks
93
-
94
- As usual, it was input from users that drove a alot of these changes. The
95
- following people either contributed patches, made suggestions or made
96
- otherwise helpful comments. Thanks to ...
97
-
98
- * James M. Lawrence (quix)
99
- * Roger Pack
100
- * Cezary Baginski
101
- * Sean Scot August Moon
102
- * R.T. Lechow
103
- * Alex Chaffee
104
- * James Tucker
105
- * Matthias Lüdtke
106
- * Santiago Pastorino
107
-
108
- Also, bit thanks to Eric Hodel for assisting with getting this release
109
- out the door (where "assisting" includes, but is not by any means
110
- limited to, "pushing" me to get it done).
111
-
112
- -- Jim Weirich
@@ -1,52 +0,0 @@
1
- = Rake 0.9.1 Released
2
-
3
- Rake version 0.9.1 has a number of bug fixes and enhancments (see
4
- below for more details). Additionally, the internals have be slightly
5
- restructured and improved.
6
-
7
- == Changes
8
-
9
- Rake 0.9.1 adds back the global DSL methods, but with deprecation
10
- messages. This allows Rake 0.9.1 to be used with older rakefiles with
11
- warning messages.
12
-
13
- == What is Rake
14
-
15
- Rake is a build tool similar to the make program in many ways. But
16
- instead of cryptic make recipes, Rake uses standard Ruby code to
17
- declare tasks and dependencies. You have the full power of a modern
18
- scripting language built right into your build tool.
19
-
20
- == Availability
21
-
22
- The easiest way to get and install rake is via RubyGems ...
23
-
24
- gem install rake (you may need root/admin privileges)
25
-
26
- Otherwise, you can get it from the more traditional places:
27
-
28
- Home Page:: http://rake.rubyforge.org/
29
- Download:: http://rubyforge.org/project/showfiles.php?group_id=50
30
- GitHub:: git://github.com/jimweirich/rake.git
31
-
32
- == Thanks
33
-
34
- As usual, it was input from users that drove a alot of these changes. The
35
- following people either contributed patches, made suggestions or made
36
- otherwise helpful comments. Thanks to ...
37
-
38
- * James M. Lawrence (quix)
39
- * Roger Pack
40
- * Cezary Baginski
41
- * Sean Scot August Moon
42
- * R.T. Lechow
43
- * Alex Chaffee
44
- * James Tucker
45
- * Matthias Lüdtke
46
- * Santiago Pastorino
47
-
48
- Also, bit thanks to Eric Hodel for assisting with getting this release
49
- out the door (where "assisting" includes, but is not by any means
50
- limited to, "pushing" me to get it done).
51
-
52
- -- Jim Weirich
@@ -1,55 +0,0 @@
1
- = Rake 0.9.2.2 Released
2
-
3
- Rake version 0.9.2.2 is mainly bug fixes.
4
-
5
- == Changes
6
-
7
- * The rake test loader now removes arguments it has processed. Issue #51
8
- * Rake::TaskArguments now responds to #values_at
9
- * RakeFileUtils.verbose_flag = nil silences output the same as 0.8.7
10
- * Rake tests are now directory-independent
11
- * Rake tests are no longer require flexmock
12
- * Commands constant is no longer polluting top level namespace.
13
- * Show only the interesting portion of the backtrace by default (James M. Lawrence).
14
- * Added --reduce-compat option to remove backward compatible DSL hacks (James M. Lawrence).
15
-
16
- == What is Rake
17
-
18
- Rake is a build tool similar to the make program in many ways. But
19
- instead of cryptic make recipes, Rake uses standard Ruby code to
20
- declare tasks and dependencies. You have the full power of a modern
21
- scripting language built right into your build tool.
22
-
23
- == Availability
24
-
25
- The easiest way to get and install rake is via RubyGems ...
26
-
27
- gem install rake (you may need root/admin privileges)
28
-
29
- Otherwise, you can get it from the more traditional places:
30
-
31
- Home Page:: http://rake.rubyforge.org/
32
- Download:: http://rubyforge.org/project/showfiles.php?group_id=50
33
- GitHub:: git://github.com/jimweirich/rake.git
34
-
35
- == Thanks
36
-
37
- As usual, it was input from users that drove a alot of these changes. The
38
- following people either contributed patches, made suggestions or made
39
- otherwise helpful comments. Thanks to ...
40
-
41
- * James M. Lawrence (quix)
42
- * Roger Pack
43
- * Cezary Baginski
44
- * Sean Scot August Moon
45
- * R.T. Lechow
46
- * Alex Chaffee
47
- * James Tucker
48
- * Matthias Lüdtke
49
- * Santiago Pastorino
50
-
51
- Also, bit thanks to Eric Hodel for assisting with getting this release
52
- out the door (where "assisting" includes, but is not by any means
53
- limited to, "pushing" me to get it done).
54
-
55
- -- Jim Weirich
@@ -1,49 +0,0 @@
1
- = Rake 0.9.2 Released
2
-
3
- Rake version 0.9.2 has a few small fixes. See below for details.
4
-
5
- == Changes
6
-
7
- * Support for Ruby 1.8.6 was fixed.
8
- * Global DSL warnings now honor --no-deprecate
9
-
10
- == What is Rake
11
-
12
- Rake is a build tool similar to the make program in many ways. But
13
- instead of cryptic make recipes, Rake uses standard Ruby code to
14
- declare tasks and dependencies. You have the full power of a modern
15
- scripting language built right into your build tool.
16
-
17
- == Availability
18
-
19
- The easiest way to get and install rake is via RubyGems ...
20
-
21
- gem install rake (you may need root/admin privileges)
22
-
23
- Otherwise, you can get it from the more traditional places:
24
-
25
- Home Page:: http://rake.rubyforge.org/
26
- Download:: http://rubyforge.org/project/showfiles.php?group_id=50
27
- GitHub:: git://github.com/jimweirich/rake.git
28
-
29
- == Thanks
30
-
31
- As usual, it was input from users that drove a alot of these changes. The
32
- following people either contributed patches, made suggestions or made
33
- otherwise helpful comments. Thanks to ...
34
-
35
- * James M. Lawrence (quix)
36
- * Roger Pack
37
- * Cezary Baginski
38
- * Sean Scot August Moon
39
- * R.T. Lechow
40
- * Alex Chaffee
41
- * James Tucker
42
- * Matthias Lüdtke
43
- * Santiago Pastorino
44
-
45
- Also, bit thanks to Eric Hodel for assisting with getting this release
46
- out the door (where "assisting" includes, but is not by any means
47
- limited to, "pushing" me to get it done).
48
-
49
- -- Jim Weirich
@@ -1,102 +0,0 @@
1
- = Rake 0.9.3 Released
2
-
3
- Rake version 0.9.3 contains some new, backwards compatible features and
4
- a number of bug fixes.
5
-
6
- == Changes
7
-
8
- === New Features
9
-
10
- * Multitask tasks now use a thread pool. Use -j to limit the number of
11
- available threads.
12
-
13
- * Use -m to turn regular tasks into multitasks (use at your own risk).
14
-
15
- * You can now do "Rake.add_rakelib 'dir'" in your Rakefile to
16
- programatically add rake task libraries.
17
-
18
- * You can specific backtrace suppression patterns (see
19
- --supress-backtrace)
20
-
21
- * Directory tasks can now take prerequisites and actions
22
-
23
- * Use --backtrace to request a full backtrace without the task trace.
24
-
25
- * You can say "--backtrace=stdout" and "--trace=stdout" to route trace
26
- output to standard output rather than standard error.
27
-
28
- * Optional 'phony' target (enable with 'require 'rake/phony'") for
29
- special purpose builds.
30
-
31
- * Task#clear now clears task comments as well as actions and
32
- prerequisites. Task#clear_comment will specifically target comments.
33
-
34
- * The --all option will force -T and -D to consider all the tasks,
35
- with and without descriptions.
36
-
37
- === Bug Fixes
38
-
39
- * Semi-colons in windows rakefile paths now work.
40
-
41
- * Improved Control-C support when invoking multiple test suites.
42
-
43
- * egrep method now reads files in text mode (better support for
44
- Windows)
45
-
46
- * Better deprecation line number reporting.
47
-
48
- * The -W option now works with all tasks, whether they have a
49
- description or not.
50
-
51
- * File globs in rake should not be sorted alphabetically, independent
52
- of file system and platform.
53
-
54
- * Numerous internal improvements.
55
-
56
- * Documentation typos and fixes.
57
-
58
- == What is Rake
59
-
60
- Rake is a build tool similar to the make program in many ways. But
61
- instead of cryptic make recipes, Rake uses standard Ruby code to
62
- declare tasks and dependencies. You have the full power of a modern
63
- scripting language built right into your build tool.
64
-
65
- == Availability
66
-
67
- The easiest way to get and install rake is via RubyGems ...
68
-
69
- gem install rake (you may need root/admin privileges)
70
-
71
- Otherwise, you can get it from the more traditional places:
72
-
73
- Home Page:: http://github.com/jimweirich/rake
74
- Download:: http://rubyforge.org/project/showfiles.php?group_id=50
75
- GitHub:: git://github.com/jimweirich/rake.git
76
-
77
- == Thanks
78
-
79
- As usual, it was input from users that drove a alot of these changes. The
80
- following people either contributed patches, made suggestions or made
81
- otherwise helpful comments. Thanks to ...
82
-
83
- * Aaron Patterson
84
- * Dylan Smith
85
- * Jo Liss
86
- * Jonas Pfenniger
87
- * Kazuki Tsujimoto
88
- * Michael Bishop
89
- * Michael Elufimov
90
- * NAKAMURA Usaku
91
- * Ryan Davis
92
- * Sam Grönblom
93
- * Sam Phippen
94
- * Sergio Wong
95
- * Tay Ray Chuan
96
- * grosser
97
- * quix
98
-
99
- Also, many thanks to Eric Hodel for assisting with getting this release
100
- out the door.
101
-
102
- -- Jim Weirich