yard_klippstein_template 0.0.5 → 0.0.6
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
@@ -20,7 +20,7 @@ $hoe = Hoe.spec Drumherum.project_name do
|
|
20
20
|
# self.rubyforge_name = 'yourgemx' # if different than 'yourgem'
|
21
21
|
|
22
22
|
developer('Bjoern Klippstein', 'klippstein@klippstein.com')
|
23
|
-
summary = '
|
23
|
+
summary = 'Klippstein Template for Ruby YARD'
|
24
24
|
extra_dev_deps << ['drumherum', '>= 0.1.26']
|
25
25
|
|
26
26
|
remote_rdoc_dir = '' # Release to root only one project
|
data/version.rb
CHANGED