env_parser 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ed18608fab89fa6aa9bb3e3b32decc07572b023e83adf3bd8783775a6dca7a9
4
- data.tar.gz: ec26291940263eba67433a3707b7572c9c57f9158821b52dff57058eb6c75455
3
+ metadata.gz: dffb38fe58381e11c8b63aebe34fccaec31e4c59c5a1c61274824e0c09aaf9e3
4
+ data.tar.gz: '088dfcdefdcc661b1d344526da81007e6bfa274b93b0b512807705543f9591c2'
5
5
  SHA512:
6
- metadata.gz: 25b4b496c3e71fb0d70c5f84647155d5d307cce11ff4304862ae3fe618ce27a71f3bdca1f51837832889585c43da9038ee010780b3a719d4a69c5c389d227c46
7
- data.tar.gz: d613c53aab0d3272b7302a00aff11aa79f2b6002d4ddf6aa5cace820dc95be8f4bc2d3e160dbe148eea5cc7209a1d27997e2d5410b6d66b7e51e1b0ac2ab19c3
6
+ metadata.gz: 0cbf4b4148bf9c4040358d7bd90d4f722fee975f6966f459026e53d7d5692e7f8167fd99fa67c0c97bfa590e0d5753e32021db3cd496d4c0a5ee5bb3865131a5
7
+ data.tar.gz: 1a268110295c48d65a186e6113ef174d5aa51f7491f6c88f41f38ac7d9243fc794cc499e933b51010c3e3773fcca6225ab3cffede4a46a28c9ba66317e85ccc7
data/.circleci/config.yml CHANGED
@@ -24,7 +24,7 @@ jobs:
24
24
  keys:
25
25
  - v1-dependencies-{{ checksum "Gemfile.lock" }}
26
26
  # fallback to using the latest cache if no exact match is found
27
- - v1-dependencies-
27
+ - v1-dependencies
28
28
 
29
29
  - run:
30
30
  name: update bundler
data/.gitignore CHANGED
@@ -9,3 +9,6 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+
13
+ # don't commit gem builds
14
+ env_parser-*.gem
data/Gemfile.lock CHANGED
@@ -2,7 +2,7 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  env_parser (1.3.2)
5
- activesupport (>= 6.1.0)
5
+ activesupport (>= 6.1.0, < 7.1)
6
6
  chronic
7
7
  chronic_duration
8
8
 
@@ -47,7 +47,7 @@ GEM
47
47
  rspec-support (3.12.0)
48
48
  rspec_junit_formatter (0.6.0)
49
49
  rspec-core (>= 2, < 4, != 2.12.0)
50
- rubocop (1.40.0)
50
+ rubocop (1.41.1)
51
51
  json (~> 2.3)
52
52
  parallel (~> 1.10)
53
53
  parser (>= 3.1.2.1)
@@ -133,7 +133,7 @@ feature).</p>
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Sun Dec 25 19:19:24 2022 by
136
+ Generated on Sun Dec 25 21:09:36 2022 by
137
137
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
138
  0.9.28 (ruby-3.0.4).
139
139
  </div>
@@ -128,7 +128,7 @@
128
128
  </div>
129
129
 
130
130
  <div id="footer">
131
- Generated on Sun Dec 25 19:19:24 2022 by
131
+ Generated on Sun Dec 25 21:09:36 2022 by
132
132
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
133
133
  0.9.28 (ruby-3.0.4).
134
134
  </div>
@@ -132,7 +132,7 @@
132
132
  </div>
133
133
 
134
134
  <div id="footer">
135
- Generated on Sun Dec 25 19:19:24 2022 by
135
+ Generated on Sun Dec 25 21:09:36 2022 by
136
136
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
137
137
  0.9.28 (ruby-3.0.4).
138
138
  </div>
@@ -169,7 +169,7 @@ valid, parseable JSON).</p>
169
169
  </div>
170
170
 
171
171
  <div id="footer">
172
- Generated on Sun Dec 25 19:19:23 2022 by
172
+ Generated on Sun Dec 25 21:09:36 2022 by
173
173
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
174
174
  0.9.28 (ruby-3.0.4).
175
175
  </div>
@@ -150,7 +150,7 @@
150
150
  </div>
151
151
 
152
152
  <div id="footer">
153
- Generated on Sun Dec 25 19:19:23 2022 by
153
+ Generated on Sun Dec 25 21:09:36 2022 by
154
154
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
155
155
  0.9.28 (ruby-3.0.4).
156
156
  </div>
@@ -150,7 +150,7 @@
150
150
  </div>
151
151
 
152
152
  <div id="footer">
153
- Generated on Sun Dec 25 19:19:23 2022 by
153
+ Generated on Sun Dec 25 21:09:36 2022 by
154
154
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
155
155
  0.9.28 (ruby-3.0.4).
156
156
  </div>
@@ -118,7 +118,7 @@ Exists only for documentation’s sake.</p>
118
118
  </div>
119
119
 
120
120
  <div id="footer">
121
- Generated on Sun Dec 25 19:19:23 2022 by
121
+ Generated on Sun Dec 25 21:09:36 2022 by
122
122
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
123
123
  0.9.28 (ruby-3.0.4).
124
124
  </div>
@@ -132,7 +132,7 @@
132
132
  </div>
133
133
 
134
134
  <div id="footer">
135
- Generated on Sun Dec 25 19:19:24 2022 by
135
+ Generated on Sun Dec 25 21:09:36 2022 by
136
136
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
137
137
  0.9.28 (ruby-3.0.4).
