incline 0.3.3 → 0.3.4

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: 022fb9b5818c7d6af1caafa7207907ee785ac9d0
4
- data.tar.gz: 78755cb5354b7db1ec26674cac337bdf1c901022
3
+ metadata.gz: 9d96e55810baf0d915bdb874534070120851caf9
4
+ data.tar.gz: ec16f41a12046871cbd1b3e0f286774656c6070a
5
5
  SHA512:
6
- metadata.gz: 98b60455f27382a6ae54847592c7562fcd365b29842ec5f0ae38806d5b86ef81bf89141a905c69f286affab6c0b8d12c561469e5282da78a84ebb50eba5cf7a2
7
- data.tar.gz: 9049b8be2c253d24dcecb0af21c194d012db1fdc9cf92e5739c1224172737c5de6d5f92cc330625ff6fb646d10e00e4d110c39569f8e7819026c74c2ab7d6455
6
+ metadata.gz: ee7a85e95e74cfef19053c895f0cc98e74ff839dd680674cac1988d3e502490463dbd919524cace694abba225a10ee89865c77ba4b5c09be10af4e2272db97cc
7
+ data.tar.gz: 7be4972faad9c4cac1394d0df507005b9fd6b1f5c437edab00165cef01ba30073187e381d8f8b200b20437ae263efac1e98ff0fac8c9ab2cb0fd487ffe106a53
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- incline (0.3.3)
4
+ incline (0.3.4)
5
5
  ansi (~> 1.5.0)
6
6
  bcrypt
7
7
  bootstrap-sass
@@ -250,9 +250,9 @@ module Incline::Extensions
250
250
  unless contents[:script].blank?
251
251
  html += <<-EOS
252
252
  <script type="text/javascript">
253
- <![CDATA[
253
+ //<![CDATA[
254
254
  #{contents[:script]}
255
- ]]>
255
+ //]]>
256
256
  </script>
257
257
  EOS
258
258
  end
@@ -1,3 +1,3 @@
1
1
  module Incline
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: incline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Beau Barker