gem_liux2 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module GemLiux2
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
data/lib/gem_liux2.rb CHANGED
@@ -8,17 +8,16 @@
8
8
  # ::Sass.load_paths << testcss_stylesheets_path
9
9
  # end
10
10
 
11
- testcss_stylesheets_path = File.expand_path(File.join(File.dirname(__FILE__), '..', 'scss'))
11
+ # testcss_stylesheets_path = File.expand_path(File.join(File.dirname(__FILE__), '..', 'scss'))
12
12
 
13
13
  module GemLiux2
14
14
  class << self
15
15
  # Inspired by Kaminari
16
16
  def load!
17
- if compass?
18
- register_compass_extension
19
- end
17
+ register_compass_extension if compass?
18
+
20
19
  configure_sass
21
- end
20
+ end
22
21
 
23
22
  # Paths
24
23
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem_liux2
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - test1