uniqable 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +24 -21
  3. data/lib/uniqable/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6894d3ebcc01ff7bccd6f37af7e19f6e28ac2afbb0bdbd9170b63466fef1a122
4
- data.tar.gz: c996dc6121fdde5974704c50f9d1b2a55f31185574124bd043b8b2ba28f51153
3
+ metadata.gz: d23a35ab4db3ce7e1fab9f0f2d85babe9348fd576f35a211d0b6efb6800250dd
4
+ data.tar.gz: 73d06f7cb72df8f4ddd3a17ea99ba13ad45efc543753384262fec109a8cbccee
5
5
  SHA512:
6
- metadata.gz: 160b181b49583fa3344b67376bc91d6c664a5f46204c1233cddd2c0a5179b8633cf24246e84703e999f7fd4b854928ead5b864baa6dd7be15edcf9337c118e19
7
- data.tar.gz: 39f3519fda4bfae8a8433fc5ccb0a9703a1641c3175563dc72b1d6f348907c94037a126634d6352b7c3716a8c245ad9a27279dd5e01413db62315ccf6d2c391b
6
+ metadata.gz: 47742bd209a1f122428e76a41daba88620c7ae44f49c9f0071df6fd061a50db7457b0c47cc834b34b435643019cde2c64faaa1dbc9ee6b174362114a21d3a9fe
7
+ data.tar.gz: 529fe623b7ad729c4a88fc3c97b198c23f8dabc693996eae367c13bc0299ff136061778bd9a28634102985a1af8f91929ccdbdd75f2b96dbcf1c611f6fb803fe
@@ -1,60 +1,63 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- uniqable (0.3.4)
4
+ uniqable (0.3.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- activemodel (5.2.4.2)
10
- activesupport (= 5.2.4.2)
11
- activerecord (5.2.4.2)
12
- activemodel (= 5.2.4.2)
13
- activesupport (= 5.2.4.2)
9
+ activemodel (5.2.4.3)
10
+ activesupport (= 5.2.4.3)
11
+ activerecord (5.2.4.3)
12
+ activemodel (= 5.2.4.3)
13
+ activesupport (= 5.2.4.3)
14
14
  arel (>= 9.0)
15
- activesupport (5.2.4.2)
15
+ activesupport (5.2.4.3)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 0.7, < 2)
18
18
  minitest (~> 5.1)
19
19
  tzinfo (~> 1.1)
20
20
  arel (9.0.0)
21
- ast (2.4.0)
21
+ ast (2.4.1)
22
22
  awesome_print (1.8.0)
23
23
  concurrent-ruby (1.1.6)
24
- diff-lcs (1.3)
25
- i18n (1.8.2)
24
+ diff-lcs (1.4.2)
25
+ i18n (1.8.3)
26
26
  concurrent-ruby (~> 1.0)
27
- jaro_winkler (1.5.4)
28
- minitest (5.14.0)
29
- parallel (1.19.1)
30
- parser (2.7.1.1)
31
- ast (~> 2.4.0)
27
+ minitest (5.14.1)
28
+ parallel (1.19.2)
29
+ parser (2.7.1.4)
30
+ ast (~> 2.4.1)
32
31
  rainbow (3.0.0)
33
32
  rake (13.0.1)
33
+ regexp_parser (1.7.1)
34
34
  rexml (3.2.4)
35
35
  rspec (3.9.0)
36
36
  rspec-core (~> 3.9.0)
37
37
  rspec-expectations (~> 3.9.0)
38
38
  rspec-mocks (~> 3.9.0)
39
- rspec-core (3.9.1)
40
- rspec-support (~> 3.9.1)
41
- rspec-expectations (3.9.1)
39
+ rspec-core (3.9.2)
40
+ rspec-support (~> 3.9.3)
41
+ rspec-expectations (3.9.2)
42
42
  diff-lcs (>= 1.2.0, < 2.0)
43
43
  rspec-support (~> 3.9.0)
44
44
  rspec-mocks (3.9.1)
45
45
  diff-lcs (>= 1.2.0, < 2.0)
46
46
  rspec-support (~> 3.9.0)
47
- rspec-support (3.9.2)
47
+ rspec-support (3.9.3)
48
48
  rspec_junit_formatter (0.4.1)
49
49
  rspec-core (>= 2, < 4, != 2.12.0)
50
- rubocop (0.82.0)
51
- jaro_winkler (~> 1.5.1)
50
+ rubocop (0.86.0)
52
51
  parallel (~> 1.10)
53
52
  parser (>= 2.7.0.1)
54
53
  rainbow (>= 2.2.2, < 4.0)
54
+ regexp_parser (>= 1.7)
55
55
  rexml
56
+ rubocop-ast (>= 0.0.3, < 1.0)
56
57
  ruby-progressbar (~> 1.7)
57
58
  unicode-display_width (>= 1.4.0, < 2.0)
59
+ rubocop-ast (0.0.3)
60
+ parser (>= 2.7.0.1)
58
61
  ruby-progressbar (1.10.1)
59
62
  sqlite3 (1.3.13)
60
63
  thread_safe (0.3.6)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uniqable
4
- VERSION = '0.3.4'
4
+ VERSION = '0.3.5'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uniqable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Renat "MpaK" Ibragimov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-29 00:00:00.000000000 Z
11
+ date: 2020-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord