loofah 2.14.0 → 2.15.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: 95836cdfac672774704d62557836c319edf8c1ffd17323b61c749aabbb71f6b6
4
- data.tar.gz: ddc0bc8f3dc588cc4a69651debacb404cedc02e047f585bde0758ec4186d6018
3
+ metadata.gz: 3342fa07442354fdec9c040b44dcb008c243f715289e6a989f431dc2e1bb8cda
4
+ data.tar.gz: bcc7ba114069bba62a7d41a3c216941ac883345e5d1c98d00d597123bd862776
5
5
  SHA512:
6
- metadata.gz: 05b043ea1e8de851488dc084cae3f596816b54549cfc4f9a1d5fd675093d8dc06956e6880286adcdcffe5aca6d29e46a97052cc526cc7b3667277ff8a9575ba7
7
- data.tar.gz: fd0fbee37a8150709ba178889d96532a4b2efdd402ccc2d922c2022a88f04188ebc221037d522cf7af67eaf3f1c4d74acba1de37ca2f70e1d0214afff69f6f85
6
+ metadata.gz: 36482f073c0e35c4f015511f63ae06c1d6747ec730913524cc51145dc3a92c072b1b66862fc2e6242d10a4c63ea84a5980b0f4ed2e30d9049935d2759bae70a8
7
+ data.tar.gz: 5b3fbbcebb0a373a88c50884a83115f1a2d43097c3f42a4c7e080d7ca8d5c192f937580b0704fe918e6a7a309b434b2569ce71f20d359f207b0e3bd60cf8e1c3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.15.0 / 2022-03-14
4
+
5
+ ### Features
6
+
7
+ * Expand set of allowed protocols to include `sms:`. [[#228](https://github.com/flavorjones/loofah/issues/228)] (Thanks, [@brendon](https://github.com/brendon)!)
8
+
9
+
3
10
  ## 2.14.0 / 2022-02-11
4
11
 
5
12
  ### Features
@@ -766,6 +766,7 @@ module Loofah
766
766
  "rsync",
767
767
  "rtsp",
768
768
  "sftp",
769
+ "sms",
769
770
  "ssh",
770
771
  "tag",
771
772
  "tel",
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Loofah
3
3
  # The version of Loofah you are using
4
- VERSION = "2.14.0"
4
+ VERSION = "2.15.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: loofah
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.14.0
4
+ version: 2.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Dalessio
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-02-11 00:00:00.000000000 Z
12
+ date: 2022-03-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: crass