builder_quill_content 0.1.4 → 0.1.5

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
  SHA256:
3
- metadata.gz: bf8c177536b3a7f2978bf7d007fcb7f46bee4467b3298e7db672cc84c8c8586d
4
- data.tar.gz: af19b05141ef557d2ebb47f6a73f1a3b9842a8dba359d416127ee97da638a660
3
+ metadata.gz: e3d82247613af647f6d7fbe2248fa838962d1978526a83e2d47332cae9ac8a6b
4
+ data.tar.gz: 9ab2101a36a93705def90f856b05f0424b614dbfa4d81c1636842ffb0e12dba0
5
5
  SHA512:
6
- metadata.gz: 6e9fa0e5f69e2db8c68c448e8b64b525f03f93220905d51c68dff71236a62dbb47f547ef5d59528b417fc43551a6c38c28b9712e9e1c4c536cc0032d0f78b96c
7
- data.tar.gz: 222cff85dd8d1e0d9356641afe4cd2c027edb3dc77ea10844999efd8efe7bbaa62a7622070c052d7254499f4bc3e7e753be111da9cf7160cee0e639e9fb0d2af
6
+ metadata.gz: 0aa1105edf460b4531f1ab5fca822dff297763fd60b0fd0aff982858cf3e5d14fc6153da93bd709ffc33183e548ffb5a5064e19b8e0420ab98f9a69525f2e7ea
7
+ data.tar.gz: 5fc8f884cb6b2abff9b11d392c1d50d3b73ffd9c842d17eba42d071ac23a6d58c50b8e3a0614a646d6120d850604a7ee75b1ce5bfcbe5d0bec7dcaedd3a20823
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- builder_quill_content (0.1.4)
4
+ builder_quill_content (0.1.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module BuilderQuillContent
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
@@ -57,12 +57,12 @@ class ConvertInline
57
57
  end
58
58
 
59
59
  def image
60
- img_src = @insert['wk-image']['src']
61
- img_cap = @insert['wk-image']['caption']
62
- img_alt = @attributes['alt']
60
+ img_src = @insert['wk-image']['src']
61
+ img_cap = @insert['wk-image']['caption']
62
+ img_alt = @attributes['alt']
63
63
 
64
64
  '<figure class="post-content-image-container">
65
- <img class="post-content-image lazy" data-src="' + img_src + '" alt="' + img_alt + '">
65
+ <img class="post-content-image lazy blur" data-src="' + img_src + '" alt="' + img_alt + '">
66
66
  <figcaption class="post-image-caption u-text-center">' + img_cap + '</figcaption>
67
67
  </figure>'
68
68
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: builder_quill_content
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Tran
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-03 00:00:00.000000000 Z
11
+ date: 2020-03-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: