friendly_fk 1.0.14 → 1.0.15

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: 254b0e20e22e7f0af2c6b96e2a8c2ccdab65ec61b3a0cfb7456ecebb2d630485
4
- data.tar.gz: d02dd0fd617b2a3b4659a8d3965c3e40a3755a071f2ffdffab66f6a5312df246
3
+ metadata.gz: 0a9b514b9339a5fb3b464acb32105557a25204147f9945886884a5702c92fd29
4
+ data.tar.gz: c740cfc7179fa3b9b9d9e41f1da3f44a684adee19718603d77b3595f47036331
5
5
  SHA512:
6
- metadata.gz: f33b97b723b9aaff39e5b03883abae356d24ae2d68186760715ff375c6c162e91ae388a1034f12ee23293224241cc3fa33629afca052d1eca7932867873eb6a5
7
- data.tar.gz: 5428acd9385867ebce97ddc4695f3eca0abc9357cf32157f051e56a772a51b0e7f6e72dc3f11531ee06d68bb5bacbbd69d81c67be32c709a9f7d11629815c736
6
+ metadata.gz: 12c675762332abcf6bd29eb9a447008cccd3a6bcaa99534755753d0d2f0860a25933d03196180e5f6b07030755240f0bffbb327a39567f380ac4d694e0ed774e
7
+ data.tar.gz: b9aa67cd103d5bed6bb01b0deb7a280253803c1702091ef0ed7a738b6d9c08cee19e050ca4b9bbeab91acef9b65ace487a8b6d2437a719ebe7b328a1be9c75d4
data/.travis.yml CHANGED
@@ -3,8 +3,8 @@ language: ruby
3
3
  rvm:
4
4
  - 2.3.8
5
5
  - 2.4.5
6
- - 2.5.3
7
- - 2.6.0
6
+ - 2.5.5
7
+ - 2.6.2
8
8
 
9
9
  services:
10
10
  - mysql
data/Gemfile.lock CHANGED
@@ -1,42 +1,42 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- friendly_fk (1.0.14)
4
+ friendly_fk (1.0.15)
5
5
  activerecord
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (5.2.2)
11
- activesupport (= 5.2.2)
12
- activerecord (5.2.2)
13
- activemodel (= 5.2.2)
14
- activesupport (= 5.2.2)
10
+ activemodel (5.2.2.1)
11
+ activesupport (= 5.2.2.1)
12
+ activerecord (5.2.2.1)
13
+ activemodel (= 5.2.2.1)
14
+ activesupport (= 5.2.2.1)
15
15
  arel (>= 9.0)
16
- activesupport (5.2.2)
16
+ activesupport (5.2.2.1)
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
18
  i18n (>= 0.7, < 2)
19
19
  minitest (~> 5.1)
20
20
  tzinfo (~> 1.1)
21
21
  arel (9.0.0)
22
22
  ast (2.4.0)
23
- concurrent-ruby (1.1.4)
23
+ concurrent-ruby (1.1.5)
24
24
  diff-lcs (1.3)
25
25
  docile (1.3.1)
26
26
  fuubar (2.3.2)
27
27
  rspec-core (~> 3.0)
28
28
  ruby-progressbar (~> 1.4)
29
- i18n (1.3.0)
29
+ i18n (1.6.0)
30
30
  concurrent-ruby (~> 1.0)
31
- jaro_winkler (1.5.1)
32
- json (2.1.0)
31
+ jaro_winkler (1.5.2)
32
+ json (2.2.0)
33
33
  minitest (5.11.3)
34
34
  mysql2 (0.5.2)
35
- parallel (1.12.1)
36
- parser (2.5.3.0)
35
+ parallel (1.14.0)
36
+ parser (2.6.2.0)
37
37
  ast (~> 2.4.0)
38
- pg (1.1.3)
39
- powerpack (0.1.2)
38
+ pg (1.1.4)
39
+ psych (3.1.0)
40
40
  rainbow (3.0.0)
41
41
  rake (12.3.2)
42
42
  rspec (3.8.0)
@@ -52,15 +52,15 @@ GEM
52
52
  diff-lcs (>= 1.2.0, < 2.0)
53
53
  rspec-support (~> 3.8.0)
54
54
  rspec-support (3.8.0)
55
- rubocop (0.61.1)
55
+ rubocop (0.66.0)
56
56
  jaro_winkler (~> 1.5.1)
57
57
  parallel (~> 1.10)
58
58
  parser (>= 2.5, != 2.5.1.1)
59
- powerpack (~> 0.1)
59
+ psych (>= 3.1.0)
60
60
  rainbow (>= 2.2.2, < 4.0)
61
61
  ruby-progressbar (~> 1.7)
62
- unicode-display_width (~> 1.4.0)
63
- rubocop-rspec (1.30.1)
62
+ unicode-display_width (>= 1.4.0, < 1.6)
63
+ rubocop-rspec (1.32.0)
64
64
  rubocop (>= 0.60.0)
65
65
  ruby-progressbar (1.10.0)
66
66
  simplecov (0.16.1)
@@ -73,7 +73,7 @@ GEM
73
73
  thread_safe (0.3.6)
74
74
  tzinfo (1.2.5)
75
75
  thread_safe (~> 0.1)
76
- unicode-display_width (1.4.1)
76
+ unicode-display_width (1.5.0)
77
77
 
78
78
  PLATFORMS
79
79
  ruby
@@ -92,4 +92,4 @@ DEPENDENCIES
92
92
  simplecov-rcov
93
93
 
94
94
  BUNDLED WITH
95
- 1.17.1
95
+ 1.17.3
@@ -1,3 +1,3 @@
1
1
  module FriendlyFk
2
- VERSION = '1.0.14'.freeze
2
+ VERSION = '1.0.15'.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.14
4
+ version: 1.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Kiselyov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-12-26 00:00:00.000000000 Z
11
+ date: 2019-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord