transparent_nil 0.1.11 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile.rb +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.0']
|
25
25
|
|
26
26
|
remote_rdoc_dir = '' # Release to root only one project
|
27
|
-
|
27
|
+
urls = [[Drumherum.url_docs], [Drumherum.url_source]]
|
28
28
|
|
29
29
|
|
30
30
|
end
|
data/version.rb
CHANGED