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

- 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 QuantityQueries - VERSION = "0.1" +module BEMConstructor + VERSION = "0.1.1" DATE = "2015-03-24" end