rake 10.5.0 → 13.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (170) hide show
  1. checksums.yaml +5 -5
  2. data/.github/workflows/macos.yml +22 -0
  3. data/.github/workflows/ubuntu-rvm.yml +28 -0
  4. data/.github/workflows/ubuntu.yml +20 -0
  5. data/.github/workflows/windows.yml +20 -0
  6. data/CONTRIBUTING.rdoc +13 -8
  7. data/Gemfile +10 -0
  8. data/History.rdoc +1997 -288
  9. data/README.rdoc +27 -11
  10. data/Rakefile +25 -65
  11. data/bin/bundle +105 -0
  12. data/bin/console +7 -0
  13. data/bin/rake +20 -24
  14. data/bin/rdoc +29 -0
  15. data/bin/rubocop +29 -0
  16. data/bin/setup +6 -0
  17. data/doc/jamis.rb +1 -0
  18. data/doc/rake.1 +139 -124
  19. data/doc/rakefile.rdoc +2 -4
  20. data/exe/rake +27 -0
  21. data/lib/rake/application.rb +124 -90
  22. data/lib/rake/backtrace.rb +3 -2
  23. data/lib/rake/clean.rb +7 -5
  24. data/lib/rake/cloneable.rb +1 -0
  25. data/lib/rake/cpu_counter.rb +10 -28
  26. data/lib/rake/default_loader.rb +1 -0
  27. data/lib/rake/dsl_definition.rb +5 -11
  28. data/lib/rake/early_time.rb +1 -0
  29. data/lib/rake/ext/core.rb +1 -0
  30. data/lib/rake/ext/string.rb +22 -21
  31. data/lib/rake/file_creation_task.rb +4 -3
  32. data/lib/rake/file_list.rb +34 -27
  33. data/lib/rake/file_task.rb +12 -4
  34. data/lib/rake/file_utils.rb +38 -32
  35. data/lib/rake/file_utils_ext.rb +8 -18
  36. data/lib/rake/invocation_chain.rb +1 -0
  37. data/lib/rake/invocation_exception_mixin.rb +1 -0
  38. data/lib/rake/late_time.rb +2 -1
  39. data/lib/rake/linked_list.rb +24 -15
  40. data/lib/rake/loaders/makefile.rb +5 -4
  41. data/lib/rake/multi_task.rb +2 -1
  42. data/lib/rake/name_space.rb +1 -1
  43. data/lib/rake/packagetask.rb +40 -17
  44. data/lib/rake/phony.rb +2 -1
  45. data/lib/rake/private_reader.rb +1 -0
  46. data/lib/rake/promise.rb +13 -12
  47. data/lib/rake/pseudo_status.rb +1 -0
  48. data/lib/rake/rake_module.rb +30 -1
  49. data/lib/rake/rake_test_loader.rb +18 -13
  50. data/lib/rake/rule_recursion_overflow_error.rb +2 -2
  51. data/lib/rake/scope.rb +3 -2
  52. data/lib/rake/task.rb +82 -31
  53. data/lib/rake/task_argument_error.rb +1 -0
  54. data/lib/rake/task_arguments.rb +15 -4
  55. data/lib/rake/task_manager.rb +54 -30
  56. data/lib/rake/tasklib.rb +2 -14
  57. data/lib/rake/testtask.rb +39 -28
  58. data/lib/rake/thread_history_display.rb +4 -3
  59. data/lib/rake/thread_pool.rb +16 -17
  60. data/lib/rake/trace_output.rb +2 -1
  61. data/lib/rake/version.rb +4 -1
  62. data/lib/rake/win32.rb +10 -15
  63. data/lib/rake.rb +35 -43
  64. data/rake.gemspec +43 -0
  65. metadata +33 -216
  66. data/.autotest +0 -7
  67. data/.rubocop.yml +0 -27
  68. data/.togglerc +0 -7
  69. data/Manifest.txt +0 -166
  70. data/doc/release_notes/rake-0.4.14.rdoc +0 -23
  71. data/doc/release_notes/rake-0.4.15.rdoc +0 -35
  72. data/doc/release_notes/rake-0.5.0.rdoc +0 -53
  73. data/doc/release_notes/rake-0.5.3.rdoc +0 -78
  74. data/doc/release_notes/rake-0.5.4.rdoc +0 -46
  75. data/doc/release_notes/rake-0.6.0.rdoc +0 -141
  76. data/doc/release_notes/rake-0.7.0.rdoc +0 -119
  77. data/doc/release_notes/rake-0.7.1.rdoc +0 -59
  78. data/doc/release_notes/rake-0.7.2.rdoc +0 -121
  79. data/doc/release_notes/rake-0.7.3.rdoc +0 -47
  80. data/doc/release_notes/rake-0.8.0.rdoc +0 -114
  81. data/doc/release_notes/rake-0.8.2.rdoc +0 -165
  82. data/doc/release_notes/rake-0.8.3.rdoc +0 -112
  83. data/doc/release_notes/rake-0.8.4.rdoc +0 -147
  84. data/doc/release_notes/rake-0.8.5.rdoc +0 -53
  85. data/doc/release_notes/rake-0.8.6.rdoc +0 -37
  86. data/doc/release_notes/rake-0.8.7.rdoc +0 -55
  87. data/doc/release_notes/rake-0.9.0.rdoc +0 -112
  88. data/doc/release_notes/rake-0.9.1.rdoc +0 -52
  89. data/doc/release_notes/rake-0.9.2.2.rdoc +0 -55
  90. data/doc/release_notes/rake-0.9.2.rdoc +0 -49
  91. data/doc/release_notes/rake-0.9.3.rdoc +0 -102
  92. data/doc/release_notes/rake-0.9.4.rdoc +0 -60
  93. data/doc/release_notes/rake-0.9.5.rdoc +0 -55
  94. data/doc/release_notes/rake-0.9.6.rdoc +0 -64
  95. data/doc/release_notes/rake-10.0.0.rdoc +0 -178
  96. data/doc/release_notes/rake-10.0.1.rdoc +0 -58
  97. data/doc/release_notes/rake-10.0.2.rdoc +0 -53
  98. data/doc/release_notes/rake-10.0.3.rdoc +0 -191
  99. data/doc/release_notes/rake-10.1.0.rdoc +0 -61
  100. data/lib/rake/alt_system.rb +0 -110
  101. data/lib/rake/contrib/.document +0 -1
  102. data/lib/rake/contrib/compositepublisher.rb +0 -21
  103. data/lib/rake/contrib/ftptools.rb +0 -137
  104. data/lib/rake/contrib/publisher.rb +0 -81
  105. data/lib/rake/contrib/rubyforgepublisher.rb +0 -18
  106. data/lib/rake/contrib/sshpublisher.rb +0 -61
  107. data/lib/rake/contrib/sys.rb +0 -4
  108. data/lib/rake/ext/module.rb +0 -2
  109. data/lib/rake/ext/pathname.rb +0 -25
  110. data/lib/rake/ext/time.rb +0 -18
  111. data/lib/rake/gempackagetask.rb +0 -4
  112. data/lib/rake/pathmap.rb +0 -3
  113. data/lib/rake/rdoctask.rb +0 -4
  114. data/lib/rake/ruby182_test_unit_fix.rb +0 -29
  115. data/lib/rake/runtest.rb +0 -27
  116. data/rakelib/publish.rake +0 -20
  117. data/rakelib/test_times.rake +0 -25
  118. data/test/file_creation.rb +0 -34
  119. data/test/helper.rb +0 -129
  120. data/test/support/rakefile_definitions.rb +0 -478
  121. data/test/support/ruby_runner.rb +0 -34
  122. data/test/test_private_reader.rb +0 -42
  123. data/test/test_rake.rb +0 -40
  124. data/test/test_rake_application.rb +0 -643
  125. data/test/test_rake_application_options.rb +0 -468
  126. data/test/test_rake_backtrace.rb +0 -119
  127. data/test/test_rake_clean.rb +0 -61
  128. data/test/test_rake_cpu_counter.rb +0 -68
  129. data/test/test_rake_definitions.rb +0 -84
  130. data/test/test_rake_directory_task.rb +0 -76
  131. data/test/test_rake_dsl.rb +0 -40
  132. data/test/test_rake_early_time.rb +0 -31
  133. data/test/test_rake_extension.rb +0 -59
  134. data/test/test_rake_file_creation_task.rb +0 -56
  135. data/test/test_rake_file_list.rb +0 -670
  136. data/test/test_rake_file_list_path_map.rb +0 -8
  137. data/test/test_rake_file_task.rb +0 -197
  138. data/test/test_rake_file_utils.rb +0 -314
  139. data/test/test_rake_ftp_file.rb +0 -74
  140. data/test/test_rake_functional.rb +0 -482
  141. data/test/test_rake_invocation_chain.rb +0 -64
  142. data/test/test_rake_late_time.rb +0 -18
  143. data/test/test_rake_linked_list.rb +0 -84
  144. data/test/test_rake_makefile_loader.rb +0 -46
  145. data/test/test_rake_multi_task.rb +0 -64
  146. data/test/test_rake_name_space.rb +0 -57
  147. data/test/test_rake_package_task.rb +0 -79
  148. data/test/test_rake_path_map.rb +0 -168
  149. data/test/test_rake_path_map_explode.rb +0 -34
  150. data/test/test_rake_path_map_partial.rb +0 -18
  151. data/test/test_rake_pathname_extensions.rb +0 -15
  152. data/test/test_rake_pseudo_status.rb +0 -21
  153. data/test/test_rake_rake_test_loader.rb +0 -20
  154. data/test/test_rake_reduce_compat.rb +0 -26
  155. data/test/test_rake_require.rb +0 -40
  156. data/test/test_rake_rules.rb +0 -388
  157. data/test/test_rake_scope.rb +0 -44
  158. data/test/test_rake_task.rb +0 -393
  159. data/test/test_rake_task_argument_parsing.rb +0 -119
  160. data/test/test_rake_task_arguments.rb +0 -127
  161. data/test/test_rake_task_lib.rb +0 -9
  162. data/test/test_rake_task_manager.rb +0 -178
  163. data/test/test_rake_task_manager_argument_resolution.rb +0 -19
  164. data/test/test_rake_task_with_arguments.rb +0 -172
  165. data/test/test_rake_test_task.rb +0 -146
  166. data/test/test_rake_thread_pool.rb +0 -145
  167. data/test/test_rake_top_level_functions.rb +0 -71
  168. data/test/test_rake_win32.rb +0 -72
  169. data/test/test_thread_history_display.rb +0 -101
  170. data/test/test_trace_output.rb +0 -52
@@ -1,147 +0,0 @@
1
- = Rake 0.8.4 Released
2
-
3
- Rake version 0.8.4 is a bug-fix release of rake.
4
-
5
- NOTE: The version of Rake that comes with Ruby 1.9 has diverged
6
- slightly from the core Rake code base. Rake 0.8.4 will work
7
- with Ruby 1.9, but is not a strict upgrade for the Rake that
8
- comes with Ruby 1.9. A (near) future release of Rake will unify
9
- those two codebases.
10
-
11
- == Letter Writing Campaign
12
-
13
- Thanks to Aaron Patterson (@tenderlove) and Eric Hodel (@drbrain) for
14
- their encouraging support in organizing a letter writing campaign to
15
- lobby for the "Warning Free" release of rake 0.8.4. A special callout
16
- goes to Jonathan D. Lord, Sr (Dr. Wingnut) whose postcard was the
17
- first to actually reach me. (see
18
- http://tenderlovemaking.com/2009/02/26/we-need-a-new-version-of-rake/
19
- for details)
20
-
21
- == Changes
22
-
23
- === New Features / Enhancements in Version 0.8.4
24
-
25
- * Case is preserved on rakefile names. (patch from James
26
- M. Lawrence/quix)
27
-
28
- * Improved Rakefile case insensitivity testing (patch from Luis
29
- Lavena).
30
-
31
- * Windows system dir search order is now: HOME, HOMEDRIVE + HOMEPATH,
32
- APPDATA, USERPROFILE (patch from Luis Lavena)
33
-
34
- * MingGW is now recognized as a windows platform. (patch from Luis
35
- Lavena)
36
-
37
- === Bug Fixes in Version 0.8.4
38
-
39
- * Removed reference to manage_gem to fix the warning produced by the
40
- gem package task.
41
-
42
- * Fixed stray ARGV option problem that was interfering with
43
- Test::Unit::Runner. (patch from Pivotal Labs)
44
-
45
- === Infrastructure Improvements in Version 0.8.4
46
-
47
- * Numerous fixes to the windows test suite (patch from Luis Lavena).
48
-
49
- * Improved Rakefile case insensitivity testing (patch from Luis
50
- Lavena).
51
-
52
- * Better support for windows paths in the test task (patch from Simon
53
- Chiang/bahuvrihi)
54
-
55
- == What is Rake
56
-
57
- Rake is a build tool similar to the make program in many ways. But
58
- instead of cryptic make recipes, Rake uses standard Ruby code to
59
- declare tasks and dependencies. You have the full power of a modern
60
- scripting language built right into your build tool.
61
-
62
- == Availability
63
-
64
- The easiest way to get and install rake is via RubyGems ...
65
-
66
- gem install rake (you may need root/admin privileges)
67
-
68
- Otherwise, you can get it from the more traditional places:
69
-
70
- Home Page:: http://rake.rubyforge.org/
71
- Download:: http://rubyforge.org/project/showfiles.php?group_id=50
72
- GitHub:: git://github.com/jimweirich/rake.git
73
-
74
- == Task Argument Examples
75
-
76
- Prior to version 0.8.0, rake was only able to handle command line
77
- arguments of the form NAME=VALUE that were passed into Rake via the
78
- ENV hash. Many folks had asked for some kind of simple command line
79
- arguments, perhaps using "--" to separate regular task names from
80
- argument values on the command line. The problem is that there was no
81
- easy way to associate positional arguments on the command line with
82
- different tasks. Suppose both tasks :a and :b expect a command line
83
- argument: does the first value go with :a? What if :b is run first?
84
- Should it then get the first command line argument.
85
-
86
- Rake 0.8.0 solves this problem by explicitly passing values directly
87
- to the tasks that need them. For example, if I had a release task
88
- that required a version number, I could say:
89
-
90
- rake release[0.8.4]
91
-
92
- And the string "0.8.4" will be passed to the :release task. Multiple
93
- arguments can be passed by separating them with a comma, for example:
94
-
95
- rake name[john,doe]
96
-
97
- Just a few words of caution. The rake task name and its arguments
98
- need to be a single command line argument to rake. This generally
99
- means no spaces. If spaces are needed, then the entire rake +
100
- argument string should be quoted. Something like this:
101
-
102
- rake "name[billy bob, smith]"
103
-
104
- (Quoting rules vary between operating systems and shells, so make sure
105
- you consult the proper docs for your OS/shell).
106
-
107
- === Tasks that Expect Parameters
108
-
109
- Parameters are only given to tasks that are setup to expect them. In
110
- order to handle named parameters, the task declaration syntax for
111
- tasks has been extended slightly.
112
-
113
- For example, a task that needs a first name and last name might be
114
- declared as:
115
-
116
- task :name, :first_name, :last_name
117
-
118
- The first argument is still the name of the task (:name in this case).
119
- The next to argumements are the names of the parameters expected by
120
- :name (:first_name and :last_name in the example).
121
-
122
- To access the values of the paramters, the block defining the task
123
- behaviour can now accept a second parameter:
124
-
125
- task :name, :first_name, :last_name do |t, args|
126
- puts "First name is #{args.first_name}"
127
- puts "Last name is #{args.last_name}"
128
- end
129
-
130
- The first argument of the block "t" is always bound to the current
131
- task object. The second argument "args" is an open-struct like object
132
- that allows access to the task arguments. Extra command line
133
- arguments to a task are ignored. Missing command line arguments are
134
- given the nil value.
135
-
136
- == Thanks
137
-
138
- As usual, it was input from users that drove a alot of these changes. The
139
- following people either contributed patches, made suggestions or made
140
- otherwise helpful comments. Thanks to ...
141
-
142
- * James M. Lawrence/quix
143
- * Luis Lavena
144
- * Pivotal Labs
145
- * Simon Chiang/bahuvrihi
146
-
147
- -- Jim Weirich
@@ -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