guard-mthaml 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 085ae92602c4830ad39e5985518ca897091166e4
4
- data.tar.gz: 56b410d69ce89c6f65e9f59c93110d0e16ebe537
3
+ metadata.gz: 5fc482e482c713ad7b3b3af866becbce06ab71e6
4
+ data.tar.gz: f066f53727625cb3d455fc066d39125c0834dfed
5
5
  SHA512:
6
- metadata.gz: 2526368233ce1fdf50c9293808ec8522e175e3822fba8034b52c223ca55e1c7f4c5ff9b471540ca57d7cb8bf960cfc07b09855f8d372e6d457d4e28396363fdc
7
- data.tar.gz: aa8da76a63075bcbfd5d0c94bb5b75471b8da8353354828022e3de5f720cb865fb195bc85279cc46cb5b6ff558f705d27759e45fc4f3a5e99c04e8905a5737bc
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
 
@@ -46,7 +46,7 @@ class MtHamlCompiler {
46
46
  * @var {String}
47
47
  * Extension of output file
48
48
  *
49
- * @since 0.1.0
49
+ * @since 0.3.0
50
50
  */
51
51
  private $extension;
52
52
 
@@ -1,5 +1,5 @@
1
1
  module ::Guard
2
2
  class MtHamlVersion
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-mthaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse