views_converter.rb in the_comments-2.2.2 vs views_converter.rb in the_comments-2.3.1
- old
+ new
@@ -1,6 +1,6 @@
-# gem install haml2slim --nori --nordoc
+# gem install haml2slim --no-ri --no-rdoc
# ruby views_converter.rb
from = "./app/views/the_comments/haml"
to = "./app/views/the_comments/slim"
@@ -11,6 +11,6 @@
content = content.gsub "haml", "slim"
file = File.open slim_file, "w"
file.write content
file.close
-end
\ No newline at end of file
+end