jekyll-liquify-alt 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb5c2b93cb1812a74a9972b3484db4e8cb59f55ea7ca786bd58d3238503d86c8
4
- data.tar.gz: ac6626d19a5adf8cdfde2f8ac356f921cf7f2a73947e562ac1c9c954767f4c62
3
+ metadata.gz: 984067279345da898c694dd23669c120d95ec40d990db008a9e70ead7be9c66b
4
+ data.tar.gz: 45809d310abe0f3cfc567f72d36db5d422da525f765bb8b64d6695284691bc3c
5
5
  SHA512:
6
- metadata.gz: ba6adc34c3f928ba7b537ddfcd67a820b2497cd8ad38f1267cbb91c262ecd721ec8ccbae60161346298d8c7f3ae65d5941c29dd3b916d1370cfab7caabcc6e91
7
- data.tar.gz: 87c052ad97dc0ccbf73c47ceb8652dff5d6d8054a4d2839e05681579d9f5d45d1f4b1b5a5c1e5a4367863b90879e47fd60234c38c67f1391939e32850a45b2c4
6
+ metadata.gz: d7efb76b7391f1f71946d69307cf8575a74e88f6ca9ad0e24fb2971684a30361c21b72725595e0c6c5b4934dabc5afe44fa1d9597b42a67234c56e0bbd348e70
7
+ data.tar.gz: 2737745736dafd4a9c518beb88be31c806630c5bc737409f9039d076915329f65b2907be10a5dc81373b5ba6733e950f8f015cb3bfd0445391baab2729957030
@@ -3,7 +3,7 @@ module Jekyll
3
3
  # Parses input and renders it using Liquid
4
4
  module Liquify
5
5
  def liquify(input)
6
- unless input == String
6
+ unless input.is_a? String
7
7
  Jekyll.logger.warn "#{input.to_s} can't be parsed as Liquid"
8
8
  return ''
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-liquify-alt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - f