Skip to content

Commit fd819bd

Browse files
committed
chore(ruby): Release 0.15.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 0eb739b commit fd819bd

File tree

5 files changed

+1231
-7
lines changed

5 files changed

+1231
-7
lines changed

bindings/ruby/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.15.0] - 2025-06-21
6+
57
### Changed
68

79
- Bump MSRV to `1.71.1`.
@@ -176,7 +178,8 @@
176178

177179
- Initial public release
178180

179-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.3...HEAD
181+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.15.0...HEAD
182+
[0.15.0]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.3...ruby-v0.15.0
180183
[0.14.3]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.2...ruby-v0.14.3
181184
[0.14.2]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.1...ruby-v0.14.2
182185
[0.14.1]: https://github.com/Stranger6667/css-inline/compare/ruby-v0.14.0...ruby-v0.14.1

bindings/ruby/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
css_inline (0.14.3)
4+
css_inline (0.15.0)
55

66
GEM
77
remote: https://rubygems.org/

bindings/ruby/css_inline.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "css_inline"
5-
spec.version = "0.14.3"
5+
spec.version = "0.15.0"
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.
99
This process is essential for sending HTML emails as you need to use "style" attributes instead of "style" tags.
1010
EOF
11-
spec.files = Dir["lib/**/*.rb"].concat(Dir["ext/css_inline/src/**/*.rs"]) << "ext/css_inline/Cargo.toml" << "README.md"
11+
spec.files = Dir["lib/**/*.rb"].concat(Dir["ext/css_inline/src/**/*.rs"]) << "ext/css_inline/Cargo.toml" << "exc/css_inline/Cargo.lock" << "README.md"
1212
spec.extensions = ["ext/css_inline/Cargo.toml"]
1313
spec.rdoc_options = ["--main", "README.rdoc", "--charset", "utf-8", "--exclude", "ext/"]
1414
spec.authors = ["Dmitry Dygalo"]

0 commit comments

Comments
 (0)