drumherum 0.1.28 → 0.1.29
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 +1 -1
- data/Rakefile.rb +1 -1
- data/version.rb +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -37,7 +37,7 @@ More: {String#show_regexp show_regexp}
|
|
|
37
37
|
|
|
38
38
|
== More Info
|
|
39
39
|
* *Documentation*: {http://bklippstein.github.com/drumherum/frames.html github.com/drumherum}
|
|
40
|
-
* *Source* *code*: {https://github.com/bklippstein/drumherum github.com/bklippstein
|
|
40
|
+
* *Source* *code*: {https://github.com/bklippstein/drumherum github.com/bklippstein}
|
|
41
41
|
* *License*: {http://creativecommons.org/licenses/by-sa/3.0/de/deed.en cc-by-sa Creative Commons Attribution-Share Alike 3.0 Germany}
|
|
42
42
|
* *Autor*: {mailto:klippstein@klippstein.com Björn Klippstein}
|
|
43
43
|
|
data/Rakefile.rb
CHANGED
|
@@ -22,7 +22,7 @@ $hoe = Hoe.spec Drumherum.project_name do |p|
|
|
|
22
22
|
|
|
23
23
|
p.developer('Bjoern Klippstein', 'klippstein@klippstein.com')
|
|
24
24
|
p.remote_rdoc_dir = '' # Release to root only one project
|
|
25
|
-
p.urls = [Drumherum.url_docs,
|
|
25
|
+
p.urls = [Drumherum.url_docs, 'https://github.com/bklippstein']
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
end
|
data/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.1.29
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-11-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: hoe
|