inferred_crumpets 0.5.0 → 0.7.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: df7c96a402d26e19410b2e36b5f5627ba7d82d9133ca4505ac2d56e83698a7bd
4
- data.tar.gz: 37f975409e519768f883c815924253e727a385b2c956d0b4ad83b3d84998550d
3
+ metadata.gz: 540290ccb31780e476a878e574cabbcb4aa86424539d285b46185ab88e942366
4
+ data.tar.gz: 9b9f7c414bf37d12198462c855899de6253551cf61aa7ca8c951645402d8a00d
5
5
  SHA512:
6
- metadata.gz: 5bf10586c402d098f3a7bf290156d70f6ed00f431c360616cdba24c68101f9dc723f799e5f97a59e1b3f2fcbcffde5bd703c88b4414cc2511e4a642845ba91e3
7
- data.tar.gz: e86965e111940f9493a4a120e27af1cf308c7c22f06afc7ccfcee468b2364aa649f0dfc4a2468cffbfc95c2e449a9d7c349c57a937d4b183ef422ac422d23326
6
+ metadata.gz: ab5dcf0c375dafba46da8c2c143ef938d71398caf2d6ca8a3adcfe37489fb9600ad2f85e7e1de88f268113eb80e6229c0930132551b788824b128145c1aa91fe
7
+ data.tar.gz: 44db64bef9bcf5b2c5b8965d0d4428ceba6333de23074a6df26ecb341c3100a9f14955845fe03d2233dc905aa7ad1e860ca78e7aaeb6d2f1589ce31bca8ae154
@@ -0,0 +1,12 @@
1
+ # The commits that did automated reformatting. You can ignore them
2
+ # during git-blame with `--ignore-rev` or `--ignore-revs-file`.
3
+ # You can also globally configure GIT with the following command
4
+ #
5
+ # $ git config --add 'blame.ignoreRevsFile' '.git-blame-ignore-revs'
6
+ #
7
+ # Example entries:
8
+ #
9
+ # <full commit hash> # initial black-format
10
+ # <full commit hash> # rename something internal
11
+
12
+ 0daeaca5107bc0c6d1577dd8b546da447739e8f3 # Pretty CHANGELOG.md
@@ -5,7 +5,7 @@ jobs:
5
5
  strategy:
6
6
  fail-fast: false
7
7
  matrix:
8
- ruby: ["2.6", "2.7", "3.0"]
8
+ ruby: ["3.0", "3.1", "3.2"]
9
9
  runs-on: ubuntu-latest
10
10
  steps:
11
11
  - uses: actions/checkout@v2
@@ -14,3 +14,8 @@ jobs:
14
14
  ruby-version: ${{ matrix.ruby }}
15
15
  bundler-cache: true
16
16
  - run: bundle exec rake
17
+ - name: Coveralls
18
+ uses: coverallsapp/github-action@master
19
+ with:
20
+ github-token: ${{ secrets.GITHUB_TOKEN }}
21
+ path-to-lcov: coverage/lcov.info
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.0
1
+ 3.2.0
data/CHANGELOG.md CHANGED
@@ -1,64 +1,72 @@
1
1
  # InferredCrumpets
2
2
 
3
+ ## 0.7.0
4
+
5
+ - [PLAT-1175] Update to Ruby 3.2
6
+
7
+ ## 0.6.0
8
+
9
+ - [PLAT-183] Ruby 3.1, coveralls via github actions
10
+
3
11
  ## 0.5.0
4
12
 
5
13
  - [TT-8631] Update to build with github actions / ruby 3.0 / rails 6.1
6
14
 
7
15
  ## 0.4.2
8
16
 
9
- * [TT-6224] ActiveRecord::Base subjects can now take a custom crumb name
17
+ - [TT-6224] ActiveRecord::Base subjects can now take a custom crumb name
10
18
 
11
19
  ## 0.4.1
12
20
 
13
- * [TT-5835] Fix crumb title for active record relation
21
+ - [TT-5835] Fix crumb title for active record relation
14
22
 
15
23
  ## 0.4.0
16
24
 
17
- * [TT-5807] Use crumb title for the subject name
25
+ - [TT-5807] Use crumb title for the subject name
18
26
 
19
27
  ## 0.3.0
20
28
 
21
- * [TT-5087] Add parent to be displayed on index routes
22
- * [TT-5088] Add ability to link to all actions
29
+ - [TT-5087] Add parent to be displayed on index routes
30
+ - [TT-5088] Add ability to link to all actions
23
31
 
24
32
  ## 0.2.6
25
33
 
26
- * [TT-4479] Added grandparent support
34
+ - [TT-4479] Added grandparent support
27
35
 
28
36
  ## 0.2.5
