guard-mthaml 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/guard/mthaml.rb +0 -4
- data/lib/guard/mthaml/compiler/MtHaml.php +1 -1
- data/lib/guard/mthaml/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5fc482e482c713ad7b3b3af866becbce06ab71e6
|
4
|
+
data.tar.gz: f066f53727625cb3d455fc066d39125c0834dfed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4a645d0ce3628c912b7abe905fc9724cf578ea6788ddc693199948366538c05eb89d6a84c1d01c8df1426a50741c3926999dd2b44c6352d87e237a30ae83015
|
7
|
+
data.tar.gz: 15c99ce864cc3a34241384ec35c6985be36637eb009d67eb86e57f13610a22dcf29c31eb7c296e707c5299e9f2d6b1c4e027bf5e8cf7fb5f41c48279e6156501
|
data/lib/guard/mthaml.rb
CHANGED
@@ -75,8 +75,6 @@ module Guard
|
|
75
75
|
input_dir = Pathname.new(options[:input]).realpath
|
76
76
|
input_file = file.realpath
|
77
77
|
|
78
|
-
puts file, file_dir, input_dir, input_file
|
79
|
-
|
80
78
|
# Simple check to see if we need to create any directories in the output
|
81
79
|
if file_dir == input_dir
|
82
80
|
# File looks like it's in the base directory
|
@@ -86,8 +84,6 @@ module Guard
|
|
86
84
|
output_dir = Pathname.new(options[:output]).realpath + file_dir.to_s.gsub(input_dir.to_s, "")[1..-1]
|
87
85
|
end
|
88
86
|
|
89
|
-
puts output_dir
|
90
|
-
|
91
87
|
# Make directories if they don't already exist
|
92
88
|
make_directory(output_dir)
|
93
89
|
|
data/lib/guard/mthaml/version.rb
CHANGED