lib/bem-constructor.rb in bem-constructor-0.1.1 vs lib/bem-constructor.rb in bem-constructor-0.2.0

- old
+ new

@@ -1,8 +1,8 @@ require 'compass' extension_path = File.expand_path(File.join(File.dirname(__FILE__), "..")) Compass::Frameworks.register('bem-constructor', :path => extension_path) module BEMConstructor - VERSION = "0.1.1" - DATE = "2015-03-24" + VERSION = "0.2.0" + DATE = "2015-03-26" end