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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1020d07d65479dcb496742d0e58737b323df5558a93c0af2c63f75a4b71c47ea
4
- data.tar.gz: b4c62c0b278c1e37b76c2468045405276e51b3524a1ed2ac803e8a1c2759b104
3
+ metadata.gz: 6622386eba9b08e791ba80b4dab1313df09102d9d9eaad772a5e8e25c9c5f45d
4
+ data.tar.gz: c96b32496c75b1421ebfe6b992583e0eaa7716b4cb1826cca21c06694bc3ff77
5
5
  SHA512:
6
- metadata.gz: 0f0f77a905f2891ebd2aade14050e28a57ab6ada0e13c8ebf9da9ec0d048e3c088e2eef3dfd8bca31f699120ae75d28ce5d92a52039c7073b7dd3ce1d6993f3d
7
- data.tar.gz: 23a6e97fb9c2c90b88263570d6f74b7465f99449c871731e6a9a2fce4f5e520f39c8b1d0b2e238061da096d16c5caf04242e25bd58cbf5ef33c9a87c8e602abf
6
+ metadata.gz: 82bcd67168e79338b15313a7c8b04cb5649bd4afad56c4a76cd814a6a490f9014d0862f8df6175ec491168884bef19d898a084a7e7fa50d08061e6218479835a
7
+ data.tar.gz: '08b2c5372083318635970b2faf215fcad1a87c0e4c59d472e1a6c72dde74d52f316c4cad8f3d973afbb7d9fd3fa92f41be4a12635bbeb08a756f242238527152'
data/.travis.yml CHANGED
@@ -21,7 +21,6 @@ gemfile:
21
21
  rvm:
22
22
  - 2.4.0
23
23
  - 2.3.1
24
- - 2.2.5
25
24
  - ruby-head
26
25
 
27
26
  matrix:
@@ -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.
@@ -1,5 +1,5 @@
1
1
  module HTML
2
2
  class Pipeline
3
- VERSION = '2.9.2'.freeze
3
+ VERSION = '2.10.0'.freeze
4
4
  end
5
5
  end
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.9.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-04 00:00:00.000000000 Z
13
+ date: 2019-01-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport