rake 10.5.0 → 13.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/History.rdoc +2032 -288
- data/README.rdoc +40 -24
- data/doc/jamis.rb +1 -0
- data/doc/rake.1 +139 -124
- data/doc/rakefile.rdoc +2 -4
- data/{bin → exe}/rake +1 -7
- data/lib/rake/application.rb +164 -93
- data/lib/rake/backtrace.rb +4 -2
- data/lib/rake/clean.rb +7 -5
- data/lib/rake/cloneable.rb +1 -0
- data/lib/rake/cpu_counter.rb +10 -28
- data/lib/rake/default_loader.rb +1 -0
- data/lib/rake/dsl_definition.rb +8 -13
- data/lib/rake/early_time.rb +1 -0
- data/lib/rake/ext/core.rb +1 -0
- data/lib/rake/ext/string.rb +22 -21
- data/lib/rake/file_creation_task.rb +4 -3
- data/lib/rake/file_list.rb +34 -27
- data/lib/rake/file_task.rb +19 -7
- data/lib/rake/file_utils.rb +37 -33
- data/lib/rake/file_utils_ext.rb +8 -18
- data/lib/rake/invocation_chain.rb +1 -0
- data/lib/rake/invocation_exception_mixin.rb +1 -0
- data/lib/rake/late_time.rb +2 -1
- data/lib/rake/linked_list.rb +24 -15
- data/lib/rake/loaders/makefile.rb +5 -4
- data/lib/rake/multi_task.rb +2 -1
- data/lib/rake/name_space.rb +1 -1
- data/lib/rake/packagetask.rb +40 -17
- data/lib/rake/phony.rb +2 -1
- data/lib/rake/private_reader.rb +1 -0
- data/lib/rake/promise.rb +13 -12
- data/lib/rake/pseudo_status.rb +1 -0
- data/lib/rake/rake_module.rb +30 -1
- data/lib/rake/rake_test_loader.rb +9 -4
- data/lib/rake/rule_recursion_overflow_error.rb +2 -2
- data/lib/rake/scope.rb +3 -2
- data/lib/rake/task.rb +82 -31
- data/lib/rake/task_argument_error.rb +1 -0
- data/lib/rake/task_arguments.rb +15 -4
- data/lib/rake/task_manager.rb +56 -32
- data/lib/rake/tasklib.rb +2 -14
- data/lib/rake/testtask.rb +37 -61
- data/lib/rake/thread_history_display.rb +4 -3
- data/lib/rake/thread_pool.rb +16 -17
- data/lib/rake/trace_output.rb +2 -1
- data/lib/rake/version.rb +4 -1
- data/lib/rake/win32.rb +10 -15
- data/lib/rake.rb +34 -43
- data/rake.gemspec +101 -0
- metadata +24 -223
- data/.autotest +0 -7
- data/.rubocop.yml +0 -27
- data/.togglerc +0 -7
- data/CONTRIBUTING.rdoc +0 -38
- data/Manifest.txt +0 -166
- data/Rakefile +0 -81
- data/doc/release_notes/rake-0.4.14.rdoc +0 -23
- data/doc/release_notes/rake-0.4.15.rdoc +0 -35
- data/doc/release_notes/rake-0.5.0.rdoc +0 -53
- data/doc/release_notes/rake-0.5.3.rdoc +0 -78
- data/doc/release_notes/rake-0.5.4.rdoc +0 -46
- data/doc/release_notes/rake-0.6.0.rdoc +0 -141
- data/doc/release_notes/rake-0.7.0.rdoc +0 -119
- data/doc/release_notes/rake-0.7.1.rdoc +0 -59
- data/doc/release_notes/rake-0.7.2.rdoc +0 -121
- data/doc/release_notes/rake-0.7.3.rdoc +0 -47
- data/doc/release_notes/rake-0.8.0.rdoc +0 -114
- data/doc/release_notes/rake-0.8.2.rdoc +0 -165
- data/doc/release_notes/rake-0.8.3.rdoc +0 -112
- data/doc/release_notes/rake-0.8.4.rdoc +0 -147
- data/doc/release_notes/rake-0.8.5.rdoc +0 -53
- data/doc/release_notes/rake-0.8.6.rdoc +0 -37
- data/doc/release_notes/rake-0.8.7.rdoc +0 -55
- data/doc/release_notes/rake-0.9.0.rdoc +0 -112
- data/doc/release_notes/rake-0.9.1.rdoc +0 -52
- data/doc/release_notes/rake-0.9.2.2.rdoc +0 -55
- data/doc/release_notes/rake-0.9.2.rdoc +0 -49
- data/doc/release_notes/rake-0.9.3.rdoc +0 -102
- data/doc/release_notes/rake-0.9.4.rdoc +0 -60
- data/doc/release_notes/rake-0.9.5.rdoc +0 -55
- data/doc/release_notes/rake-0.9.6.rdoc +0 -64
- data/doc/release_notes/rake-10.0.0.rdoc +0 -178
- data/doc/release_notes/rake-10.0.1.rdoc +0 -58
- data/doc/release_notes/rake-10.0.2.rdoc +0 -53
- data/doc/release_notes/rake-10.0.3.rdoc +0 -191
- data/doc/release_notes/rake-10.1.0.rdoc +0 -61
- data/lib/rake/alt_system.rb +0 -110
- data/lib/rake/contrib/.document +0 -1
- data/lib/rake/contrib/compositepublisher.rb +0 -21
- data/lib/rake/contrib/ftptools.rb +0 -137
- data/lib/rake/contrib/publisher.rb +0 -81
- data/lib/rake/contrib/rubyforgepublisher.rb +0 -18
- data/lib/rake/contrib/sshpublisher.rb +0 -61
- data/lib/rake/contrib/sys.rb +0 -4
- data/lib/rake/ext/module.rb +0 -2
- data/lib/rake/ext/pathname.rb +0 -25
- data/lib/rake/ext/time.rb +0 -18
- data/lib/rake/gempackagetask.rb +0 -4
- data/lib/rake/pathmap.rb +0 -3
- data/lib/rake/rdoctask.rb +0 -4
- data/lib/rake/ruby182_test_unit_fix.rb +0 -29
- data/lib/rake/runtest.rb +0 -27
- data/rakelib/publish.rake +0 -20
- data/rakelib/test_times.rake +0 -25
- data/test/file_creation.rb +0 -34
- data/test/helper.rb +0 -129
- data/test/support/rakefile_definitions.rb +0 -478
- data/test/support/ruby_runner.rb +0 -34
- data/test/test_private_reader.rb +0 -42
- data/test/test_rake.rb +0 -40
- data/test/test_rake_application.rb +0 -643
- data/test/test_rake_application_options.rb +0 -468
- data/test/test_rake_backtrace.rb +0 -119
- data/test/test_rake_clean.rb +0 -61
- data/test/test_rake_cpu_counter.rb +0 -68
- data/test/test_rake_definitions.rb +0 -84
- data/test/test_rake_directory_task.rb +0 -76
- data/test/test_rake_dsl.rb +0 -40
- data/test/test_rake_early_time.rb +0 -31
- data/test/test_rake_extension.rb +0 -59
- data/test/test_rake_file_creation_task.rb +0 -56
- data/test/test_rake_file_list.rb +0 -670
- data/test/test_rake_file_list_path_map.rb +0 -8
- data/test/test_rake_file_task.rb +0 -197
- data/test/test_rake_file_utils.rb +0 -314
- data/test/test_rake_ftp_file.rb +0 -74
- data/test/test_rake_functional.rb +0 -482
- data/test/test_rake_invocation_chain.rb +0 -64
- data/test/test_rake_late_time.rb +0 -18
- data/test/test_rake_linked_list.rb +0 -84
- data/test/test_rake_makefile_loader.rb +0 -46
- data/test/test_rake_multi_task.rb +0 -64
- data/test/test_rake_name_space.rb +0 -57
- data/test/test_rake_package_task.rb +0 -79
- data/test/test_rake_path_map.rb +0 -168
- data/test/test_rake_path_map_explode.rb +0 -34
- data/test/test_rake_path_map_partial.rb +0 -18
- data/test/test_rake_pathname_extensions.rb +0 -15
- data/test/test_rake_pseudo_status.rb +0 -21
- data/test/test_rake_rake_test_loader.rb +0 -20
- data/test/test_rake_reduce_compat.rb +0 -26
- data/test/test_rake_require.rb +0 -40
- data/test/test_rake_rules.rb +0 -388
- data/test/test_rake_scope.rb +0 -44
- data/test/test_rake_task.rb +0 -393
- data/test/test_rake_task_argument_parsing.rb +0 -119
- data/test/test_rake_task_arguments.rb +0 -127
- data/test/test_rake_task_lib.rb +0 -9
- data/test/test_rake_task_manager.rb +0 -178
- data/test/test_rake_task_manager_argument_resolution.rb +0 -19
- data/test/test_rake_task_with_arguments.rb +0 -172
- data/test/test_rake_test_task.rb +0 -146
- data/test/test_rake_thread_pool.rb +0 -145
- data/test/test_rake_top_level_functions.rb +0 -71
- data/test/test_rake_win32.rb +0 -72
- data/test/test_thread_history_display.rb +0 -101
- data/test/test_trace_output.rb +0 -52
@@ -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
|
@@ -1,60 +0,0 @@
|
|
1
|
-
= Rake 0.9.4 Released
|
2
|
-
|
3
|
-
Rake version 0.9.4 contains a number of bug fixes.
|
4
|
-
|
5
|
-
== Changes
|
6
|
-
|
7
|
-
=== Bug Fixes (0.9.4)
|
8
|
-
|
9
|
-
* Exit status with failing tests is not correctly set to non-zero.
|
10
|
-
|
11
|
-
* Simplified syntax for phony task (for older versions of RDoc).
|
12
|
-
|
13
|
-
* Stand alone FileList usage gets glob function (without loading in
|
14
|
-
extra dependencies)
|
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://github.com/jimweirich/rake
|
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
|
-
* Aaron Patterson
|
42
|
-
* Dylan Smith
|
43
|
-
* Jo Liss
|
44
|
-
* Jonas Pfenniger
|
45
|
-
* Kazuki Tsujimoto
|
46
|
-
* Michael Bishop
|
47
|
-
* Michael Elufimov
|
48
|
-
* NAKAMURA Usaku
|
49
|
-
* Ryan Davis
|
50
|
-
* Sam Grönblom
|
51
|
-
* Sam Phippen
|
52
|
-
* Sergio Wong
|
53
|
-
* Tay Ray Chuan
|
54
|
-
* grosser
|
55
|
-
* quix
|
56
|
-
|
57
|
-
Also, many thanks to Eric Hodel for assisting with getting this release
|
58
|
-
out the door.
|
59
|
-
|
60
|
-
-- Jim Weirich
|
@@ -1,55 +0,0 @@
|
|
1
|
-
= Rake 0.9.5 Released
|
2
|
-
|
3
|
-
Rake version 0.9.5 contains a number of bug fixes.
|
4
|
-
|
5
|
-
== Changes
|
6
|
-
|
7
|
-
=== Bug Fixes (0.9.5)
|
8
|
-
|
9
|
-
* --trace and --backtrace no longer swallow following task names.
|
10
|
-
|
11
|
-
== What is Rake
|
12
|
-
|
13
|
-
Rake is a build tool similar to the make program in many ways. But
|
14
|
-
instead of cryptic make recipes, Rake uses standard Ruby code to
|
15
|
-
declare tasks and dependencies. You have the full power of a modern
|
16
|
-
scripting language built right into your build tool.
|
17
|
-
|
18
|
-
== Availability
|
19
|
-
|
20
|
-
The easiest way to get and install rake is via RubyGems ...
|
21
|
-
|
22
|
-
gem install rake (you may need root/admin privileges)
|
23
|
-
|
24
|
-
Otherwise, you can get it from the more traditional places:
|
25
|
-
|
26
|
-
Home Page:: http://github.com/jimweirich/rake
|
27
|
-
Download:: http://rubyforge.org/project/showfiles.php?group_id=50
|
28
|
-
GitHub:: git://github.com/jimweirich/rake.git
|
29
|
-
|
30
|
-
== Thanks
|
31
|
-
|
32
|
-
As usual, it was input from users that drove a alot of these changes. The
|
33
|
-
following people either contributed patches, made suggestions or made
|
34
|
-
otherwise helpful comments. Thanks to ...
|
35
|
-
|
36
|
-
* Aaron Patterson
|
37
|
-
* Dylan Smith
|
38
|
-
* Jo Liss
|
39
|
-
* Jonas Pfenniger
|
40
|
-
* Kazuki Tsujimoto
|
41
|
-
* Michael Bishop
|
42
|
-
* Michael Elufimov
|
43
|
-
* NAKAMURA Usaku
|
44
|
-
* Ryan Davis
|
45
|
-
* Sam Grönblom
|
46
|
-
* Sam Phippen
|
47
|
-
* Sergio Wong
|
48
|
-
* Tay Ray Chuan
|
49
|
-
* grosser
|
50
|
-
* quix
|
51
|
-
|
52
|
-
Also, many thanks to Eric Hodel for assisting with getting this release
|
53
|
-
out the door.
|
54
|
-
|
55
|
-
-- Jim Weirich
|
@@ -1,64 +0,0 @@
|
|
1
|
-
= Rake 0.9.6 Released
|
2
|
-
|
3
|
-
Rake version 0.9.6 contains a number of fixes mainly for merging
|
4
|
-
Rake into the Ruby source tree and fixing tests.
|
5
|
-
|
6
|
-
== Changes
|
7
|
-
|
8
|
-
=== Bug Fixes (0.9.6)
|
9
|
-
|
10
|
-
* Better trace output when using a multi-threaded Rakefile.
|
11
|
-
* Arg parsing is now consistent for tasks and multitasks.
|
12
|
-
* Skip exit code test in versions of Ruby that don't support it well.
|
13
|
-
|
14
|
-
Changes for better integration with the Ruby source tree:
|
15
|
-
|
16
|
-
* Fix version literal for Ruby source tree build.
|
17
|
-
* Better loading of libraries for testing in Ruby build.
|
18
|
-
* Use the ruby version provided by Ruby's tests.
|
19
|
-
|
20
|
-
== What is Rake
|
21
|
-
|
22
|
-
Rake is a build tool similar to the make program in many ways. But
|
23
|
-
instead of cryptic make recipes, Rake uses standard Ruby code to
|
24
|
-
declare tasks and dependencies. You have the full power of a modern
|
25
|
-
scripting language built right into your build tool.
|
26
|
-
|
27
|
-
== Availability
|
28
|
-
|
29
|
-
The easiest way to get and install rake is via RubyGems ...
|
30
|
-
|
31
|
-
gem install rake (you may need root/admin privileges)
|
32
|
-
|
33
|
-
Otherwise, you can get it from the more traditional places:
|
34
|
-
|
35
|
-
Home Page:: http://github.com/jimweirich/rake
|
36
|
-
Download:: http://rubyforge.org/project/showfiles.php?group_id=50
|
37
|
-
GitHub:: git://github.com/jimweirich/rake.git
|
38
|
-
|
39
|
-
== Thanks
|
40
|
-
|
41
|
-
As usual, it was input from users that drove a alot of these changes. The
|
42
|
-
following people either contributed patches, made suggestions or made
|
43
|
-
otherwise helpful comments. Thanks to ...
|
44
|
-
|
45
|
-
* Aaron Patterson
|
46
|
-
* Dylan Smith
|
47
|
-
* Jo Liss
|
48
|
-
* Jonas Pfenniger
|
49
|
-
* Kazuki Tsujimoto
|
50
|
-
* Michael Bishop
|
51
|
-
* Michael Elufimov
|
52
|
-
* NAKAMURA Usaku
|
53
|
-
* Ryan Davis
|
54
|
-
* Sam Grönblom
|
55
|
-
* Sam Phippen
|
56
|
-
* Sergio Wong
|
57
|
-
* Tay Ray Chuan
|
58
|
-
* grosser
|
59
|
-
* quix
|
60
|
-
|
61
|
-
Also, many thanks to Eric Hodel for assisting with getting this release
|
62
|
-
out the door.
|
63
|
-
|
64
|
-
-- Jim Weirich
|