Skip to content

Commit 4afe472

Browse files
committed
style
1 parent b4e10dc commit 4afe472

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

History.rdoc

+23-23
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,35 @@
22

33
Bug fixes:
44

5-
* Correctly handle bad encoding in exception messages. Pull request #113
6-
by Tomer Brisker
7-
* Fix verbose option at TestTask. Pull request #67 by Mike Blumtritt
5+
* Correctly handle bad encoding in exception messages. Pull request #113
6+
by Tomer Brisker
7+
* Fix verbose option at TestTask. Pull request #67 by Mike Blumtritt
88

99
Enhancements:
1010

11-
* Make FileList#exclude more analogous to FileList#include.
12-
* Use IO.open instead of Open3.popen3 for CPU counter.
13-
* Make Rake::Task#already_invoked publicly accessible.
14-
Pull request #93 by Joe Rafaniello
15-
* Lookup prerequisites with same name outside of scope instead of
16-
matching self. Pull request #96 by Sandy Vanderbleek
17-
* Make FileList#pathmap behave like String#pathmap.
18-
Pull request #61 by Daniel Tamai
19-
* Add fetch method to task arguments.
20-
Pull request #12 by Chris Keathley
21-
* Use ruby warnings by default. Pull request #97 by Harold Giménez
11+
* Make FileList#exclude more analogous to FileList#include.
12+
* Use IO.open instead of Open3.popen3 for CPU counter.
13+
* Make Rake::Task#already_invoked publicly accessible.
14+
Pull request #93 by Joe Rafaniello
15+
* Lookup prerequisites with same name outside of scope instead of
16+
matching self. Pull request #96 by Sandy Vanderbleek
17+
* Make FileList#pathmap behave like String#pathmap.
18+
Pull request #61 by Daniel Tamai
19+
* Add fetch method to task arguments.
20+
Pull request #12 by Chris Keathley
21+
* Use ruby warnings by default. Pull request #97 by Harold Giménez
2222

2323
Compatibility Changes:
2424

25-
* Removed to support Ruby 1.8.x
26-
* Removed constant named `RAKEVERSION`
27-
* Removed Rake::AltSystem
28-
* Removed Rake::RubyForgePublisher
29-
* Removed Rake::TaskManager#last_comment. Use last_description.
30-
* Removed Rake::TaskLib#paste
31-
* Removed Top-level SshDirPublisher, SshFreshDirPublisher, SshFilePublisher
32-
and CompositePublisher from lib/rake/contrib/publisher.rb
33-
* Removed "rake/runtest.rb"
25+
* Removed to support Ruby 1.8.x
26+
* Removed constant named `RAKEVERSION`
27+
* Removed Rake::AltSystem
28+
* Removed Rake::RubyForgePublisher
29+
* Removed Rake::TaskManager#last_comment. Use last_description.
30+
* Removed Rake::TaskLib#paste
31+
* Removed Top-level SshDirPublisher, SshFreshDirPublisher, SshFilePublisher
32+
and CompositePublisher from lib/rake/contrib/publisher.rb
33+
* Removed "rake/runtest.rb"
3434

3535
=== 10.5.0 / 2016-01-13
3636

0 commit comments

Comments
 (0)