yard_klippstein_template 0.0.16 → 0.0.18
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile.rb +1 -1
- data/lib/yard_klippstein_template.rb +1 -1
- data/templates/default/fulldoc/html/css/klippstein.css +1 -1
- data/version.rb +1 -1
- metadata +1 -1
data/Rakefile.rb
CHANGED
@@ -24,7 +24,7 @@ $hoe = Hoe.spec Drumherum.project_name do
|
|
24
24
|
extra_dev_deps << ['drumherum', '>= 0.1.26']
|
25
25
|
|
26
26
|
remote_rdoc_dir = '' # Release to root only one project
|
27
|
-
urls = [
|
27
|
+
urls = ["http://bklippstein.github.com/yard_klippstein_template/index.html", Drumherum.url_source]
|
28
28
|
|
29
29
|
|
30
30
|
end
|
data/version.rb
CHANGED