gem_liux1 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module GemLiux1
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
data/lib/gem_liux1.rb CHANGED
@@ -3,8 +3,10 @@ require "gem_liux1/v1"
3
3
 
4
4
  module GemLiux1
5
5
  module Init
6
- File.expand_path(File.join(File.dirname(__FILE__), '..', "..", "stylesheets/_mixin-css3.scss"))
6
+ def base_directory(*subdirs)
7
+ File.expand_path(File.join(File.dirname(__FILE__), '..', "..", *subdirs))
8
+ end
7
9
  end
8
10
  end
9
11
 
10
- GemLiux1::Init
12
+ GemLiux1::Init.base_directory("stylesheets/_mixin-css3.scss")
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem_liux1
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
  - a