lite-encryption 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +4 -1
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +36 -36
- data/lib/lite/encryption/version.rb +1 -1
- data/lite-encryption.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5f2a37b612cb9d2f2fe5a941af941b9d0423b9ce1232887830d08a5f4fa4bc0
|
4
|
+
data.tar.gz: e69ea20e36b30f0adcc60f753a117f3f8bc6825a1e9e2109fef1528bc993c951
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b81e82c8885e661eb17f38d584874e7a59297e6f0f55f9f32cfbf73678516d16f7aaec3fa8d0f81534da87c2b62e55a799396c402b4bea40313640b719c0374
|
7
|
+
data.tar.gz: 6d1b39740a256ae0df3446895b818f04f7d48c83981f8af1be7236911694faaf2cc618a11a88de4ba5d0f404e27f13ac1eed78518612755ee35ac341edb63709
|
data/.rubocop.yml
CHANGED
@@ -1,8 +1,9 @@
|
|
1
1
|
require:
|
2
2
|
- rubocop-performance
|
3
|
+
- rubocop-rake
|
3
4
|
- rubocop-rspec
|
4
5
|
AllCops:
|
5
|
-
TargetRubyVersion:
|
6
|
+
TargetRubyVersion: 3.0
|
6
7
|
NewCops: enable
|
7
8
|
DisplayCopNames: true
|
8
9
|
DisplayStyleGuide: true
|
@@ -33,6 +34,8 @@ Metrics/ModuleLength:
|
|
33
34
|
Enabled: false
|
34
35
|
RSpec/MultipleExpectations:
|
35
36
|
Enabled: false
|
37
|
+
Style/ArgumentsForwarding:
|
38
|
+
Enabled: false
|
36
39
|
Style/Documentation:
|
37
40
|
Enabled: false
|
38
41
|
Style/ExpandPathArguments:
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,31 +1,31 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
lite-encryption (1.
|
4
|
+
lite-encryption (1.2.0)
|
5
5
|
activesupport
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actionpack (6.1.
|
11
|
-
actionview (= 6.1.
|
12
|
-
activesupport (= 6.1.
|
10
|
+
actionpack (6.1.4)
|
11
|
+
actionview (= 6.1.4)
|
12
|
+
activesupport (= 6.1.4)
|
13
13
|
rack (~> 2.0, >= 2.0.9)
|
14
14
|
rack-test (>= 0.6.3)
|
15
15
|
rails-dom-testing (~> 2.0)
|
16
16
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
17
|
-
actionview (6.1.
|
18
|
-
activesupport (= 6.1.
|
17
|
+
actionview (6.1.4)
|
18
|
+
activesupport (= 6.1.4)
|
19
19
|
builder (~> 3.1)
|
20
20
|
erubi (~> 1.4)
|
21
21
|
rails-dom-testing (~> 2.0)
|
22
22
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
23
|
-
activemodel (6.1.
|
24
|
-
activesupport (= 6.1.
|
25
|
-
activerecord (6.1.
|
26
|
-
activemodel (= 6.1.
|
27
|
-
activesupport (= 6.1.
|
28
|
-
activesupport (6.1.
|
23
|
+
activemodel (6.1.4)
|
24
|
+
activesupport (= 6.1.4)
|
25
|
+
activerecord (6.1.4)
|
26
|
+
activemodel (= 6.1.4)
|
27
|
+
activesupport (= 6.1.4)
|
28
|
+
activesupport (6.1.4)
|
29
29
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
30
30
|
i18n (>= 1.6, < 2)
|
31
31
|
minitest (>= 5.1)
|
@@ -34,11 +34,11 @@ GEM
|
|
34
34
|
ast (2.4.2)
|
35
35
|
builder (3.2.4)
|
36
36
|
colorize (0.8.1)
|
37
|
-
concurrent-ruby (1.1.
|
37
|
+
concurrent-ruby (1.1.9)
|
38
38
|
crass (1.0.6)
|
39
39
|
database_cleaner (2.0.1)
|
40
40
|
database_cleaner-active_record (~> 2.0.0)
|
41
|
-
database_cleaner-active_record (2.0.
|
41
|
+
database_cleaner-active_record (2.0.1)
|
42
42
|
activerecord (>= 5.a)
|
43
43
|
database_cleaner-core (~> 2.0.0)
|
44
44
|
database_cleaner-core (2.0.1)
|
@@ -52,17 +52,17 @@ GEM
|
|
52
52
|
railties (>= 3.0.0)
|
53
53
|
i18n (1.8.10)
|
54
54
|
concurrent-ruby (~> 1.0)
|
55
|
-
loofah (2.
|
55
|
+
loofah (2.10.0)
|
56
56
|
crass (~> 1.0.2)
|
57
57
|
nokogiri (>= 1.5.9)
|
58
58
|
method_source (1.0.0)
|
59
|
-
mini_portile2 (2.5.
|
59
|
+
mini_portile2 (2.5.3)
|
60
60
|
minitest (5.14.4)
|
61
|
-
nokogiri (1.11.
|
61
|
+
nokogiri (1.11.7)
|
62
62
|
mini_portile2 (~> 2.5.0)
|
63
63
|
racc (~> 1.4)
|
64
64
|
parallel (1.20.1)
|
65
|
-
parser (3.0.
|
65
|
+
parser (3.0.2.0)
|
66
66
|
ast (~> 2.4.1)
|
67
67
|
racc (1.5.2)
|
68
68
|
rack (2.2.3)
|
@@ -73,14 +73,14 @@ GEM
|
|
73
73
|
nokogiri (>= 1.6)
|
74
74
|
rails-html-sanitizer (1.3.0)
|
75
75
|
loofah (~> 2.3)
|
76
|
-
railties (6.1.
|
77
|
-
actionpack (= 6.1.
|
78
|
-
activesupport (= 6.1.
|
76
|
+
railties (6.1.4)
|
77
|
+
actionpack (= 6.1.4)
|
78
|
+
activesupport (= 6.1.4)
|
79
79
|
method_source
|
80
|
-
rake (>= 0.
|
80
|
+
rake (>= 0.13)
|
81
81
|
thor (~> 1.0)
|
82
82
|
rainbow (3.0.0)
|
83
|
-
rake (13.0.
|
83
|
+
rake (13.0.6)
|
84
84
|
regexp_parser (2.1.1)
|
85
85
|
rexml (3.2.5)
|
86
86
|
rspec (3.10.0)
|
@@ -104,29 +104,29 @@ GEM
|
|
104
104
|
rspec-mocks (~> 3.10)
|
105
105
|
rspec-support (~> 3.10)
|
106
106
|
rspec-support (3.10.2)
|
107
|
-
rubocop (1.
|
107
|
+
rubocop (1.18.3)
|
108
108
|
parallel (~> 1.10)
|
109
109
|
parser (>= 3.0.0.0)
|
110
110
|
rainbow (>= 2.2.2, < 4.0)
|
111
111
|
regexp_parser (>= 1.8, < 3.0)
|
112
112
|
rexml
|
113
|
-
rubocop-ast (>= 1.
|
113
|
+
rubocop-ast (>= 1.7.0, < 2.0)
|
114
114
|
ruby-progressbar (~> 1.7)
|
115
115
|
unicode-display_width (>= 1.4.0, < 3.0)
|
116
|
-
rubocop-ast (1.
|
117
|
-
parser (>=
|
118
|
-
rubocop-performance (1.
|
119
|
-
rubocop (>=
|
116
|
+
rubocop-ast (1.8.0)
|
117
|
+
parser (>= 3.0.1.1)
|
118
|
+
rubocop-performance (1.11.4)
|
119
|
+
rubocop (>= 1.7.0, < 2.0)
|
120
120
|
rubocop-ast (>= 0.4.0)
|
121
|
-
rubocop-rake (0.
|
122
|
-
rubocop
|
123
|
-
rubocop-rspec (2.
|
121
|
+
rubocop-rake (0.6.0)
|
122
|
+
rubocop (~> 1.0)
|
123
|
+
rubocop-rspec (2.4.0)
|
124
124
|
rubocop (~> 1.0)
|
125
125
|
rubocop-ast (>= 1.1.0)
|
126
126
|
ruby-progressbar (1.11.0)
|
127
|
-
ruby_parser (3.
|
128
|
-
sexp_processor (~> 4.
|
129
|
-
sexp_processor (4.15.
|
127
|
+
ruby_parser (3.16.0)
|
128
|
+
sexp_processor (~> 4.15, >= 4.15.1)
|
129
|
+
sexp_processor (4.15.3)
|
130
130
|
sqlite3 (1.4.2)
|
131
131
|
thor (1.1.0)
|
132
132
|
tzinfo (2.0.4)
|
@@ -154,4 +154,4 @@ DEPENDENCIES
|
|
154
154
|
sqlite3
|
155
155
|
|
156
156
|
BUNDLED WITH
|
157
|
-
2.2.
|
157
|
+
2.2.24
|
data/lite-encryption.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lite-encryption
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -259,7 +259,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
259
259
|
- !ruby/object:Gem::Version
|
260
260
|
version: '0'
|
261
261
|
requirements: []
|
262
|
-
rubygems_version: 3.2.
|
262
|
+
rubygems_version: 3.2.24
|
263
263
|
signing_key:
|
264
264
|
specification_version: 4
|
265
265
|
summary: ActiveSupport::MessageEncryptor encryption wrapper for PORO objects and ActiveModel
|