lib/jets/rdoc.rb in jets-5.0.13 vs lib/jets/rdoc.rb in jets-6.0.2
- old
+ new
@@ -20,11 +20,11 @@
LICENSE
Procfile
Rakefile
bin
]
- exclude = exclude.map { |word| ['-x', word] }.flatten
+ exclude = exclude.map { |word| ["-x", word] }.flatten
["-m", "README.md", "--markup", "tomdoc"] + exclude
end
extend self
end
-end
\ No newline at end of file
+end