lib/bem-constructor.rb in bem-constructor-0.9.0 vs lib/bem-constructor.rb in bem-constructor-1.0.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.9.0" - DATE = "2015-03-26" + VERSION = "1.0.0" + DATE = "2016-02-07" end