friendly_fk 1.0.19 → 1.0.20

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: 4f02bc472ee699ce3daaf2a1081075eac957eff10f9a5a5f262dbb561c163ed0
4
- data.tar.gz: 519bf45a6946435e909692b05387f54de41d0e12771ded70f44708bb90689e09
3
+ metadata.gz: 64bfd86b74842b7da67dde6bcd7f0e51cf8cf1bfaaf60012d277d29e82a12891
4
+ data.tar.gz: 452f186cf3b0f435dffabf4e117da82d6fd04bc15657d3876d4872374e151f46
5
5
  SHA512:
6
- metadata.gz: 879e69157b0f9bc0d3926c3cbfe9aceba36845c72ea3458d59cb09525c702dbf0a62750413dbe2d659d76752266274c6f952a0108a8e59eac70558abd40b070b
7
- data.tar.gz: '039f57e3fd6415887c2a9ad3d74f70078fde93ba04dcf727f0e28025bfe1a60394e3e66f7d15b33afbab93f191f93d584aaa2f2579a53a1159eebcbd87f0ad6c'
6
+ metadata.gz: 134c5aca94866116894251c40cb95229aa90677aed89ff9dc656b39659ca6a1d03508638ceba9deb87e72547182ed2c2213161e8267b47a4343dcee63ed550b5
7
+ data.tar.gz: 857bf0ad1147508aea1d2b7664fe07db110f9fa2f60cdbc2d763c8dff8f6e20a0e83b29ff36d883bca3bc14bd5bbf737c3649b6536957dd32c510c8a606d198a
data/.rubocop.yml CHANGED
@@ -6,7 +6,7 @@ require:
6
6
  inherit_from: .rubocop_todo.yml
7
7
 
8
8
  AllCops:
9
- TargetRubyVersion: 2.5
9
+ TargetRubyVersion: 2.6
10
10
  # Cop names are not d§splayed in offense messages by default. Change behavior
11
11
  # by overriding DisplayCopNames, or by giving the -D/--display-cop-names
12
12
  # option.
data/.travis.yml CHANGED
@@ -1,9 +1,9 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.5.9
4
- - 2.6.7
5
- - 2.7.3
6
- - 3.0.1
3
+ - 2.6.10
4
+ - 2.7.6
5
+ - 3.0.4
6
+ - 3.1.2
7
7
 
8
8
  services:
9
9
  - mysql
data/Gemfile.lock CHANGED
@@ -7,86 +7,83 @@ PATH
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (6.1.4.1)
11
- activesupport (= 6.1.4.1)
12
- activerecord (6.1.4.1)
13
- activemodel (= 6.1.4.1)
14
- activesupport (= 6.1.4.1)
15
- activesupport (6.1.4.1)
10
+ activemodel (7.0.3)
11
+ activesupport (= 7.0.3)
12
+ activerecord (7.0.3)
13
+ activemodel (= 7.0.3)
14
+ activesupport (= 7.0.3)
15
+ activesupport (7.0.3)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 1.6, < 2)
18
18
  minitest (>= 5.1)
19
19
  tzinfo (~> 2.0)
20
- zeitwerk (~> 2.3)
21
20
  ast (2.4.2)
22
- concurrent-ruby (1.1.9)
23
- diff-lcs (1.4.4)
21
+ concurrent-ruby (1.1.10)
22
+ diff-lcs (1.5.0)
24
23
  docile (1.4.0)
25
24
  fuubar (2.5.1)
26
25
  rspec-core (~> 3.0)
27
26
  ruby-progressbar (~> 1.4)
28
- i18n (1.8.10)
27
+ i18n (1.10.0)
29
28
  concurrent-ruby (~> 1.0)
30
- minitest (5.14.4)
31
- mysql2 (0.5.3)
32
- parallel (1.20.1)
33
- parser (3.0.2.0)
29
+ minitest (5.16.1)
30
+ mysql2 (0.5.4)
31
+ parallel (1.22.1)
32
+ parser (3.1.2.0)
34
33
  ast (~> 2.4.1)
35
- pg (1.2.3)
36
- rack (2.2.3)
37
- rainbow (3.0.0)
34
+ pg (1.4.0)
35
+ rack (2.2.3.1)
36
+ rainbow (3.1.1)
38
37
  rake (13.0.6)
39
- regexp_parser (2.1.1)
38
+ regexp_parser (2.5.0)
40
39
  rexml (3.2.5)
41
- rspec (3.10.0)
42
- rspec-core (~> 3.10.0)
43
- rspec-expectations (~> 3.10.0)
44
- rspec-mocks (~> 3.10.0)
45
- rspec-core (3.10.1)
46
- rspec-support (~> 3.10.0)
47
- rspec-expectations (3.10.1)
40
+ rspec (3.11.0)
41
+ rspec-core (~> 3.11.0)
42
+ rspec-expectations (~> 3.11.0)
43
+ rspec-mocks (~> 3.11.0)
44
+ rspec-core (3.11.0)
45
+ rspec-support (~> 3.11.0)
46
+ rspec-expectations (3.11.0)
48
47
  diff-lcs (>= 1.2.0, < 2.0)
