jekyll-plugin-rtlify 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/jekyll/rtlify.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 81d6fbb9422f52526fac68524e182ad391c55885
4
- data.tar.gz: 4a246584edd4f39e91f38316a9d047d0d23b93f2
3
+ metadata.gz: 547c96e86bf52eee98b8eff9a1f6609cbe00c7c1
4
+ data.tar.gz: 11f18822a889f3eb057d20a52ce9014633770b3c
5
5
  SHA512:
6
- metadata.gz: 38fb111182cb780fd8a183425af212e24aa374eeecb584afb652cf6440df2af91b9bd5120291b79c676f0459f1dce156b9bd3bc34ce541670298ab1798977338
7
- data.tar.gz: b2a5848cee66f7cf6d51db5299eb67427ba7174963b0d036c4ca27aa655e15c842ccc24dbca7e9d7d2dafb930ce86d61e0b821c0cb7fe3c709fa8e6f1d5f02dc
6
+ metadata.gz: 9af8607391eaaab25e0cdbbf133346e249f4369562d577944bbfa63dfb6d6786fbc0080d28b3a0d70815de4c851f31f3648d290d164c3b891cbccadc1b9066c6
7
+ data.tar.gz: 56c5d9bd4c919245fa3e59173c650719c5c8e61205aaaf8f6ebef07999ece9b7b17a01a2f43e5ef2ba8078144f1120ae5cea5e5da7232212b1076352628284b5
@@ -15,7 +15,7 @@ module Jekyll
15
15
  def render(context)
16
16
  html = context.find_variable(@variable)
17
17
  tags = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p', 'ul']
18
- tags.each { |tag| html = html.gsub(/<#{tag}\s/, "<#{tag} dir=\"auto\"")}
18
+ tags.each { |tag| html = html.gsub(/<#{tag}\s/, "<#{tag} dir=\"auto\" ")}
19
19
  html
20
20
  end
21
21
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-plugin-rtlify
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
  - Keyvan Mir Mohammad Sadeghi