dominate 0.9.1 → 0.9.2

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: 676d568a8c889829abd322abfb2c93fcd726d2c7
4
- data.tar.gz: 0f3583c5f58592d226a0f9daac6ce653c917dd5d
3
+ metadata.gz: 221114d9a95c40764d02f786475739c0d97d5c79
4
+ data.tar.gz: a69c298b432e604e46fa502fadffb16ae2097eb9
5
5
  SHA512:
6
- metadata.gz: 0e304b50a7154d8c5781fef7ffe2d21b4222c366ca6050e137f85ee74d87cf71bea0785a41c6a8ac8b6631dacf48c131d107ebd66e43f9dddd173e4c21320176
7
- data.tar.gz: ac8c25df0551c4610c5b90c3deb32a099be4b7760652a393dbefabcf5ed4d67661acb05ac916a46b04d7b2a8b01aaef7897bb4c93506b2ca8941e56f56a5d9c1
6
+ metadata.gz: 086713340ee8435820e4ca1c1fae36ad9002cca30f7f7cf27967c37657c3c56003cba63cbbe71fef185bb62ec6ab9ecb0114ba794505ca235e9b1ece485bc51f
7
+ data.tar.gz: d7b1be90668b397a9f98f7208607f70be651bc1aacc4962fad690939d6d1abf79a6bf3215eb0e7ac5b50c787028d08c65985457cb49d97263ab58ca1baf3d0f2
@@ -56,9 +56,9 @@ module Dominate
56
56
  content += Dominate::HTML.load_file path
57
57
  end
58
58
  tmp_path = "#{type_path}/tmp.dominate-compiled.#{type}"
59
- File.write "#{type_path}/dominate-compiled.#{type}", content
60
- # system "minify #{tmp_path} > #{type_path}/dominate-compiled.#{type}"
61
- # File.delete tmp_path
59
+ File.write tmp_path, content
60
+ system "minify #{tmp_path} > #{type_path}/dominate-compiled.#{type}"
61
+ File.delete tmp_path
62
62
  end
63
63
  end
64
64
  end
@@ -1,3 +1,3 @@
1
1
  module Dominate
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dominate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - cj