rdaux 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rdaux/container.rb +1 -1
- data/lib/rdaux/version.rb +1 -1
- metadata +1 -1
data/lib/rdaux/container.rb
CHANGED
@@ -81,7 +81,7 @@ module RDaux
|
|
81
81
|
end
|
82
82
|
|
83
83
|
def description
|
84
|
-
options.fetch(:description) { "Documentation for <em>#{directory
|
84
|
+
options.fetch(:description) { "Documentation for <em>#{directory}</em>" }
|
85
85
|
end
|
86
86
|
|
87
87
|
def author
|
data/lib/rdaux/version.rb
CHANGED