meta-tags 2.18.0 → 2.20.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: ccc7036c95b58f9e1c33efd68f3b9dc16d64e9f4ad5d06296800a288f9f644da
4
- data.tar.gz: c8fde1a652894101de4f146217b43326e81980c1bd760042a2dacbd194abb0a8
3
+ metadata.gz: 440fa812b13be18a614ee75e4f194ae2ca2ffbd0f70fd58202fe9036cfe14468
4
+ data.tar.gz: c46cc703162c1506e8c7152c5a03ca329356e8153428819a144b9181d9f89f8e
5
5
  SHA512:
6
- metadata.gz: 2672417d1d988f072ccc11d12f7d4a536b3e00ee376098972a9d945c11fc6ac6109f8baa0f87e98c33f549860384d41caa47c00496a3199edae6b4d60d88f956
7
- data.tar.gz: 83f2ff75eb5d41ec25b8c26932f718b186fa938f15b8fb5000840989ba5785a317d3337c1d363f3e3473a9c16d18e4b065272321c9a24172a763bfc74b8be2a5
6
+ metadata.gz: 6070db91ae2f2a85b09eeb36f5f089a2501f5fe997820396abe714db1547deec745a54db264e7d7a2e0918ad1a2afea6bfe3860b6683dd85972f7a5563b0147e
7
+ data.tar.gz: a567040cec30c15c0a4d12cf114e248b59fb16db674c9cabbfffa41655f1c8fa994ff5e258641432454d1049335e086433c61f91e1f9f409c65a66ccf7c780ff
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
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
+
15
+ ## 2.19.0 (October 5, 2023) [☰](https://github.com/kpumuk/meta-tags/compare/v2.18.0...v2.19.0)
16
+
17
+ Changes:
18
+
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))
22
+ - Added support for Rails 7.1 ([267](https://github.com/kpumuk/meta-tags/pull/267))
23
+
3
24
  ## 2.18.0 (September 15, 2022) [☰](https://github.com/kpumuk/meta-tags/compare/v2.17.0...v2.18.0)
4
25
 
5
26
  Changes:
@@ -10,7 +31,7 @@ Changes:
10
31
 
11
32
  Changes:
12
33
 
13
- - Separate RBS files to _internal directory to avoid exposing RBS ([237](https://github.com/kpumuk/meta-tags/pull/237))
34
+ - Separate RBS files to \_internal directory to avoid exposing RBS ([237](https://github.com/kpumuk/meta-tags/pull/237))
14
35
  - Added Ruby 3.1 to supported versions, Ruby 2.6 is minimum supported version ([235](https://github.com/kpumuk/meta-tags/pull/235/))
15
36
 
16
37
  ## 2.16.0 (September 24, 2021) [☰](https://github.com/kpumuk/meta-tags/compare/v2.15.0...v2.16.0)
@@ -175,7 +196,7 @@ Features:
175
196
 
176
197
  Changes:
177
198
 
178
- - Rails < 3.2 is not longer supported
199
+ - Ruby on Rails < 3.2 is no longer supported
179
200
 
180
201
  Features:
181
202
 
@@ -194,7 +215,7 @@ Bugfixes:
194
215
 
195
216
  Changes:
196
217
 
197
- - Ruby < 2.0 is not longer supported
218
+ - Ruby < 2.0 is no longer supported
198
219
 
199
220
  Features:
200
221