49
- rspec-support (~> 3.10.0)
50
- rspec-mocks (3.10.2)
48
+ rspec-support (~> 3.11.0)
49
+ rspec-mocks (3.11.1)
51
50
  diff-lcs (>= 1.2.0, < 2.0)
52
- rspec-support (~> 3.10.0)
53
- rspec-support (3.10.2)
54
- rubocop (1.20.0)
51
+ rspec-support (~> 3.11.0)
52
+ rspec-support (3.11.0)
53
+ rubocop (1.30.1)
55
54
  parallel (~> 1.10)
56
- parser (>= 3.0.0.0)
55
+ parser (>= 3.1.0.0)
57
56
  rainbow (>= 2.2.2, < 4.0)
58
57
  regexp_parser (>= 1.8, < 3.0)
59
- rexml
60
- rubocop-ast (>= 1.9.1, < 2.0)
58
+ rexml (>= 3.2.5, < 4.0)
59
+ rubocop-ast (>= 1.18.0, < 2.0)
61
60
  ruby-progressbar (~> 1.7)
62
61
  unicode-display_width (>= 1.4.0, < 3.0)
63
- rubocop-ast (1.11.0)
64
- parser (>= 3.0.1.1)
65
- rubocop-performance (1.11.5)
62
+ rubocop-ast (1.18.0)
63
+ parser (>= 3.1.1.0)
64
+ rubocop-performance (1.14.2)
66
65
  rubocop (>= 1.7.0, < 2.0)
67
66
  rubocop-ast (>= 0.4.0)
68
- rubocop-rails (2.11.3)
67
+ rubocop-rails (2.15.0)
69
68
  activesupport (>= 4.2.0)
70
69
  rack (>= 1.1)
71
70
  rubocop (>= 1.7.0, < 2.0)
72
71
  rubocop-rake (0.6.0)
73
72
  rubocop (~> 1.0)
74
- rubocop-rspec (2.4.0)
75
- rubocop (~> 1.0)
76
- rubocop-ast (>= 1.1.0)
73
+ rubocop-rspec (2.11.1)
74
+ rubocop (~> 1.19)
77
75
  ruby-progressbar (1.11.0)
78
76
  simplecov (0.21.2)
79
77
  docile (~> 1.1)
80
78
  simplecov-html (~> 0.11)
81
79
  simplecov_json_formatter (~> 0.1)
82
80
  simplecov-html (0.12.3)
83
- simplecov-rcov (0.2.3)
81
+ simplecov-rcov (0.3.1)
84
82
  simplecov (>= 0.4.1)
85
- simplecov_json_formatter (0.1.3)
83
+ simplecov_json_formatter (0.1.4)
86
84
  tzinfo (2.0.4)
87
85
  concurrent-ruby (~> 1.0)
88
- unicode-display_width (2.0.0)
89
- zeitwerk (2.4.2)
86
+ unicode-display_width (2.1.0)
90
87
 
91
88
  PLATFORMS
92
89
  ruby
data/friendly_fk.gemspec CHANGED
@@ -16,10 +16,11 @@ Gem::Specification.new do |spec|
16
16
  'bug_tracker_uri' => 'https://github.com/marinazzio/friendly_fk/issues',
17
17
  'documentation_uri' => 'https://github.com/marinazzio/friendly_fk/blob/master/README.md',
18
18
  'homepage_uri' => 'https://github.com/marinazzio/friendly_fk',
19
- 'source_code_uri' => 'https://github.com/marinazzio/friendly_fk'
19
+ 'source_code_uri' => 'https://github.com/marinazzio/friendly_fk',
20
+ 'rubygems_mfa_required' => 'true'
20
21
  }
21
22
 
22
- spec.required_ruby_version = '>= 2.5.9'
23
+ spec.required_ruby_version = '>= 2.6.0'
23
24
 
24
25
  spec.metadata['allowed_push_host'] = 'https://rubygems.org'
25
26
 
@@ -1,3 +1,3 @@
1
1
  module FriendlyFk
2
- VERSION = '1.0.19'.freeze
2
+ VERSION = '1.0.20'.freeze
3
3
  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.19
4
+ version: 1.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Kiselyov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-08-27 00:00:00.000000000 Z
11
+ date: 2022-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -124,6 +124,7 @@ metadata:
124
124
  documentation_uri: https://github.com/marinazzio/friendly_fk/blob/master/README.md
125
125
  homepage_uri: https://github.com/marinazzio/friendly_fk
126
126
  source_code_uri: https://github.com/marinazzio/friendly_fk
127
+ rubygems_mfa_required: 'true'
127
128
  allowed_push_host: https://rubygems.org
128
129
  post_install_message:
129
130
  rdoc_options: []
@@ -133,14 +134,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
133
134
  requirements:
134
135
  - - ">="
135
136
  - !ruby/object:Gem::Version
136
- version: 2.5.9
137
+ version: 2.6.0
137
138
  required_rubygems_version: !ruby/object:Gem::Requirement
138
139
  requirements:
139
140
  - - ">="
140
141
  - !ruby/object:Gem::Version
141
142
  version: '0'
142
143
  requirements: []
143
- rubygems_version: 3.1.4
144
+ rubygems_version: 3.3.7
144
145
  signing_key:
145
146
  specification_version: 4
146
147
  summary: Creates foreign keys with friendly names