drumherum 0.1.15 → 0.1.16
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile.rb +1 -1
- data/lib/drumherum/smart_init.rb +1 -1
- data/version.rb +1 -1
- metadata +1 -1
data/Rakefile.rb
CHANGED
@@ -23,7 +23,7 @@ $hoe = Hoe.spec Drumherum.project_name do
|
|
23
23
|
summary = '$LOAD_PATH management, Rake tasks for deployment'
|
24
24
|
|
25
25
|
remote_rdoc_dir = '' # Release to root only one project
|
26
|
-
urls = [[
|
26
|
+
urls = [[Drumherum.url_docs], [Drumherum.url_source]]
|
27
27
|
|
28
28
|
|
29
29
|
end
|
data/lib/drumherum/smart_init.rb
CHANGED
data/version.rb
CHANGED