friendly_fk 1.0.26 → 1.0.27

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: fa6c5dccdbefbe91446ef9a4b19ffb4b9895e9ef98f67a1d5a21397e0fe58fa6
4
- data.tar.gz: b194539b114f767893aabc3330797197a49b2d4b81479d46673bfa3363f5beb6
3
+ metadata.gz: 90987210f5f9fb2c2767f493022edd1fcc1c4884de0cd77bac56a3bdc917e329
4
+ data.tar.gz: 428a4aba6f10254349d46b5454e16567d353ca38783e840b5924a832291dd744
5
5
  SHA512:
6
- metadata.gz: 7c0b6af47ea121b4c6c4b5ea1ba29df202da03cc8d7964d89a01da487b00252ef301af10bcdf5b825554144b1cb2dac91d8f5d3b7c122c314a5b504a6cb7b9be
7
- data.tar.gz: be5ec8e2e1bef05c0f8a33da4c41964f0fbe3561080fe134ab6fc3ca160c1698e1f49a996bb5012e34ede215969b0eda9ea3d7f0b500ffcb41f45849d291dc69
6
+ metadata.gz: 64e25b02ddcc5d39a511ba77f9d4664e95f98139b5ead0954ad59421083cf8e8ff7013e404d3b9f679d11bba7accb4fb7eeb395bc007b2f125446d648ec1268b
7
+ data.tar.gz: bbed59c54eb386461186c08540b0375e995e25779c19b7d2e9398e887ab329c4cc9311b21a01f90c96c565adaf3b3b72be52b8db58354cab3ab3ca4089877114
@@ -15,7 +15,7 @@ jobs:
15
15
  - name: Set up Ruby
16
16
  uses: ruby/setup-ruby@v1
17
17
  with:
18
- ruby-version: '3.2.2'
18
+ ruby-version: '3.3.4'
19
19
  bundler-cache: true
20
20
 
21
21
  - name: Bundle audit
@@ -0,0 +1,25 @@
1
+ name: Build and Publish Gem
2
+
3
+ on:
4
+ release:
5
+ types: [published]
6
+
7
+ jobs:
8
+ build:
9
+ runs-on: ubuntu-latest
10
+
11
+ permissions:
12
+ contents: write
13
+ id-token: write
14
+
15
+ steps:
16
+ # Set up
17
+ - uses: actions/checkout@v4
18
+ - name: Set up Ruby
19
+ uses: ruby/setup-ruby@v1
20
+ with:
21
+ bundler-cache: true
22
+ ruby-version: ruby
23
+
24
+ # Release
25
+ - uses: rubygems/release-gem@v1
data/.rubocop.yml CHANGED
@@ -187,13 +187,6 @@ RSpec/ExampleWording:
187
187
  not: does not
188
188
  IgnoredWords: []
189
189
 
190
- # Checks the file and folder naming of the spec file.
191
- RSpec/FilePath:
192
- Enabled: true
193
- CustomTransform:
194
- RuboCop: rubocop
195
- RSpec: rspec
196
-
197
190
  RSpec/ImplicitExpect:
198
191
  EnforcedStyle: should
199
192
  Enabled: true
data/Gemfile.lock CHANGED
@@ -1,38 +1,39 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- friendly_fk (1.0.26)
4
+ friendly_fk (1.0.27)
5
5
  activerecord
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (7.1.3.4)
11
- activesupport (= 7.1.3.4)
12
- activerecord (7.1.3.4)
13
- activemodel (= 7.1.3.4)
14
- activesupport (= 7.1.3.4)
10
+ activemodel (7.2.1)
11
+ activesupport (= 7.2.1)
12
+ activerecord (7.2.1)
13
+ activemodel (= 7.2.1)
14
+ activesupport (= 7.2.1)
15
15
  timeout (>= 0.4.0)
16
- activesupport (7.1.3.4)
16
+ activesupport (7.2.1)
17
17
  base64
18
18
  bigdecimal
19
- concurrent-ruby (~> 1.0, >= 1.0.2)
19
+ concurrent-ruby (~> 1.0, >= 1.3.1)
20
20
  connection_pool (>= 2.2.5)
21
21
  drb
22
22
  i18n (>= 1.6, < 2)
23
+ logger (>= 1.4.2)
23
24
  minitest (>= 5.1)
24
- mutex_m
25
- tzinfo (~> 2.0)
25
+ securerandom (>= 0.3)
26
+ tzinfo (~> 2.0, >= 2.0.5)
26
27
  ast (2.4.2)
27
28
  base64 (0.2.0)
28
29
  bigdecimal (3.1.8)
29
- bundler-audit (0.9.1)
30
+ bundler-audit (0.9.2)
30
31
  bundler (>= 1.2.0, < 3)
31
32
  thor (~> 1.0)
32
- concurrent-ruby (1.3.3)
33
+ concurrent-ruby (1.3.4)
33
34
  connection_pool (2.4.1)
34
35
  diff-lcs (1.5.1)
35
- docile (1.4.0)
36
+ docile (1.4.1)
36
37
  drb (2.2.1)
37
38
  fuubar (2.5.1)
38
39
  rspec-core (~> 3.0)
@@ -41,20 +42,20 @@ GEM
41
42
  concurrent-ruby (~> 1.0)
42
43
  json (2.7.2)
43
44
  language_server-protocol (3.17.0.3)
44
- minitest (5.23.1)
45
- mutex_m (0.2.0)
45
+ logger (1.6.0)
46
+ minitest (5.25.1)
46
47
  mysql2 (0.5.6)
47
- parallel (1.25.1)
48
- parser (3.3.2.0)
48
+ parallel (1.26.3)
49
+ parser (3.3.4.2)
49
50
  ast (~> 2.4.1)
50
51
  racc
51
- pg (1.5.6)
52
- racc (1.8.0)
53
- rack (3.1.0)
52
+ pg (1.5.7)
53
+ racc (1.8.1)
54
+ rack (3.1.7)
54
55
  rainbow (3.1.1)
55
56
  rake (13.2.1)
56
57
  regexp_parser (2.9.2)
57
- rexml (3.3.0)
58
+ rexml (3.3.6)
58
59
  strscan
59
60
  rspec (3.13.0)
60
61
  rspec-core (~> 3.13.0)
@@ -62,48 +63,40 @@ GEM
62
63
  rspec-mocks (~> 3.13.0)
63
64
  rspec-core (3.13.0)
64
65
  rspec-support (~> 3.13.0)
65
- rspec-expectations (3.13.0)
66
+ rspec-expectations (3.13.2)
66
67
  diff-lcs (>= 1.2.0, < 2.0)
67
68
  rspec-support (~> 3.13.0)
68
69
  rspec-mocks (3.13.1)
69
70
  diff-lcs (>= 1.2.0, < 2.0)
70
71
  rspec-support (~> 3.13.0)
71
72
  rspec-support (3.13.1)
72
- rubocop (1.64.1)
73
+ rubocop (1.65.1)
73
74
  json (~> 2.3)
74
75
  language_server-protocol (>= 3.17.0)
75
76
  parallel (~> 1.10)
76
77
  parser (>= 3.3.0.2)
77
78
  rainbow (>= 2.2.2, < 4.0)
78
- regexp_parser (>= 1.8, < 3.0)
79
+ regexp_parser (>= 2.4, < 3.0)
79
80
  rexml (>= 3.2.5, < 4.0)
80
81
  rubocop-ast (>= 1.31.1, < 2.0)
81
82
  ruby-progressbar (~> 1.7)
82
83
  unicode-display_width (>= 2.4.0, < 3.0)
83
- rubocop-ast (1.31.3)
84
+ rubocop-ast (1.32.1)
84
85
  parser (>= 3.3.1.0)
85
- rubocop-capybara (2.21.0)
86
- rubocop (~> 1.41)
87
- rubocop-factory_bot (2.26.0)
88
- rubocop (~> 1.41)
89
- rubocop-performance (1.21.0)
86
+ rubocop-performance (1.21.1)
90
87
  rubocop (>= 1.48.1, < 2.0)
91
88
  rubocop-ast (>= 1.31.1, < 2.0)
92
- rubocop-rails (2.25.0)
89
+ rubocop-rails (2.26.0)
93
90
  activesupport (>= 4.2.0)
94
91
  rack (>= 1.1)
95
- rubocop (>= 1.33.0, < 2.0)
92
+ rubocop (>= 1.52.0, < 2.0)
96
93
  rubocop-ast (>= 1.31.1, < 2.0)
97
94
  rubocop-rake (0.6.0)
98
95
  rubocop (~> 1.0)
99
- rubocop-rspec (2.31.0)
100
- rubocop (~> 1.40)
101
- rubocop-capybara (~> 2.17)
102
- rubocop-factory_bot (~> 2.22)
103
- rubocop-rspec_rails (~> 2.28)
104
- rubocop-rspec_rails (2.29.0)
105
- rubocop (~> 1.40)
96
+ rubocop-rspec (3.0.4)
97
+ rubocop (~> 1.61)
106
98
  ruby-progressbar (1.13.0)
99
+ securerandom (0.3.1)
107
100
  simplecov (0.22.0)
108
101
  docile (~> 1.1)
109
102
  simplecov-html (~> 0.11)
@@ -140,4 +133,4 @@ DEPENDENCIES
140
133
  simplecov-rcov
141
134
 
142
135
  BUNDLED WITH
143
- 2.4.12
136
+ 2.5.3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FriendlyFk
4
- VERSION = '1.0.26'
4
+ VERSION = '1.0.27'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: friendly_fk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.26
4
+ version: 1.0.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Kiselyov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-06-11 00:00:00.000000000 Z
11
+ date: 2024-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -33,6 +33,7 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - ".github/dependabot.yml"
35
35
  - ".github/workflows/bundle-audit.yml"
36
+ - ".github/workflows/publish.yml"
36
37
  - ".github/workflows/rspec-mysql.yml"
37
38
  - ".github/workflows/rspec-pg.yml"
38
39
  - ".github/workflows/rubocop.yml"
@@ -75,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
76
  - !ruby/object:Gem::Version
76
77
  version: '0'
77
78
  requirements: []
78
- rubygems_version: 3.4.10
79
+ rubygems_version: 3.5.11
79
80
  signing_key:
80
81
  specification_version: 4
81
82
  summary: Creates foreign keys with friendly names