File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.14.2] - 2024-11-11
6+
57### Changed
68
79- Update ` magnus ` to ` 0.7 ` .
152154
153155- Initial public release
154156
155- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.1...HEAD
157+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.2...HEAD
158+ [ 0.14.2 ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.1...ruby-v0.14.2
156159[ 0.14.1 ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.0...ruby-v0.14.1
157160[ 0.14.0 ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.13.0...ruby-v0.14.0
158161[ 0.13.0 ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.12.0...ruby-v0.13.0
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- css_inline (0.14.1 )
4+ css_inline (0.14.2 )
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff line change 22
33Gem ::Specification . new do |spec |
44 spec . name = "css_inline"
5- spec . version = "0.14.1 "
5+ spec . version = "0.14.2 "
66 spec . summary = "High-performance library for inlining CSS into HTML 'style' attributes"
77 spec . description = <<-EOF
88 `css_inline` inlines CSS into HTML documents, using components from Mozilla's Servo project.
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121 "source_code_uri" => "https://github.com/Stranger6667/css-inline/tree/master/bindings/ruby" ,
2222 }
2323
24- spec . requirements = [ "Rust >= 1.65 " ]
24+ spec . requirements = [ "Rust >= 1.70 " ]
2525 spec . required_ruby_version = ">= 2.7.0"
2626 spec . required_rubygems_version = ">= 3.3.26"
2727
Original file line number Diff line number Diff line change 11[package ]
22name = " css-inline-ruby"
3- version = " 0.14.1 "
3+ version = " 0.14.2 "
44authors = [
" Dmitry Dygalo <[email protected] >" ]
55edition = " 2021"
66readme = " README.rdoc"
You can’t perform that action at this time.
0 commit comments