gem_liux2 0.1.5 → 0.1.6

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.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
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 gem_liux2
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
- gem_liux2.load!
44
+ GemLiux2.load!
45
45
 
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: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 5
10
- version: 0.1.5
9
+ - 6
10
+ version: 0.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - test1