rugular 0.9.19 → 0.9.20

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: bf26d0d3c33b62c8ba51e429a9e7fef15653f31a
4
- data.tar.gz: 5c96782fbb71c14bdfba33f9682c3adb50c41b15
3
+ metadata.gz: bf40749ef625c8e08f51c6b1c86197c861124e3d
4
+ data.tar.gz: b03d1448bd3c0301cadb5287ea031ffe7297a00c
5
5
  SHA512:
6
- metadata.gz: 87bbec06cbf669ca90eb0a2b4294f0bc703ced6f4ed219845a11659f52940b43dffa2923c1122ebb078a47b04c40ed2e2f0175105fca46edfeb44047ff1bc6d2
7
- data.tar.gz: 2b7c2e3de62164f0409e995da9c4d5c71d8102afa702f89447118a245b50af9aedf168fb6a6cf234d3bed2f7d0e0815de19ee81c38635255db3823aa1f6c381c
6
+ metadata.gz: e6235c46dcf5f0c1a24eece022f2b32f20e0c09b70ce625a768ba4e7802cbb4923e2938c38ce177937dc4f2d3daed9e69c853145df7225fcaa57c80ddd36461c
7
+ data.tar.gz: 1f166e5a2367342c5c7e57ed8c366e1e799b78ffa8ac8601789c7a26c0cc2aebb67d2375e478741848177276c15d419c22df4f50661e063e53cea25805eb2452
@@ -45,7 +45,7 @@ module Rugular
45
45
  (Dir.glob('**/*.haml') - ['src/index.haml']).each do |haml_file|
46
46
  haml_html = ::Haml::Engine.new(File.read(haml_file), {}).render
47
47
 
48
- html = haml_html.tr("\n", '').gsub(/\'/, "\\'").gsub(/\"/, '\"')
48
+ html = haml_html.tr("\n", '').gsub(/'/, '"')
49
49
 
50
50
  html_filename = haml_file.gsub('src/', '').gsub('haml', 'html')
51
51
 
@@ -1,3 +1,3 @@
1
1
  module Rugular
2
- VERSION = '0.9.19'
2
+ VERSION = '0.9.20'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rugular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.19
4
+ version: 0.9.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Shook