gretel 4.6.0 → 5.0.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: ee8686486b44e9ee694e8c8c2119eb8604b497364d917888d9ad18e5de3fabc9
4
- data.tar.gz: 147d47f70341f2da748ac68ab643ccf17c5cf34612ddbfd0687efa6c63b81f41
3
+ metadata.gz: 94a7077f954e5a96dff3e4a9b12cd231871871eee1420e28fe211c290b14c9a5
4
+ data.tar.gz: 0d178013501e43da4a8a3837ea642cb29c6ea0b6913a75553bed6b8eee2d3f85
5
5
  SHA512:
6
- metadata.gz: ef1dcc6ea9a4ebdd67a548ac45382b19b4750c500c49b3d31f79f2cb4a54f237694942d2cf947761c53045ea56563bf3c9fa2f858fd52887c009e0d054535f2d
7
- data.tar.gz: e982ef28a0e8df216a0ebc1208fe18bc37686733a2e0068cbc41fdc341c9c1d117d2c15ee1f1cbc466bd896544a2a4ccfcd80bfef1cbb949260c1458f6b17497
6
+ metadata.gz: fa8eef9a9cad8ed49d362748da4e3554cfec173a0e8725e83f0d6b121b3773a0c1372efc578e23db8f8821ee442d50394510de98bb892cc489378bb687f3414e
7
+ data.tar.gz: 959874add7449bb8f5e53b02bed8496989e8d9c75fc7fe169d35f915034859e037951d2f0f5cbcb70cdc7e758051182cca947ef076c644c6751697787af33910
@@ -11,22 +11,10 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
  strategy:
13
13
  matrix:
14
- rails_version: [5.1.0, 5.2.0, 6.0.0, 6.1.0, 7.0.0, 7.1.0, master]
15
- ruby_version: ['3.2', '3.1', '3.0', '2.7', '2.6']
14
+ rails_version: [6.1.0, 7.0.0, 7.1.0, master]
15
+ ruby_version: ['3.3', '3.2', '3.1', '3.0']
16
16
  exclude:
17
- - { ruby_version: '2.6', rails_version: 7.0.0 }
18
- - { ruby_version: '2.6', rails_version: 7.1.0 }
19
- - { ruby_version: '2.6', rails_version: master }
20
- - { ruby_version: '3.0', rails_version: 5.1.0 }
21
- - { ruby_version: '3.0', rails_version: 5.2.0 }
22
- - { ruby_version: '3.1', rails_version: 5.1.0 }
23
- - { ruby_version: '3.1', rails_version: 5.2.0 }
24
- - { ruby_version: '3.1', rails_version: 6.0.0 }
25
- - { ruby_version: '3.1', rails_version: 6.1.0 }
26
- - { ruby_version: '3.2', rails_version: 5.1.0 }
27
- - { ruby_version: '3.2', rails_version: 5.2.0 }
28
- - { ruby_version: '3.2', rails_version: 6.0.0 }
29
- - { ruby_version: '3.2', rails_version: 6.1.0 }
17
+ - { ruby_version: '3.0', rails_version: master }
30
18
 
31
19
  steps:
32
20
  - uses: actions/checkout@v3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Changelog
2
2
 
3
3
  ## Unreleased
4
+ * Drop support Ruby < 3.0
5
+ * Drop support Rails < 6.1
4
6
 
5
7
  ## Version 4.6.0
6
8
  * Support Rails 7.1
@@ -1,3 +1,3 @@
1
1
  module Gretel
2
- VERSION = "4.6.0"
2
+ VERSION = "5.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gretel
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.6.0
4
+ version: 5.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lasse Bunk
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-10-06 00:00:00.000000000 Z
12
+ date: 2024-01-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0'
158
158
  requirements: []
159
- rubygems_version: 3.4.6
159
+ rubygems_version: 3.5.3
160
160
  signing_key:
161
161
  specification_version: 4
162
162
  summary: Flexible Ruby on Rails breadcrumbs plugin.