138
138
  </div>
@@ -133,7 +133,7 @@ feature).</p>
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Sun Dec 25 19:19:24 2022 by
136
+ Generated on Sun Dec 25 21:09:36 2022 by
137
137
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
138
  0.9.28 (ruby-3.0.4).
139
139
  </div>
@@ -134,7 +134,7 @@ check.</p>
134
134
  </div>
135
135
 
136
136
  <div id="footer">
137
- Generated on Sun Dec 25 19:19:24 2022 by
137
+ Generated on Sun Dec 25 21:09:36 2022 by
138
138
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
139
139
  0.9.28 (ruby-3.0.4).
140
140
  </div>
@@ -132,7 +132,7 @@
132
132
  </div>
133
133
 
134
134
  <div id="footer">
135
- Generated on Sun Dec 25 19:19:24 2022 by
135
+ Generated on Sun Dec 25 21:09:36 2022 by
136
136
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
137
137
  0.9.28 (ruby-3.0.4).
138
138
  </div>
data/docs/EnvParser.html CHANGED
@@ -95,7 +95,7 @@
95
95
  <dl>
96
96
  <dt>Defined in:</dt>
97
97
  <dd>lib/env_parser.rb<span class="defines">,<br />
98
- lib/env_parser/errors.rb,<br /> lib/env_parser/version.rb</span>
98
+ lib/env_parser/errors.rb</span>
99
99
  </dd>
100
100
  </dl>
101
101
 
@@ -147,11 +147,6 @@
147
147
  </dt>
148
148
  <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>.env_parser.yml</span><span class='tstring_end'>&#39;</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
149
149
 
150
- <dt id="VERSION-constant" class="">VERSION =
151
-
152
- </dt>
153
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>1.3.2</span><span class='tstring_end'>&#39;</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
154
-
155
150
  </dl>
156
151
 
157
152
 
@@ -1202,7 +1197,7 @@ validation must give its own “validated_by” Proc.</p>
1202
1197
  </div>
1203
1198
 
1204
1199
  <div id="footer">
1205
- Generated on Sun Dec 25 19:19:23 2022 by
1200
+ Generated on Sun Dec 25 21:09:36 2022 by
1206
1201
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1207
1202
  0.9.28 (ruby-3.0.4).
1208
1203
  </div>
data/docs/_index.html CHANGED
@@ -233,7 +233,7 @@
233
233
  </div>
234
234
 
235
235
  <div id="footer">
236
- Generated on Sun Dec 25 19:19:23 2022 by
236
+ Generated on Sun Dec 25 21:09:35 2022 by
237
237
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
238
238
  0.9.28 (ruby-3.0.4).
239
239
  </div>
@@ -396,7 +396,7 @@ USERNAME:
396
396
  </div></div>
397
397
 
398
398
  <div id="footer">
399
- Generated on Sun Dec 25 19:19:23 2022 by
399
+ Generated on Sun Dec 25 21:09:36 2022 by
400
400
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
401
401
  0.9.28 (ruby-3.0.4).
402
402
  </div>
data/docs/index.html CHANGED
@@ -396,7 +396,7 @@ USERNAME:
396
396
  </div></div>
397
397
 
398
398
  <div id="footer">
399
- Generated on Sun Dec 25 19:19:23 2022 by
399
+ Generated on Sun Dec 25 21:09:36 2022 by
400
400
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
401
401
  0.9.28 (ruby-3.0.4).
402
402
  </div>
@@ -100,7 +100,7 @@
100
100
  </div>
101
101
 
102
102
  <div id="footer">
103
- Generated on Sun Dec 25 19:19:23 2022 by
103
+ Generated on Sun Dec 25 21:09:36 2022 by
104
104
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
105
105
  0.9.28 (ruby-3.0.4).
106
106
  </div>
data/env_parser.gemspec CHANGED
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
  require 'env_parser/version'
4
4
 
5
5
  Gem::Specification.new do |spec|
6
- spec.required_ruby_version = '~> 3.0'
6
+ spec.required_ruby_version = ['>= 3.0', '< 3.2']
7
7
 
8
8
  spec.name = 'env_parser'
9
9
  spec.version = EnvParser::VERSION
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.metadata['rubygems_mfa_required'] = 'true'
22
22
 
23
- spec.add_dependency 'activesupport', '>= 6.1.0'
23
+ spec.add_dependency 'activesupport', ['>= 6.1.0', '< 7.1']
24
24
  spec.add_dependency 'chronic'
25
25
  spec.add_dependency 'chronic_duration'
26
26
 
@@ -1,3 +1,3 @@
1
1
  class EnvParser
2
- VERSION = '1.3.2'.freeze
2
+ VERSION = '1.3.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: env_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nestor Custodio
@@ -17,6 +17,9 @@ dependencies:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 6.1.0
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '7.1'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -24,6 +27,9 @@ dependencies:
24
27
  - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: 6.1.0
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '7.1'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: chronic
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -214,9 +220,12 @@ require_paths:
214
220
  - lib
215
221
  required_ruby_version: !ruby/object:Gem::Requirement
216
222
  requirements:
217
- - - "~>"
223
+ - - ">="
218
224
  - !ruby/object:Gem::Version
219
225
  version: '3.0'
226
+ - - "<"
227
+ - !ruby/object:Gem::Version
228
+ version: '3.2'
220
229
  required_rubygems_version: !ruby/object:Gem::Requirement
221
230
  requirements:
222
231
  - - ">="