secret_keys_rails 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e8d2750a04d100ca31396cf97dbeac1b3bf68b6cdcee7cd7ade6332db398aa6
4
- data.tar.gz: 074bc9201c964bf59498e61062af3acb1c93d139620c8b45feb0e4e930d7cf9c
3
+ metadata.gz: 4746ff0084a8b4106a35aca9723ae7fbf4cf06b1ec32e5d56c8b5e4709c066b7
4
+ data.tar.gz: 8f179ccd481b25ea07a160c9c5d2d38ba495e381213bad9803426f75e7507b40
5
5
  SHA512:
6
- metadata.gz: 70c8e31086322986ebd820371eaa669ef7332f1624aa7fbe5425e0ce448bbf906ec38c6d0610e3ee691575400066f5771bda05cd47f4b6daaa0e9634990a5f9c
7
- data.tar.gz: eed687e74133fe0d2eae9eb3976e7e3d4d73f982fd8703812c0ff584f965d648ee2884ff6dbee4e7ea9da236f1e74f2335235e8632244025903b0f16c5848ad0
6
+ metadata.gz: a4a06303e30f94b13ffb59fe20992f7f7ce2c78ebb2e610103f8e2d525fa07d0ae35df0689fd39d1ee626c90cd4667f547042a177749fc4c8a1ffdef0d8de5d4
7
+ data.tar.gz: c1d44cd75f22c527ad4f2a612925ded411d2ab31df66adfa883ccb56fa540ae60411a9725c508720c89bebb46a8b74a84f756a2c6ba6a34daf1e290357fa8806
@@ -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
 
@@ -1,65 +1,65 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- secret_keys_rails (0.1.0)
4
+ secret_keys_rails (0.1.2)
5
5
  ice_nine
6
6
  rails (>= 4)
7
- secret_keys (>= 1.0.0.pre)
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.1)
14
- actionpack (= 6.0.3.1)
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.1)
18
- actionpack (= 6.0.3.1)
19
- activejob (= 6.0.3.1)
20
- activerecord (= 6.0.3.1)
21
- activestorage (= 6.0.3.1)
22
- activesupport (= 6.0.3.1)
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.1)
25
- actionpack (= 6.0.3.1)
26
- actionview (= 6.0.3.1)
27
- activejob (= 6.0.3.1)
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.1)
31
- actionview (= 6.0.3.1)
32
- activesupport (= 6.0.3.1)
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.1)
38
- actionpack (= 6.0.3.1)
39
- activerecord (= 6.0.3.1)
40
- activestorage (= 6.0.3.1)
41
- activesupport (= 6.0.3.1)
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.1)
44
- activesupport (= 6.0.3.1)
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.1)
50
- activesupport (= 6.0.3.1)
49
+ activejob (6.0.3.2)
50
+ activesupport (= 6.0.3.2)
51
51
  globalid (>= 0.3.6)
52
- activemodel (6.0.3.1)
53
- activesupport (= 6.0.3.1)
54
- activerecord (6.0.3.1)
55
- activemodel (= 6.0.3.1)
56
- activesupport (= 6.0.3.1)
57
- activestorage (6.0.3.1)
58
- actionpack (= 6.0.3.1)
59
- activejob (= 6.0.3.1)
60
- activerecord (= 6.0.3.1)
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.1)
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.6)
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.2)
125
+ i18n (1.8.5)
126
126
  concurrent-ruby (~> 1.0)
127
127
  ice_nine (0.11.2)
128
- loofah (2.5.0)
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.9)
148
+ nokogiri (1.10.10)
149
149
  mini_portile2 (~> 2.4.0)
150
- rack (2.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.1)
154
- actioncable (= 6.0.3.1)
155
- actionmailbox (= 6.0.3.1)
156
- actionmailer (= 6.0.3.1)
157
- actionpack (= 6.0.3.1)
158
- actiontext (= 6.0.3.1)
159
- actionview (= 6.0.3.1)
160
- activejob (= 6.0.3.1)
161
- activemodel (= 6.0.3.1)
162
- activerecord (= 6.0.3.1)
163
- activestorage (= 6.0.3.1)
164
- activesupport (= 6.0.3.1)
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.1)
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.1)
174
- actionpack (= 6.0.3.1)
175
- activesupport (= 6.0.3.1)
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.0.pre)
182
- sprockets (4.0.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.2)
193
+ websocket-driver (0.7.3)
194
194
  websocket-extensions (>= 0.1.0)
195
- websocket-extensions (0.1.4)
196
- zeitwerk (2.3.0)
195
+ websocket-extensions (0.1.5)
196
+ zeitwerk (2.4.0)
197
197
 
198
198
  PLATFORMS
199
199
  ruby
@@ -1,3 +1,3 @@
1
1
  module SecretKeysRails
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -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", ">= 1.0.0.pre"
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.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-05-26 00:00:00.000000000 Z
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.0.pre
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.0.pre
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.1
108
- changelog_uri: https://github.com/GUI/secret_keys_rails/blob/v0.1.1/CHANGELOG.md
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:
@@ -1,6 +0,0 @@
1
- ---
2
- language: ruby
3
- cache: bundler
4
- rvm:
5
- - 2.7.0
6
- before_install: gem install bundler -v 2.1.2