friendly_fk 1.0.18 → 1.0.19

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: bc0d9a04ccfa5de2f378a9153753d2d20018e15a143b63fca337bc61e8fb8aa7
4
- data.tar.gz: 69d61fecfd41a3f43889bf1aaf55cbe31b577df0fae70548d001042b29ebf3e5
3
+ metadata.gz: 4f02bc472ee699ce3daaf2a1081075eac957eff10f9a5a5f262dbb561c163ed0
4
+ data.tar.gz: 519bf45a6946435e909692b05387f54de41d0e12771ded70f44708bb90689e09
5
5
  SHA512:
6
- metadata.gz: 4e5d60f852862115072598a290412c58dd44a5d7648e72b7c2ed2941e2cfa0aebc96420c7dd4386db86e368030ad494237c5f202b154cbab11935c33e56f5685
7
- data.tar.gz: d4051b183bc2c89ee2f0fd7f5a7cd7286d117477c29693098544ddda7ec997b341c1336266fcee64a7a13937101bdbab3c5cc871394586befd06ed8d65fb6871
6
+ metadata.gz: 879e69157b0f9bc0d3926c3cbfe9aceba36845c72ea3458d59cb09525c702dbf0a62750413dbe2d659d76752266274c6f952a0108a8e59eac70558abd40b070b
7
+ data.tar.gz: '039f57e3fd6415887c2a9ad3d74f70078fde93ba04dcf727f0e28025bfe1a60394e3e66f7d15b33afbab93f191f93d584aaa2f2579a53a1159eebcbd87f0ad6c'
data/Gemfile.lock CHANGED
@@ -1,25 +1,25 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- friendly_fk (1.0.18)
4
+ friendly_fk (1.0.19)
5
5
  activerecord
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (6.1.3.2)
11
- activesupport (= 6.1.3.2)
12
- activerecord (6.1.3.2)
13
- activemodel (= 6.1.3.2)
14
- activesupport (= 6.1.3.2)
15
- activesupport (6.1.3.2)
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)
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
20
  zeitwerk (~> 2.3)
21
21
  ast (2.4.2)
22
- concurrent-ruby (1.1.8)
22
+ concurrent-ruby (1.1.9)
23
23
  diff-lcs (1.4.4)
24
24
  docile (1.4.0)
25
25
  fuubar (2.5.1)
@@ -30,12 +30,12 @@ GEM
30
30
  minitest (5.14.4)
31
31
  mysql2 (0.5.3)
32
32
  parallel (1.20.1)
33
- parser (3.0.1.1)
33
+ parser (3.0.2.0)
34
34
  ast (~> 2.4.1)
35
35
  pg (1.2.3)
36
36
  rack (2.2.3)
37
37
  rainbow (3.0.0)
38
- rake (13.0.3)
38
+ rake (13.0.6)
39
39
  regexp_parser (2.1.1)
40
40
  rexml (3.2.5)
41
41
  rspec (3.10.0)
@@ -51,27 +51,27 @@ GEM
51
51
  diff-lcs (>= 1.2.0, < 2.0)
52
52
  rspec-support (~> 3.10.0)
53
53
  rspec-support (3.10.2)
54
- rubocop (1.15.0)
54
+ rubocop (1.20.0)
55
55
  parallel (~> 1.10)
56
56
  parser (>= 3.0.0.0)
57
57
  rainbow (>= 2.2.2, < 4.0)
58
58
  regexp_parser (>= 1.8, < 3.0)
59
59
  rexml
60
- rubocop-ast (>= 1.5.0, < 2.0)
60
+ rubocop-ast (>= 1.9.1, < 2.0)
61
61
  ruby-progressbar (~> 1.7)
62
62
  unicode-display_width (>= 1.4.0, < 3.0)
63
- rubocop-ast (1.5.0)
63
+ rubocop-ast (1.11.0)
64
64
  parser (>= 3.0.1.1)
65
- rubocop-performance (1.11.3)
65
+ rubocop-performance (1.11.5)
66
66
  rubocop (>= 1.7.0, < 2.0)
67
67
  rubocop-ast (>= 0.4.0)
68
- rubocop-rails (2.10.1)
68
+ rubocop-rails (2.11.3)
69
69
  activesupport (>= 4.2.0)
70
70
  rack (>= 1.1)
71
71
  rubocop (>= 1.7.0, < 2.0)
72
- rubocop-rake (0.5.1)
73
- rubocop
74
- rubocop-rspec (2.3.0)
72
+ rubocop-rake (0.6.0)
73
+ rubocop (~> 1.0)
74
+ rubocop-rspec (2.4.0)
75
75
  rubocop (~> 1.0)
76
76
  rubocop-ast (>= 1.1.0)
77
77
  ruby-progressbar (1.11.0)
@@ -108,4 +108,4 @@ DEPENDENCIES
108
108
  simplecov-rcov
109
109
 
110
110
  BUNDLED WITH
111
- 1.17.2
111
+ 1.17.3
@@ -1,3 +1,3 @@
1
1
  module FriendlyFk
2
- VERSION = '1.0.18'.freeze
2
+ VERSION = '1.0.19'.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.18
4
+ version: 1.0.19
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-05-22 00:00:00.000000000 Z
11
+ date: 2021-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  - !ruby/object:Gem::Version
141
141
  version: '0'
142
142
  requirements: []
143
- rubygems_version: 3.0.3
143
+ rubygems_version: 3.1.4
144
144
  signing_key:
145
145
  specification_version: 4
146
146
  summary: Creates foreign keys with friendly names