lib/style-tiles.rb in style-tiles-0.1 vs lib/style-tiles.rb in style-tiles-0.1.1

- old
+ new

@@ -6,20 +6,20 @@ # This tells Compass what your Compass extension is called, and where to find # its files # Replace 'extension' with the name of your extension. Spaces allowed. extension_path = File.expand_path(File.join(File.dirname(__FILE__), "..")) -Compass::Frameworks.register('Style Tiles', :path => extension_path) +Compass::Frameworks.register('style-tiles', :path => extension_path) # Version and date of version for your Compass extension. # Replace Extension with the name of your extension # Letters, numbers, and underscores only # Version is a number. If a version contains alphas, it will be created as # a prerelease version # Date is in the form of YYYY-MM-DD module Style_Tiles - VERSION = "0.1" - DATE = "2013-06-14" + VERSION = "0.1.1" + DATE = "2013-06-22" end # This is where any custom SassScript should be placed. The functions will be # available on require of your extension without the need for users to import # any partials. Uncomment below. \ No newline at end of file