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.
Files changed (3) hide show
  1. data/README.rdoc +7 -2
  2. data/version.rb +1 -1
  3. 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
- See {file:lib/drumherum/rake.rb rake.rb}
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
- See {String#show_regexp}
34
+ More: {String#show_regexp show_regexp}
30
35
 
31
36
 
32
37
 
data/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Drumherum
3
3
 
4
- VERSION = '0.1.23'
4
+ VERSION = '0.1.24'
5
5
 
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drumherum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.23
4
+ version: 0.1.24
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: