lib/barista.rb in barista-0.7.0.pre3 vs lib/barista.rb in barista-1.0.0
- old
+ new
@@ -50,10 +50,10 @@
:before_compilation => :before_compilation
# Configuration - Tweak how you use Barista.
- has_boolean_options :verbose, :bare, :add_filter, :add_preamble, :exception_on_error, :embedded_interpreter
+ has_boolean_options :verbose, :bare, :add_filter, :add_preamble, :exception_on_error, :embedded_interpreter
has_delegate_methods Compiler, :bin_path, :bin_path=, :js_path, :js_path=
has_deprecated_methods :compiler, :compiler=, :compiler_klass, :compiler_klass=
def configure
yield self if block_given?