29
37
 
30
- * [RU-145] Check for the Rails 5 ActionController::UrlGenerationError
38
+ - [RU-145] Check for the Rails 5 ActionController::UrlGenerationError
31
39
 
32
40
  ## 0.2.4
33
41
 
34
- * [TT-3102] Move url checking out into seperate class
35
- * [TT-3102] Fix regression where subject routes where not build properly
42
+ - [TT-3102] Move url checking out into seperate class
43
+ - [TT-3102] Fix regression where subject routes where not build properly
36
44
 
37
45
  ## 0.2.3
38
46
 
39
- * [TT-3117] Fix: NoMethodError when subject is not linkable
47
+ - [TT-3117] Fix: NoMethodError when subject is not linkable
40
48
 
41
49
  ## 0.2.2
42
50
 
43
- * [TT-3102] Fix: Show subject crumb even when action is not linkable
51
+ - [TT-3102] Fix: Show subject crumb even when action is not linkable
44
52
 
45
53
  ## 0.2.1
46
54
 
47
- * [TT-2850] Fix: Don't link to actions that have no url
55
+ - [TT-2850] Fix: Don't link to actions that have no url
48
56
 
49
57
  ## 0.2.0
50
58
 
51
- * Fix: shallow routes no longer cause a routing error
52
- * Change: collection crumb not shown if a parent is set and the collection is shallow routed
59
+ - Fix: shallow routes no longer cause a routing error
60
+ - Change: collection crumb not shown if a parent is set and the collection is shallow routed
53
61
 
54
62
  ## 0.1.2
55
63
 
56
- * Fix: non-index collection actions now work
64
+ - Fix: non-index collection actions now work
57
65
 
58
66
  ## 0.1.1
59
67
 
60
- * Update: works with Crumpet 0.3.0
68
+ - Update: works with Crumpet 0.3.0
61
69
 
62
70
  ## 0.1.0
63
71
 
64
- * Initial release
72
+ - Initial release
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/inferred_crumpets.svg)](http://badge.fury.io/rb/inferred_crumpets)
4
4
  [![Build Status](https://github.com/sealink/inferred_crumpets/workflows/Build%20and%20Test/badge.svg?branch=master)](https://github.com/sealink/inferred_crumpets/actions)
5
+ [![Coverage Status](https://coveralls.io/repos/github/sealink/inferred_crumpets/badge.svg?branch=master)](https://coveralls.io/github/sealink/inferred_crumpets?branch=master)
5
6
 
6
7
  Automatic breadcrumbs for Rails. Built with [crumpet](https://github.com/blaknite/crumpet).
7
8
 
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
  spec.bindir = "exe"
21
21
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
22
  spec.require_paths = ["lib"]
23
- spec.required_ruby_version = '>= 2.6.0'
23
+ spec.required_ruby_version = '>= 3.0'
24
24
 
25
25
  spec.add_dependency "rails", ">= 6"
26
26
  spec.add_dependency "crumpet", ">= 0.3.0"
@@ -28,4 +28,5 @@ Gem::Specification.new do |spec|
28
28
  spec.add_development_dependency "bundler"
29
29
  spec.add_development_dependency "rake"
30
30
  spec.add_development_dependency "rspec"
31
+ spec.add_development_dependency "coverage-kit"
31
32
  end
@@ -1,3 +1,3 @@
1
1
  module InferredCrumpets
2
- VERSION = "0.5.0"
2
+ VERSION = "0.7.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inferred_crumpets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grant Colegate
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-06 00:00:00.000000000 Z
11
+ date: 2023-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -80,6 +80,20 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: coverage-kit
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
83
97
  description: Automatic breadcrumbs for Rails.
84
98
  email:
85
99
  - support@travellink.com.au
@@ -87,6 +101,7 @@ executables: []
87
101
  extensions: []
88
102
  extra_rdoc_files: []
89
103
  files:
104
+ - ".git-blame-ignore-revs"
90
105
  - ".github/dependabot.yml"
91
106
  - ".github/workflows/release.yml"
92
107
  - ".github/workflows/ruby.yml"
@@ -122,14 +137,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
122
137
  requirements:
123
138
  - - ">="
124
139
  - !ruby/object:Gem::Version
125
- version: 2.6.0
140
+ version: '3.0'
126
141
  required_rubygems_version: !ruby/object:Gem::Requirement
127
142
  requirements:
128
143
  - - ">="
129
144
  - !ruby/object:Gem::Version
130
145
  version: '0'
131
146
  requirements: []
132
- rubygems_version: 3.2.3
147
+ rubygems_version: 3.4.1
133
148
  signing_key:
134
149
  specification_version: 4
135
150
  summary: Automatic breadcrumbs for Rails.