css_inline 0.10.1 → 0.10.2

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: 34222fdeb2fa9df7a85ceff2a636e270547dc019f802acf44463e5664bb262f9
4
- data.tar.gz: 691c0db63a192755607370a42bc0a852816c6c9bc376932abc4a2a6c0ff18864
3
+ metadata.gz: b2bee3426a27caa1fd94d837cc8f9178d78167bffd47cd4f9fbe967683a737be
4
+ data.tar.gz: eafaddb32401278885056597da4dab0403a5cc902e3acbf5e0bf279c4083fb30
5
5
  SHA512:
6
- metadata.gz: 5674f13869ba479c6332af0f1e6e346bc17571f69cb51a8181bcfdb1c77e246c1e76029f818b14f3b0c686633ad9a752d30a0bef129b835c2715ba0647e77d98
7
- data.tar.gz: 34715818a75ffc5f1862faf6138981e997c499d0073604af74f073314938f1cd081dbc4c3efe14c19fbc0781a4550db016dbbe4d259cdaff58ccfd91d73995e8
6
+ metadata.gz: fcf9fde86b859f76c7b2259a5ceb3c1f49cb5dd3a66efa5b25f2582da9c40330535d78495d8eecbb331defaf68d48bf99fde24854d11eec2e8e1862be5aa63ba
7
+ data.tar.gz: 5b31912053524cfff826837921316ebcac19ce8ed85b49886260d506fcd4619f25dde8a8e40eb98aa6e06fe37a9f462f14da12de2022cb6342f41c0ec3a64ec8
data/README.md CHANGED
@@ -138,9 +138,9 @@ The table below provides a detailed comparison between `css_inline` and `premail
138
138
 
139
139
  | | `css_inline 0.10.0` | `premailer 1.21.0 with Nokogiri 1.15.2` | Difference |
140
140
  |-------------------|---------------------|------------------------------------------------|------------|
141
- | Basic usage | 11 µs | 448 µs | **40.6x** |
142
- | Realistic email 1 | 290 µs | 9.72 ms | **33.5x** |
143
- | Realistic email 2 | 167.50 µs | Error: Cannot parse 0 calc((100% - 500px) / 2) | - |
141
+ | Basic usage | 9.77 µs | 414.42 µs | **42.42x** |
142
+ | Realistic email 1 | 249.62 µs | 10.75 ms | **42.97x** |
143
+ | Realistic email 2 | 162.33 µs | Error: Cannot parse 0 calc((100% - 500px) / 2) | - |
144
144
 
145
145
  Please refer to the `test/bench.rb` file to review the benchmark code.
146
146
  The results displayed above were measured using stable `rustc 1.70` on Ruby `3.2.2`.
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "css-inline-ruby"
3
- version = "0.10.0"
3
+ version = "0.10.2"
4
4
  authors = ["Dmitry Dygalo <dadygalo@gmail.com>"]
5
5
  edition = "2021"
6
6
  readme = "README.rdoc"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: css_inline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Dygalo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-18 00:00:00.000000000 Z
11
+ date: 2023-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler