html-pipeline 2.9.2 → 2.10.0
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/.travis.yml +0 -1
- data/lib/html/pipeline/sanitization_filter.rb +1 -1
- data/lib/html/pipeline/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6622386eba9b08e791ba80b4dab1313df09102d9d9eaad772a5e8e25c9c5f45d
|
|
4
|
+
data.tar.gz: c96b32496c75b1421ebfe6b992583e0eaa7716b4cb1826cca21c06694bc3ff77
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 82bcd67168e79338b15313a7c8b04cb5649bd4afad56c4a76cd814a6a490f9014d0862f8df6175ec491168884bef19d898a084a7e7fa50d08061e6218479835a
|
|
7
|
+
data.tar.gz: '08b2c5372083318635970b2faf215fcad1a87c0e4c59d472e1a6c72dde74d52f316c4cad8f3d973afbb7d9fd3fa92f41be4a12635bbeb08a756f242238527152'
|
data/.travis.yml
CHANGED
|
@@ -33,7 +33,7 @@ module HTML
|
|
|
33
33
|
TABLE_SECTIONS = Set.new(%w[thead tbody tfoot].freeze)
|
|
34
34
|
|
|
35
35
|
# These schemes are the only ones allowed in <a href> attributes by default.
|
|
36
|
-
ANCHOR_SCHEMES = ['http', 'https', 'mailto', :relative, 'github-windows', 'github-mac', 'irc', 'ircs'].freeze
|
|
36
|
+
ANCHOR_SCHEMES = ['http', 'https', 'mailto', 'xmpp', :relative, 'github-windows', 'github-mac', 'irc', 'ircs'].freeze
|
|
37
37
|
|
|
38
38
|
# The main sanitization whitelist. Only these elements and attributes are
|
|
39
39
|
# allowed through by default.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: html-pipeline
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Tomayko
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2019-01-
|
|
13
|
+
date: 2019-01-06 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activesupport
|