friendly_fk 1.0.13 → 1.0.14

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: b1c3ddbcdb3fee465a72db4381fe027f4f5f1523e9cb54f0d34339ddc14d2368
4
- data.tar.gz: 56d4fd652b2f9f23cfb5bea8bbfbb647c5a5b62645a52e61b0b6081c498a5180
3
+ metadata.gz: 254b0e20e22e7f0af2c6b96e2a8c2ccdab65ec61b3a0cfb7456ecebb2d630485
4
+ data.tar.gz: d02dd0fd617b2a3b4659a8d3965c3e40a3755a071f2ffdffab66f6a5312df246
5
5
  SHA512:
6
- metadata.gz: 84543754605dff5d522bb375220ba714223a81e9a82d2a230883c7aae617bce332c17ad57923585a37fe3adfae3a34a2d8e7e61f234770752680059b915633c1
7
- data.tar.gz: 3702d2f050785320a9ba89cc657c9675e4b952500ae179982cbedc784a207b4fd0d6b721caf5d774c2cfc5f1461b54d216410a6ce59253e8a4a2873b9c9bbe33
6
+ metadata.gz: f33b97b723b9aaff39e5b03883abae356d24ae2d68186760715ff375c6c162e91ae388a1034f12ee23293224241cc3fa33629afca052d1eca7932867873eb6a5
7
+ data.tar.gz: 5428acd9385867ebce97ddc4695f3eca0abc9357cf32157f051e56a772a51b0e7f6e72dc3f11531ee06d68bb5bacbbd69d81c67be32c709a9f7d11629815c736
data/.travis.yml CHANGED
@@ -4,6 +4,7 @@ rvm:
4
4
  - 2.3.8
5
5
  - 2.4.5
6
6
  - 2.5.3
7
+ - 2.6.0
7
8
 
8
9
  services:
9
10
  - mysql
data/Gemfile.lock CHANGED
@@ -1,32 +1,32 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- friendly_fk (1.0.13)
4
+ friendly_fk (1.0.14)
5
5
  activerecord
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (5.2.1)
11
- activesupport (= 5.2.1)
12
- activerecord (5.2.1)
13
- activemodel (= 5.2.1)
14
- activesupport (= 5.2.1)
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)
15
15
  arel (>= 9.0)
16
- activesupport (5.2.1)
16
+ activesupport (5.2.2)
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.2)
23
+ concurrent-ruby (1.1.4)
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.1.1)
29
+ i18n (1.3.0)
30
30
  concurrent-ruby (~> 1.0)
31
31
  jaro_winkler (1.5.1)
32
32
  json (2.1.0)
@@ -38,7 +38,7 @@ GEM
38
38
  pg (1.1.3)
39
39
  powerpack (0.1.2)
40
40
  rainbow (3.0.0)
41
- rake (12.3.1)
41
+ rake (12.3.2)
42
42
  rspec (3.8.0)
43
43
  rspec-core (~> 3.8.0)
44
44
  rspec-expectations (~> 3.8.0)
@@ -52,7 +52,7 @@ 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.60.0)
55
+ rubocop (0.61.1)
56
56
  jaro_winkler (~> 1.5.1)
57
57
  parallel (~> 1.10)
58
58
  parser (>= 2.5, != 2.5.1.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.0)
76
+ unicode-display_width (1.4.1)
77
77
 
78
78
  PLATFORMS
79
79
  ruby
@@ -1,3 +1,3 @@
1
1
  module FriendlyFk
2
- VERSION = '1.0.13'.freeze
2
+ VERSION = '1.0.14'.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.13
4
+ version: 1.0.14
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-11-06 00:00:00.000000000 Z
11
+ date: 2018-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord