gem_liux1 0.2.3 → 0.2.4
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
@@ -4,7 +4,7 @@ require "gem_liux1/v1"
|
|
4
4
|
module GemLiux1
|
5
5
|
module Init
|
6
6
|
def base_directory(*subdirs)
|
7
|
-
File.expand_path(File.join(File.dirname(__FILE__),
|
7
|
+
File.expand_path(File.join(File.dirname(__FILE__), "..", *subdirs))
|
8
8
|
end
|
9
9
|
module_function :base_directory
|
10
10
|
end
|
metadata
CHANGED