friendly_fk 1.0.14 → 1.0.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +2 -2
- data/Gemfile.lock +21 -21
- data/lib/friendly_fk/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a9b514b9339a5fb3b464acb32105557a25204147f9945886884a5702c92fd29
|
4
|
+
data.tar.gz: c740cfc7179fa3b9b9d9e41f1da3f44a684adee19718603d77b3595f47036331
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12c675762332abcf6bd29eb9a447008cccd3a6bcaa99534755753d0d2f0860a25933d03196180e5f6b07030755240f0bffbb327a39567f380ac4d694e0ed774e
|
7
|
+
data.tar.gz: b9aa67cd103d5bed6bb01b0deb7a280253803c1702091ef0ed7a738b6d9c08cee19e050ca4b9bbeab91acef9b65ace487a8b6d2437a719ebe7b328a1be9c75d4
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,42 +1,42 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
friendly_fk (1.0.
|
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.
|
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.
|
29
|
+
i18n (1.6.0)
|
30
30
|
concurrent-ruby (~> 1.0)
|
31
|
-
jaro_winkler (1.5.
|
32
|
-
json (2.
|
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.
|
36
|
-
parser (2.
|
35
|
+
parallel (1.14.0)
|
36
|
+
parser (2.6.2.0)
|
37
37
|
ast (~> 2.4.0)
|
38
|
-
pg (1.1.
|
39
|
-
|
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.
|
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
|
-
|
59
|
+
psych (>= 3.1.0)
|
60
60
|
rainbow (>= 2.2.2, < 4.0)
|
61
61
|
ruby-progressbar (~> 1.7)
|
62
|
-
unicode-display_width (
|
63
|
-
rubocop-rspec (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.
|
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.
|
95
|
+
1.17.3
|
data/lib/friendly_fk/version.rb
CHANGED
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.
|
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:
|
11
|
+
date: 2019-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|