gem_liux1 0.2.6 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gem_liux1/version.rb +1 -1
- data/lib/gem_liux1.rb +1 -1
- metadata +3 -3
data/lib/gem_liux1/version.rb
CHANGED
data/lib/gem_liux1.rb
CHANGED
@@ -3,7 +3,7 @@ require "compass"
|
|
3
3
|
module GemLiux1
|
4
4
|
module Init
|
5
5
|
def base_directory(*subdirs)
|
6
|
-
File.expand_path(File.join(File.dirname(__FILE__),
|
6
|
+
File.expand_path(File.join(File.dirname(__FILE__), "..", *subdirs))
|
7
7
|
end
|
8
8
|
module_function :base_directory
|
9
9
|
end
|
metadata
CHANGED