gem_liux2 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gem_liux2/version.rb +1 -1
- data/lib/gem_liux2.rb +3 -3
- metadata +3 -3
data/lib/gem_liux2/version.rb
CHANGED
data/lib/gem_liux2.rb
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
testcss_stylesheets_path = File.expand_path(File.join(File.dirname(__FILE__), '..', 'scss'))
|
12
12
|
|
13
|
-
module
|
13
|
+
module GemLiux2
|
14
14
|
class << self
|
15
15
|
# Inspired by Kaminari
|
16
16
|
def load!
|
@@ -37,9 +37,9 @@ module gem_liux2
|
|
37
37
|
def register_compass_extension
|
38
38
|
::Compass::Frameworks.register('testcss', :stylesheets_directory => testcss_stylesheets_path)
|
39
39
|
end
|
40
|
-
|
40
|
+
|
41
41
|
end
|
42
42
|
end
|
43
43
|
|
44
|
-
|
44
|
+
GemLiux2.load!
|
45
45
|
|
metadata
CHANGED