jemoji 0.8.0 → 0.8.1
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 +4 -4
- data/lib/jemoji.rb +1 -1
- metadata +9 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9931173bc3eefa61e1f4f23a2fc9f137a36dab5
|
|
4
|
+
data.tar.gz: 3c25ddabf9b3853e2fb74051574d356030117fa8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb2399c607acaa860cd82224e6e852b3bb26c83b6cfa25cb23a5629b00d16b3ba0a44a1374fbd92b148e4e38e5a11f8948e9555727919231a1c542cf0f79313b
|
|
7
|
+
data.tar.gz: 2067935dc078efb6123e44a650f1a6e7336bcd3195dcf58a795f718890898163048a83fac7632f11873250ca78e8506b6ca571f00242be16ce681cb2baf43482
|
data/lib/jemoji.rb
CHANGED
|
@@ -30,7 +30,7 @@ module Jekyll
|
|
|
30
30
|
def filter_with_emoji(src)
|
|
31
31
|
filters[src] ||= HTML::Pipeline.new([
|
|
32
32
|
HTML::Pipeline::EmojiFilter
|
|
33
|
-
], { :asset_root => src })
|
|
33
|
+
], { :asset_root => src, img_attrs: { align: nil } })
|
|
34
34
|
end
|
|
35
35
|
|
|
36
36
|
# Public: Filters hash where the key is the asset root source.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jemoji
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GitHub, Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-09-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -45,6 +45,9 @@ dependencies:
|
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '4.0'
|
|
48
|
+
- - ">="
|
|
49
|
+
- !ruby/object:Gem::Version
|
|
50
|
+
version: 4.2.9
|
|
48
51
|
type: :runtime
|
|
49
52
|
prerelease: false
|
|
50
53
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -52,6 +55,9 @@ dependencies:
|
|
|
52
55
|
- - "~>"
|
|
53
56
|
- !ruby/object:Gem::Version
|
|
54
57
|
version: '4.0'
|
|
58
|
+
- - ">="
|
|
59
|
+
- !ruby/object:Gem::Version
|
|
60
|
+
version: 4.2.9
|
|
55
61
|
- !ruby/object:Gem::Dependency
|
|
56
62
|
name: gemoji
|
|
57
63
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -135,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
135
141
|
version: '0'
|
|
136
142
|
requirements: []
|
|
137
143
|
rubyforge_project:
|
|
138
|
-
rubygems_version: 2.6.
|
|
144
|
+
rubygems_version: 2.6.13
|
|
139
145
|
signing_key:
|
|
140
146
|
specification_version: 4
|
|
141
147
|
summary: GitHub-flavored emoji plugin for Jekyll
|