lib/tablecloth-rails.rb in tablecloth-rails-1.0.100 vs lib/tablecloth-rails.rb in tablecloth-rails-1.0.101

- old
+ new

@@ -1,2 +1,3 @@ -require "tablecloth-rails/version" -require "tablecloth-rails/engine" if defined?(::Rails) +# encoding: utf-8 +require 'tablecloth-rails/version' +require 'tablecloth-rails/engine' if defined?(::Rails)