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.
Files changed (4) hide show
  1. data/README.rdoc +1 -1
  2. data/Rakefile.rb +1 -1
  3. data/version.rb +1 -1
  4. 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/drumherum}
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, Drumherum.url_source]
25
+ p.urls = [Drumherum.url_docs, 'https://github.com/bklippstein']
26
26
 
27
27
 
28
28
  end
data/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Drumherum
3
3
 
4
- VERSION = '0.1.28'
4
+ VERSION = '0.1.29'
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.28
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-10-26 00:00:00.000000000 Z
12
+ date: 2012-11-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hoe