hansel 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/hansel.gemspec +1 -1
- data/lib/hansel/formatting/formatting.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.4
|
data/hansel.gemspec
CHANGED
@@ -20,7 +20,7 @@ module HanselCore
|
|
20
20
|
{
|
21
21
|
:output_file_name => file_name,
|
22
22
|
:template => options.template ||
|
23
|
-
File.join( [ options.template_path, 'octave.m.erb' ] ),
|
23
|
+
File.join( [ File.dirname(__FILE__), '../../..', options.template_path, 'octave.m.erb' ] ),
|
24
24
|
}
|
25
25
|
).format
|
26
26
|
end
|