loofah 2.22.0 → 2.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09399c4b678f5d51f0089e553e0504cd5e997374801b0ff18e99a3c18cf42c7e'
4
- data.tar.gz: 61f4d3825963ec3346189675b57074fe8ca8350939113ddde05a03be655c0dc9
3
+ metadata.gz: 69d24833d5dac5e1845b35ab17eddb200056337faf201d91a88067f1000bdb95
4
+ data.tar.gz: 5c9939a49b3c05d69ba197a76d4f9118631be7110ced87b375113289f23493eb
5
5
  SHA512:
6
- metadata.gz: 508cada7b06e26b50bc9801a5f2f833f99f77525eda86c1b4ef036fd81453caff7e6fdc6964c2e591c7ab5d634da4178b87ab2f804d18fb08b9dd12dd4e0f7fb
7
- data.tar.gz: 6fbd6b84c763ad90154c8ae545de46683e3ee40c2c75109b9b73b56d81179d992927e5ff54b76c8c22ce019b5901840f9873b152f9558381375171f452738ca2
6
+ metadata.gz: aed08cf6f2d7cd3ca89c475f40ff25affab14337ab7baf41e2ca7e157feb1e3ba13c97c693ee3a42417cc181136ca52c26d2c844fd35fd8de3d0e89893cdaf6e
7
+ data.tar.gz: a7d36d63f3825a2e5976038776ad68e6932cc473422909d49283fd426c143f743733a1e4f4fddea135c828bb7a2d3015fbd566f7b61ae5fb1bf35af2c5ce8e14
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.23.0 / 2024-10-24
4
+
5
+ ### Added
6
+
7
+ * Allow CSS property `min-width`. [#287] @lazyatom
8
+
9
+
3
10
  ## 2.22.0 / 2023-11-13
4
11
 
5
12
  ### Added
data/README.md CHANGED
@@ -337,20 +337,64 @@ See [`SECURITY.md`](SECURITY.md) for vulnerability reporting details.
337
337
 
338
338
  Featuring code contributed by:
339
339
 
340
- * Aaron Patterson
341
- * John Barnette
342
- * Josh Owens
343
- * Paul Dix
344
- * Luke Melia
340
+ * [@flavorjones](https://github.com/flavorjones)
341
+ * [@brynary](https://github.com/brynary)
342
+ * [@olleolleolle](https://github.com/olleolleolle)
343
+ * [@JuanitoFatas](https://github.com/JuanitoFatas)
344
+ * [@kaspth](https://github.com/kaspth)
345
+ * [@tenderlove](https://github.com/tenderlove)
346
+ * [@ktdreyer](https://github.com/ktdreyer)
347
+ * [@orien](https://github.com/orien)
348
+ * [@asok](https://github.com/asok)
349
+ * [@junaruga](https://github.com/junaruga)
350
+ * [@MothOnMars](https://github.com/MothOnMars)
351
+ * [@nick-desteffen](https://github.com/nick-desteffen)
352
+ * [@NikoRoberts](https://github.com/NikoRoberts)
353
+ * [@trans](https://github.com/trans)
354
+ * [@andreynering](https://github.com/andreynering)
355
+ * [@aried3r](https://github.com/aried3r)
356
+ * [@baopham](https://github.com/baopham)
357
+ * [@batter](https://github.com/batter)
358
+ * [@brendon](https://github.com/brendon)
359
+ * [@cjba7](https://github.com/cjba7)
360
+ * [@christiankisssner](https://github.com/christiankisssner)
361
+ * [@dacort](https://github.com/dacort)
362
+ * [@danfstucky](https://github.com/danfstucky)
363
+ * [@david-a-wheeler](https://github.com/david-a-wheeler)
364
+ * [@dharamgollapudi](https://github.com/dharamgollapudi)
365
+ * [@georgeclaghorn](https://github.com/georgeclaghorn)
366
+ * [@gogainda](https://github.com/gogainda)
367
+ * [@jaredbeck](https://github.com/jaredbeck)
368
+ * [@ThatHurleyGuy](https://github.com/ThatHurleyGuy)
369
+ * [@jstorimer](https://github.com/jstorimer)
370
+ * [@jbarnette](https://github.com/jbarnette)
371
+ * [@queso](https://github.com/queso)
372
+ * [@technicalpickles](https://github.com/technicalpickles)
373
+ * [@kyoshidajp](https://github.com/kyoshidajp)
374
+ * [@kristianfreeman](https://github.com/kristianfreeman)
375
+ * [@louim](https://github.com/louim)
376
+ * [@mrpasquini](https://github.com/mrpasquini)
377
+ * [@olivierlacan](https://github.com/olivierlacan)
378
+ * [@pauldix](https://github.com/pauldix)
379
+ * [@sampokuokkanen](https://github.com/sampokuokkanen)
380
+ * [@stefannibrasil](https://github.com/stefannibrasil)
381
+ * [@tastycode](https://github.com/tastycode)
382
+ * [@vipulnsward](https://github.com/vipulnsward)
383
+ * [@joncalhoun](https://github.com/joncalhoun)
384
+ * [@ahorek](https://github.com/ahorek)
385
+ * [@rmacklin](https://github.com/rmacklin)
386
+ * [@y-yagi](https://github.com/y-yagi)
387
+ * [@lazyatom](https://github.com/lazyatom)
345
388
 
346
389
  And a big shout-out to Corey Innis for the name, and feedback on the API.
347
390
 
348
391
 
349
392
  ## Thank You
350
393
 
351
- The following people have generously funded Loofah:
394
+ The following people have generously funded Loofah with financial sponsorship:
352
395
 
353
396
  * Bill Harding
397
+ * [Sentry](https://sentry.io/) @getsentry
354
398
 
355
399
 
356
400
  ## Historical Note
@@ -663,6 +663,7 @@ module Loofah
663
663
  "list-style",
664
664
  "list-style-type",
665
665
  "max-width",
666
+ "min-width",
666
667
  "order",
667
668
  "overflow",
668
669
  "overflow-x",
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Loofah
4
4
  # The version of Loofah you are using
5
- VERSION = "2.22.0"
5
+ VERSION = "2.23.0"
6
6
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: loofah
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.22.0
4
+ version: 2.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - Bryan Helmkamp
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-11-13 00:00:00.000000000 Z
12
+ date: 2024-10-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: crass
@@ -82,7 +82,7 @@ metadata:
82
82
  bug_tracker_uri: https://github.com/flavorjones/loofah/issues
83
83
  changelog_uri: https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md
84
84
  documentation_uri: https://www.rubydoc.info/gems/loofah/
85
- post_install_message:
85
+ post_install_message:
86
86
  rdoc_options: []
87
87
  require_paths:
88
88
  - lib
@@ -97,8 +97,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  - !ruby/object:Gem::Version
98
98
  version: '0'
99
99
  requirements: []
100
- rubygems_version: 3.4.19
101
- signing_key:
100
+ rubygems_version: 3.5.22
101
+ signing_key:
102
102
  specification_version: 4
103
103
  summary: Loofah is a general library for manipulating and transforming HTML/XML documents
104
104
  and fragments, built on top of Nokogiri.