secret_keys_rails 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/Gemfile.lock +62 -62
- data/lib/secret_keys_rails/version.rb +1 -1
- data/secret_keys_rails.gemspec +1 -1
- metadata +8 -9
- data/.travis.yml +0 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4746ff0084a8b4106a35aca9723ae7fbf4cf06b1ec32e5d56c8b5e4709c066b7
|
4
|
+
data.tar.gz: 8f179ccd481b25ea07a160c9c5d2d38ba495e381213bad9803426f75e7507b40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4a06303e30f94b13ffb59fe20992f7f7ce2c78ebb2e610103f8e2d525fa07d0ae35df0689fd39d1ee626c90cd4667f547042a177749fc4c8a1ffdef0d8de5d4
|
7
|
+
data.tar.gz: c1d44cd75f22c527ad4f2a612925ded411d2ab31df66adfa883ccb56fa540ae60411a9725c508720c89bebb46a8b74a84f756a2c6ba6a34daf1e290357fa8806
|
data/CHANGELOG.md
CHANGED
@@ -1,9 +1,14 @@
|
|
1
1
|
# SecretKeysRails Change Log
|
2
2
|
|
3
|
+
## 0.1.2 - 2020-08-12
|
4
|
+
|
5
|
+
### Changed
|
6
|
+
- Loosen dependency on `secret_keys` for any 1.x release (and remove pre-releases from version constraint). Thanks to [@R167](https://github.com/R167). ([#1](https://github.com/GUI/secret_keys_rails/pull/1))
|
7
|
+
|
3
8
|
## 0.1.1 - 2020-05-26
|
4
9
|
|
5
10
|
### Fixed
|
6
|
-
- Fixed gem dependency on secret_keys pre-release version.
|
11
|
+
- Fixed gem dependency on `secret_keys` pre-release version.
|
7
12
|
|
8
13
|
## 0.1.0 - 2020-05-26
|
9
14
|
|
data/Gemfile.lock
CHANGED
@@ -1,65 +1,65 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
secret_keys_rails (0.1.
|
4
|
+
secret_keys_rails (0.1.2)
|
5
5
|
ice_nine
|
6
6
|
rails (>= 4)
|
7
|
-
secret_keys (
|
7
|
+
secret_keys (~> 1.0)
|
8
8
|
thor
|
9
9
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
actioncable (6.0.3.
|
14
|
-
actionpack (= 6.0.3.
|
13
|
+
actioncable (6.0.3.2)
|
14
|
+
actionpack (= 6.0.3.2)
|
15
15
|
nio4r (~> 2.0)
|
16
16
|
websocket-driver (>= 0.6.1)
|
17
|
-
actionmailbox (6.0.3.
|
18
|
-
actionpack (= 6.0.3.
|
19
|
-
activejob (= 6.0.3.
|
20
|
-
activerecord (= 6.0.3.
|
21
|
-
activestorage (= 6.0.3.
|
22
|
-
activesupport (= 6.0.3.
|
17
|
+
actionmailbox (6.0.3.2)
|
18
|
+
actionpack (= 6.0.3.2)
|
19
|
+
activejob (= 6.0.3.2)
|
20
|
+
activerecord (= 6.0.3.2)
|
21
|
+
activestorage (= 6.0.3.2)
|
22
|
+
activesupport (= 6.0.3.2)
|
23
23
|
mail (>= 2.7.1)
|
24
|
-
actionmailer (6.0.3.
|
25
|
-
actionpack (= 6.0.3.
|
26
|
-
actionview (= 6.0.3.
|
27
|
-
activejob (= 6.0.3.
|
24
|
+
actionmailer (6.0.3.2)
|
25
|
+
actionpack (= 6.0.3.2)
|
26
|
+
actionview (= 6.0.3.2)
|
27
|
+
activejob (= 6.0.3.2)
|
28
28
|
mail (~> 2.5, >= 2.5.4)
|
29
29
|
rails-dom-testing (~> 2.0)
|
30
|
-
actionpack (6.0.3.
|
31
|
-
actionview (= 6.0.3.
|
32
|
-
activesupport (= 6.0.3.
|
30
|
+
actionpack (6.0.3.2)
|
31
|
+
actionview (= 6.0.3.2)
|
32
|
+
activesupport (= 6.0.3.2)
|
33
33
|
rack (~> 2.0, >= 2.0.8)
|
34
34
|
rack-test (>= 0.6.3)
|
35
35
|
rails-dom-testing (~> 2.0)
|
36
36
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
37
|
-
actiontext (6.0.3.
|
38
|
-
actionpack (= 6.0.3.
|
39
|
-
activerecord (= 6.0.3.
|
40
|
-
activestorage (= 6.0.3.
|
41
|
-
activesupport (= 6.0.3.
|
37
|
+
actiontext (6.0.3.2)
|
38
|
+
actionpack (= 6.0.3.2)
|
39
|
+
activerecord (= 6.0.3.2)
|
40
|
+
activestorage (= 6.0.3.2)
|
41
|
+
activesupport (= 6.0.3.2)
|
42
42
|
nokogiri (>= 1.8.5)
|
43
|
-
actionview (6.0.3.
|
44
|
-
activesupport (= 6.0.3.
|
43
|
+
actionview (6.0.3.2)
|
44
|
+
activesupport (= 6.0.3.2)
|
45
45
|
builder (~> 3.1)
|
46
46
|
erubi (~> 1.4)
|
47
47
|
rails-dom-testing (~> 2.0)
|
48
48
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
49
|
-
activejob (6.0.3.
|
50
|
-
activesupport (= 6.0.3.
|
49
|
+
activejob (6.0.3.2)
|
50
|
+
activesupport (= 6.0.3.2)
|
51
51
|
globalid (>= 0.3.6)
|
52
|
-
activemodel (6.0.3.
|
53
|
-
activesupport (= 6.0.3.
|
54
|
-
activerecord (6.0.3.
|
55
|
-
activemodel (= 6.0.3.
|
56
|
-
activesupport (= 6.0.3.
|
57
|
-
activestorage (6.0.3.
|
58
|
-
actionpack (= 6.0.3.
|
59
|
-
activejob (= 6.0.3.
|
60
|
-
activerecord (= 6.0.3.
|
52
|
+
activemodel (6.0.3.2)
|
53
|
+
activesupport (= 6.0.3.2)
|
54
|
+
activerecord (6.0.3.2)
|
55
|
+
activemodel (= 6.0.3.2)
|
56
|
+
activesupport (= 6.0.3.2)
|
57
|
+
activestorage (6.0.3.2)
|
58
|
+
actionpack (= 6.0.3.2)
|
59
|
+
activejob (= 6.0.3.2)
|
60
|
+
activerecord (= 6.0.3.2)
|
61
61
|
marcel (~> 0.3.1)
|
62
|
-
activesupport (6.0.3.
|
62
|
+
activesupport (6.0.3.2)
|
63
63
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
64
64
|
i18n (>= 0.7, < 2)
|
65
65
|
minitest (~> 5.1)
|
@@ -75,7 +75,7 @@ GEM
|
|
75
75
|
activesupport (>= 3.0.0)
|
76
76
|
railties (>= 3.0.0)
|
77
77
|
thor (>= 0.14.6)
|
78
|
-
concurrent-ruby (1.1.
|
78
|
+
concurrent-ruby (1.1.7)
|
79
79
|
config (2.2.1)
|
80
80
|
deep_merge (~> 1.2, >= 1.2.1)
|
81
81
|
dry-validation (~> 1.0, >= 1.0.0)
|
@@ -122,10 +122,10 @@ GEM
|
|
122
122
|
erubi (1.9.0)
|
123
123
|
globalid (0.4.2)
|
124
124
|
activesupport (>= 4.2.0)
|
125
|
-
i18n (1.8.
|
125
|
+
i18n (1.8.5)
|
126
126
|
concurrent-ruby (~> 1.0)
|
127
127
|
ice_nine (0.11.2)
|
128
|
-
loofah (2.
|
128
|
+
loofah (2.6.0)
|
129
129
|
crass (~> 1.0.2)
|
130
130
|
nokogiri (>= 1.5.9)
|
131
131
|
mail (2.7.1)
|
@@ -145,41 +145,41 @@ GEM
|
|
145
145
|
minitest (>= 5.0)
|
146
146
|
ruby-progressbar
|
147
147
|
nio4r (2.5.2)
|
148
|
-
nokogiri (1.10.
|
148
|
+
nokogiri (1.10.10)
|
149
149
|
mini_portile2 (~> 2.4.0)
|
150
|
-
rack (2.2.
|
150
|
+
rack (2.2.3)
|
151
151
|
rack-test (1.1.0)
|
152
152
|
rack (>= 1.0, < 3)
|
153
|
-
rails (6.0.3.
|
154
|
-
actioncable (= 6.0.3.
|
155
|
-
actionmailbox (= 6.0.3.
|
156
|
-
actionmailer (= 6.0.3.
|
157
|
-
actionpack (= 6.0.3.
|
158
|
-
actiontext (= 6.0.3.
|
159
|
-
actionview (= 6.0.3.
|
160
|
-
activejob (= 6.0.3.
|
161
|
-
activemodel (= 6.0.3.
|
162
|
-
activerecord (= 6.0.3.
|
163
|
-
activestorage (= 6.0.3.
|
164
|
-
activesupport (= 6.0.3.
|
153
|
+
rails (6.0.3.2)
|
154
|
+
actioncable (= 6.0.3.2)
|
155
|
+
actionmailbox (= 6.0.3.2)
|
156
|
+
actionmailer (= 6.0.3.2)
|
157
|
+
actionpack (= 6.0.3.2)
|
158
|
+
actiontext (= 6.0.3.2)
|
159
|
+
actionview (= 6.0.3.2)
|
160
|
+
activejob (= 6.0.3.2)
|
161
|
+
activemodel (= 6.0.3.2)
|
162
|
+
activerecord (= 6.0.3.2)
|
163
|
+
activestorage (= 6.0.3.2)
|
164
|
+
activesupport (= 6.0.3.2)
|
165
165
|
bundler (>= 1.3.0)
|
166
|
-
railties (= 6.0.3.
|
166
|
+
railties (= 6.0.3.2)
|
167
167
|
sprockets-rails (>= 2.0.0)
|
168
168
|
rails-dom-testing (2.0.3)
|
169
169
|
activesupport (>= 4.2.0)
|
170
170
|
nokogiri (>= 1.6)
|
171
171
|
rails-html-sanitizer (1.3.0)
|
172
172
|
loofah (~> 2.3)
|
173
|
-
railties (6.0.3.
|
174
|
-
actionpack (= 6.0.3.
|
175
|
-
activesupport (= 6.0.3.
|
173
|
+
railties (6.0.3.2)
|
174
|
+
actionpack (= 6.0.3.2)
|
175
|
+
activesupport (= 6.0.3.2)
|
176
176
|
method_source
|
177
177
|
rake (>= 0.8.7)
|
178
178
|
thor (>= 0.20.3, < 2.0)
|
179
179
|
rake (12.3.3)
|
180
180
|
ruby-progressbar (1.10.1)
|
181
|
-
secret_keys (1.0.
|
182
|
-
sprockets (4.0.
|
181
|
+
secret_keys (1.0.1)
|
182
|
+
sprockets (4.0.2)
|
183
183
|
concurrent-ruby (~> 1.0)
|
184
184
|
rack (> 1, < 3)
|
185
185
|
sprockets-rails (3.2.1)
|
@@ -190,10 +190,10 @@ GEM
|
|
190
190
|
thread_safe (0.3.6)
|
191
191
|
tzinfo (1.2.7)
|
192
192
|
thread_safe (~> 0.1)
|
193
|
-
websocket-driver (0.7.
|
193
|
+
websocket-driver (0.7.3)
|
194
194
|
websocket-extensions (>= 0.1.0)
|
195
|
-
websocket-extensions (0.1.
|
196
|
-
zeitwerk (2.
|
195
|
+
websocket-extensions (0.1.5)
|
196
|
+
zeitwerk (2.4.0)
|
197
197
|
|
198
198
|
PLATFORMS
|
199
199
|
ruby
|
data/secret_keys_rails.gemspec
CHANGED
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
|
|
25
25
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
26
26
|
spec.require_paths = ["lib"]
|
27
27
|
|
28
|
-
spec.add_dependency "secret_keys", "
|
28
|
+
spec.add_dependency "secret_keys", "~> 1.0"
|
29
29
|
spec.add_dependency "rails", ">= 4"
|
30
30
|
spec.add_dependency "ice_nine"
|
31
31
|
spec.add_dependency "thor"
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: secret_keys_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nick Muerdter
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: secret_keys
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.0
|
19
|
+
version: '1.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.0
|
26
|
+
version: '1.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rails
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -76,7 +76,6 @@ extra_rdoc_files: []
|
|
76
76
|
files:
|
77
77
|
- ".github/workflows/main.yml"
|
78
78
|
- ".gitignore"
|
79
|
-
- ".travis.yml"
|
80
79
|
- Appraisals
|
81
80
|
- CHANGELOG.md
|
82
81
|
- Gemfile
|
@@ -104,8 +103,8 @@ licenses:
|
|
104
103
|
- MIT
|
105
104
|
metadata:
|
106
105
|
homepage_uri: https://github.com/GUI/secret_keys_rails
|
107
|
-
source_code_uri: https://github.com/GUI/secret_keys_rails/tree/v0.1.
|
108
|
-
changelog_uri: https://github.com/GUI/secret_keys_rails/blob/v0.1.
|
106
|
+
source_code_uri: https://github.com/GUI/secret_keys_rails/tree/v0.1.2
|
107
|
+
changelog_uri: https://github.com/GUI/secret_keys_rails/blob/v0.1.2/CHANGELOG.md
|
109
108
|
post_install_message:
|
110
109
|
rdoc_options: []
|
111
110
|
require_paths:
|