File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1- === 10.4
1+ === 10.4.0
22
33Enhancements:
44
@@ -9,6 +9,7 @@ Enhancements:
99 creation of tasks. Pull request #273 by Manav.
1010* Rake no longer edits ARGV. This allows you to re-exec rake from a rake
1111 task. Issue #277 by Matt Palmer.
12+ * Etc.nprocessors is used for counting the number of CPUs.
1213
1314Bug fixes:
1415
@@ -17,18 +18,8 @@ Bug fixes:
1718* Add Rake::LATE to allow rebuilding of files that depend on deleted files.
1819 Bug #286, pull request #287 by David Grayson.
1920* Fix relinking of files when repackaging. Bug #276 by Muenze.
20-
21- === 10.3.3
22-
23- Enhancements:
24-
25- * Added to use Pathnames when working with Rake. Pull request #271 by Randy Coulman.
26- * Use Etc.nprocessors for counting to cpu numbers.
27-
28- Bug fixes:
29-
3021* Fixed some typos. Pull request #280 by Jed Northridge.
31- * Also try counting CPUs via cpuinfo if host_os was not matched. Pull request
22+ * Try counting CPUs via cpuinfo if host_os was not matched. Pull request
3223 #282 by Edouard B.
3324
3425=== 10.3.2 / 2014-05-15
Original file line number Diff line number Diff line change 2121#++
2222
2323module Rake
24- VERSION = '10.3.2 '
24+ VERSION = '10.4.0 '
2525end
2626
2727require 'rake/version'
You can’t perform that action at this time.
0 commit comments