meta-tags 2.19.0 → 2.20.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: 8492bea82b4f8198d1586fbf8455ad77fb86942deb24a176bc2905d680410e73
4
- data.tar.gz: 2bc51a95760a70183e21edfe6f7b5dc7f443b0eb1d5e4449a2da398f48074f71
3
+ metadata.gz: 440fa812b13be18a614ee75e4f194ae2ca2ffbd0f70fd58202fe9036cfe14468
4
+ data.tar.gz: c46cc703162c1506e8c7152c5a03ca329356e8153428819a144b9181d9f89f8e
5
5
  SHA512:
6
- metadata.gz: 781610100e7ec63c46e2f377cda42bbbec151009ddb45f17f353d6b4f6271b2645e4883b51ea476fbd5180f6fec14764d5ba7c69130f58cdf59ac90ad452add2
7
- data.tar.gz: ad30e462d9fc9b8fea8dd8244c13447e6a9221201485491960754b213bff085cf24522bb93d909ae1a16c9cf37b4770ce1c54f2427480875a06dde749c028eb0
6
+ metadata.gz: 6070db91ae2f2a85b09eeb36f5f089a2501f5fe997820396abe714db1547deec745a54db264e7d7a2e0918ad1a2afea6bfe3860b6683dd85972f7a5563b0147e
7
+ data.tar.gz: a567040cec30c15c0a4d12cf114e248b59fb16db674c9cabbfffa41655f1c8fa994ff5e258641432454d1049335e086433c61f91e1f9f409c65a66ccf7c780ff
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.20.0 (December 26, 2023)
4
+
5
+ Features:
6
+
7
+ - Introduced `truncate_on_natural_separator` configuration option to change or disable truncation on natural separator ([283](https://github.com/kpumuk/meta-tags/pull/283)).
8
+ - Introduced `title_tag_attributes` configuration option to add HTML attributes to the title tag ([284](https://github.com/kpumuk/meta-tags/pull/284)).
9
+
10
+ Changes:
11
+
12
+ - Switched builds from CircleCI to Github Actions ([273](https://github.com/kpumuk/meta-tags/pull/273))
13
+ - Ruby on Rails < 6.0 is no longer supported.
14
+
3
15
  ## 2.19.0 (October 5, 2023) [☰](https://github.com/kpumuk/meta-tags/compare/v2.18.0...v2.19.0)
4
16
 
5
17
  Changes:
6
18
 
7
- - Switched code style from custom rules to Standard ([246](https://github.com/kpumuk/meta-tags/pull/251)).
8
- - Switched from testing Rails using environment variables to Appraisal gem ([251](https://github.com/kpumuk/meta-tags/pull/247)).
9
- - Ruby 2.7 is minimum supported version ([257](https://github.com/kpumuk/meta-tags/pull/257/))
19
+ - Switched code style from custom rules to Standard ([246](https://github.com/kpumuk/meta-tags/pull/246)).
20
+ - Switched from testing Rails using environment variables to Appraisal gem ([251](https://github.com/kpumuk/meta-tags/pull/251)).
21
+ - Ruby 2.7 is minimum supported version ([257](https://github.com/kpumuk/meta-tags/pull/257))
10
22
  - Added support for Rails 7.1 ([267](https://github.com/kpumuk/meta-tags/pull/267))
11
23
 
12
24
  ## 2.18.0 (September 15, 2022) [☰](https://github.com/kpumuk/meta-tags/compare/v2.17.0...v2.18.0)
@@ -184,7 +196,7 @@ Features:
184
196
 
185
197
  Changes:
186
198
 
187
- - Rails < 3.2 is not longer supported
199
+ - Ruby on Rails < 3.2 is no longer supported
188
200
 
189
201
  Features:
190
202
 
@@ -203,7 +215,7 @@ Bugfixes:
203
215
 
204
216
  Changes:
205
217
 
206
- - Ruby < 2.0 is not longer supported
218
+ - Ruby < 2.0 is no longer supported
207
219
 
208
220
  Features:
209
221