drumherum 0.1.23 → 0.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +7 -2
- data/version.rb +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
|
@@ -6,6 +6,8 @@ http://bklippstein.github.com/drumherum/frames.html
|
|
|
6
6
|
|
|
7
7
|
== $LOAD_PATH management
|
|
8
8
|
{include:SmartInit}
|
|
9
|
+
More:{SmartInit#smart_init smart_init}
|
|
10
|
+
|
|
9
11
|
|
|
10
12
|
== Rake tasks for DRY release automation
|
|
11
13
|
Usage: Instead of +require 'rake'+ use
|
|
@@ -17,16 +19,19 @@ Tasks:
|
|
|
17
19
|
rake git_publish # publish current project to github
|
|
18
20
|
rake git_publish_docs # publish docs to github
|
|
19
21
|
rake rubygems_publish # release actual version to rubygems
|
|
20
|
-
|
|
22
|
+
More: {file:lib/drumherum/rake.rb rake.rb}
|
|
21
23
|
|
|
22
24
|
== Hiding and overwriting of rake tasks
|
|
23
25
|
{include:RakeTaskCleanup}
|
|
26
|
+
More:{RakeTaskCleanup}
|
|
27
|
+
|
|
24
28
|
|
|
25
29
|
== Unit Tests
|
|
26
30
|
{include:UnitTest}
|
|
31
|
+
More:{UnitTest}
|
|
27
32
|
|
|
28
33
|
== Easy development of regular expressions
|
|
29
|
-
|
|
34
|
+
More: {String#show_regexp show_regexp}
|
|
30
35
|
|
|
31
36
|
|
|
32
37
|
|
data/version.rb
CHANGED