active_record-pgcrypto 0.1.1 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +9 -9
- data/lib/active_record/pgcrypto.rb +1 -0
- data/lib/active_record/pgcrypto/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: fdfae8c2a06a75d5c690b69ee646b664b72f136d857ef11983a53585f71c6072
|
4
|
+
data.tar.gz: 2bb21a130b23a38d76241096256e0f674da1aa6314c3a71ccc4d52df8a4f2927
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b53df98419e5a7d87edb67d3408a53285bfdf7d5dfeb2b07b1538631e72ee76e916940b0283f436b40df0a446e74724a4d5485636710f851931e7dcdc3b4409
|
7
|
+
data.tar.gz: d683c6fab000b48b466e31eaf5d8c20d1978aea0c43c1d3921ccaaa1c1799905c8f3061a4ab7fd956522143fcea1271c2a70e3a986906721ccfcf0abae7da866
|
data/Gemfile.lock
CHANGED
@@ -22,11 +22,11 @@ GEM
|
|
22
22
|
ast (2.4.0)
|
23
23
|
concurrent-ruby (1.1.5)
|
24
24
|
diff-lcs (1.3)
|
25
|
-
docile (1.3.
|
25
|
+
docile (1.3.2)
|
26
26
|
ffaker (2.11.0)
|
27
27
|
i18n (1.6.0)
|
28
28
|
concurrent-ruby (~> 1.0)
|
29
|
-
jaro_winkler (1.5.
|
29
|
+
jaro_winkler (1.5.3)
|
30
30
|
json (2.2.0)
|
31
31
|
minitest (5.11.3)
|
32
32
|
parallel (1.17.0)
|
@@ -39,28 +39,28 @@ GEM
|
|
39
39
|
rspec-core (~> 3.8.0)
|
40
40
|
rspec-expectations (~> 3.8.0)
|
41
41
|
rspec-mocks (~> 3.8.0)
|
42
|
-
rspec-core (3.8.
|
42
|
+
rspec-core (3.8.2)
|
43
43
|
rspec-support (~> 3.8.0)
|
44
44
|
rspec-expectations (3.8.4)
|
45
45
|
diff-lcs (>= 1.2.0, < 2.0)
|
46
46
|
rspec-support (~> 3.8.0)
|
47
|
-
rspec-mocks (3.8.
|
47
|
+
rspec-mocks (3.8.1)
|
48
48
|
diff-lcs (>= 1.2.0, < 2.0)
|
49
49
|
rspec-support (~> 3.8.0)
|
50
50
|
rspec-support (3.8.2)
|
51
|
-
rubocop (0.
|
51
|
+
rubocop (0.72.0)
|
52
52
|
jaro_winkler (~> 1.5.1)
|
53
53
|
parallel (~> 1.10)
|
54
54
|
parser (>= 2.6)
|
55
55
|
rainbow (>= 2.2.2, < 4.0)
|
56
56
|
ruby-progressbar (~> 1.7)
|
57
57
|
unicode-display_width (>= 1.4.0, < 1.7)
|
58
|
-
rubocop-performance (1.
|
59
|
-
rubocop (>= 0.
|
58
|
+
rubocop-performance (1.4.0)
|
59
|
+
rubocop (>= 0.71.0)
|
60
60
|
rubocop-rspec (1.33.0)
|
61
61
|
rubocop (>= 0.60.0)
|
62
62
|
ruby-progressbar (1.10.1)
|
63
|
-
simplecov (0.
|
63
|
+
simplecov (0.17.0)
|
64
64
|
docile (~> 1.1)
|
65
65
|
json (>= 1.8, < 3)
|
66
66
|
simplecov-html (~> 0.10.0)
|
@@ -69,7 +69,7 @@ GEM
|
|
69
69
|
tzinfo (1.2.5)
|
70
70
|
thread_safe (~> 0.1)
|
71
71
|
unicode-display_width (1.6.0)
|
72
|
-
yard (0.9.
|
72
|
+
yard (0.9.20)
|
73
73
|
yardstick (0.9.9)
|
74
74
|
yard (~> 0.8, >= 0.8.7.2)
|
75
75
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_record-pgcrypto
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stas SUȘCOV
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-07-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|