doppler_rails 0.1.0 → 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 +4 -4
- data/Gemfile.lock +102 -100
- data/doppler_rails.gemspec +34 -0
- data/lib/doppler_rails/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c86395746afa47cdf03dc5dcce8e570531e710332d1326ce81415fefa18839b
|
|
4
|
+
data.tar.gz: d5a64c2bdd91c2a4b0bed315d0c5a47031525e5004103eeddf677c7ebffeecb0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 563dd67b683c5a4cbe4f5089ed054ca6e68e25e99e1d56d21ebf6e2c43ad0a06e3269296d31c2b74237ef1f101e9e98970f722c283f1d310995594dec163078c
|
|
7
|
+
data.tar.gz: 00d6ebe8365ecc0824f86d1e3682633e89250a2a6c33bc4cbd81ce23763ceeabb175c224db81a60e7a65673357a5557ca413ef3024b99517f6528dde25e31127
|
data/Gemfile.lock
CHANGED
|
@@ -1,84 +1,90 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
doppler_rails (0.1.
|
|
4
|
+
doppler_rails (0.1.2)
|
|
5
5
|
faraday (>= 1.0, < 2.0)
|
|
6
|
-
rails (>= 6.0, < 7.
|
|
6
|
+
rails (>= 6.0, < 7.2)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
actioncable (
|
|
12
|
-
actionpack (=
|
|
13
|
-
activesupport (=
|
|
11
|
+
actioncable (7.0.8.1)
|
|
12
|
+
actionpack (= 7.0.8.1)
|
|
13
|
+
activesupport (= 7.0.8.1)
|
|
14
14
|
nio4r (~> 2.0)
|
|
15
15
|
websocket-driver (>= 0.6.1)
|
|
16
|
-
actionmailbox (
|
|
17
|
-
actionpack (=
|
|
18
|
-
activejob (=
|
|
19
|
-
activerecord (=
|
|
20
|
-
activestorage (=
|
|
21
|
-
activesupport (=
|
|
16
|
+
actionmailbox (7.0.8.1)
|
|
17
|
+
actionpack (= 7.0.8.1)
|
|
18
|
+
activejob (= 7.0.8.1)
|
|
19
|
+
activerecord (= 7.0.8.1)
|
|
20
|
+
activestorage (= 7.0.8.1)
|
|
21
|
+
activesupport (= 7.0.8.1)
|
|
22
22
|
mail (>= 2.7.1)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
23
|
+
net-imap
|
|
24
|
+
net-pop
|
|
25
|
+
net-smtp
|
|
26
|
+
actionmailer (7.0.8.1)
|
|
27
|
+
actionpack (= 7.0.8.1)
|
|
28
|
+
actionview (= 7.0.8.1)
|
|
29
|
+
activejob (= 7.0.8.1)
|
|
30
|
+
activesupport (= 7.0.8.1)
|
|
28
31
|
mail (~> 2.5, >= 2.5.4)
|
|
32
|
+
net-imap
|
|
33
|
+
net-pop
|
|
34
|
+
net-smtp
|
|
29
35
|
rails-dom-testing (~> 2.0)
|
|
30
|
-
actionpack (
|
|
31
|
-
actionview (=
|
|
32
|
-
activesupport (=
|
|
33
|
-
rack (~> 2.0, >= 2.
|
|
36
|
+
actionpack (7.0.8.1)
|
|
37
|
+
actionview (= 7.0.8.1)
|
|
38
|
+
activesupport (= 7.0.8.1)
|
|
39
|
+
rack (~> 2.0, >= 2.2.4)
|
|
34
40
|
rack-test (>= 0.6.3)
|
|
35
41
|
rails-dom-testing (~> 2.0)
|
|
36
42
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
37
|
-
actiontext (
|
|
38
|
-
actionpack (=
|
|
39
|
-
activerecord (=
|
|
40
|
-
activestorage (=
|
|
41
|
-
activesupport (=
|
|
43
|
+
actiontext (7.0.8.1)
|
|
44
|
+
actionpack (= 7.0.8.1)
|
|
45
|
+
activerecord (= 7.0.8.1)
|
|
46
|
+
activestorage (= 7.0.8.1)
|
|
47
|
+
activesupport (= 7.0.8.1)
|
|
48
|
+
globalid (>= 0.6.0)
|
|
42
49
|
nokogiri (>= 1.8.5)
|
|
43
|
-
actionview (
|
|
44
|
-
activesupport (=
|
|
50
|
+
actionview (7.0.8.1)
|
|
51
|
+
activesupport (= 7.0.8.1)
|
|
45
52
|
builder (~> 3.1)
|
|
46
53
|
erubi (~> 1.4)
|
|
47
54
|
rails-dom-testing (~> 2.0)
|
|
48
55
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
|
49
|
-
activejob (
|
|
50
|
-
activesupport (=
|
|
56
|
+
activejob (7.0.8.1)
|
|
57
|
+
activesupport (= 7.0.8.1)
|
|
51
58
|
globalid (>= 0.3.6)
|
|
52
|
-
activemodel (
|
|
53
|
-
activesupport (=
|
|
54
|
-
activerecord (
|
|
55
|
-
activemodel (=
|
|
56
|
-
activesupport (=
|
|
57
|
-
activestorage (
|
|
58
|
-
actionpack (=
|
|
59
|
-
activejob (=
|
|
60
|
-
activerecord (=
|
|
61
|
-
activesupport (=
|
|
59
|
+
activemodel (7.0.8.1)
|
|
60
|
+
activesupport (= 7.0.8.1)
|
|
61
|
+
activerecord (7.0.8.1)
|
|
62
|
+
activemodel (= 7.0.8.1)
|
|
63
|
+
activesupport (= 7.0.8.1)
|
|
64
|
+
activestorage (7.0.8.1)
|
|
65
|
+
actionpack (= 7.0.8.1)
|
|
66
|
+
activejob (= 7.0.8.1)
|
|
67
|
+
activerecord (= 7.0.8.1)
|
|
68
|
+
activesupport (= 7.0.8.1)
|
|
62
69
|
marcel (~> 1.0)
|
|
63
70
|
mini_mime (>= 1.1.0)
|
|
64
|
-
activesupport (
|
|
71
|
+
activesupport (7.0.8.1)
|
|
65
72
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
66
73
|
i18n (>= 1.6, < 2)
|
|
67
74
|
minitest (>= 5.1)
|
|
68
75
|
tzinfo (~> 2.0)
|
|
69
|
-
zeitwerk (~> 2.3)
|
|
70
76
|
addressable (2.8.1)
|
|
71
77
|
public_suffix (>= 2.0.2, < 6.0)
|
|
72
78
|
ast (2.4.2)
|
|
73
79
|
builder (3.2.4)
|
|
74
|
-
concurrent-ruby (1.
|
|
80
|
+
concurrent-ruby (1.2.3)
|
|
75
81
|
crack (0.4.5)
|
|
76
82
|
rexml
|
|
77
83
|
crass (1.0.6)
|
|
78
|
-
date (3.3.
|
|
84
|
+
date (3.3.4)
|
|
79
85
|
diff-lcs (1.5.0)
|
|
80
|
-
erubi (1.
|
|
81
|
-
faraday (1.10.
|
|
86
|
+
erubi (1.12.0)
|
|
87
|
+
faraday (1.10.3)
|
|
82
88
|
faraday-em_http (~> 1.0)
|
|
83
89
|
faraday-em_synchrony (~> 1.0)
|
|
84
90
|
faraday-excon (~> 1.1)
|
|
@@ -101,76 +107,78 @@ GEM
|
|
|
101
107
|
faraday-patron (1.0.0)
|
|
102
108
|
faraday-rack (1.0.0)
|
|
103
109
|
faraday-retry (1.0.3)
|
|
104
|
-
globalid (1.
|
|
105
|
-
activesupport (>=
|
|
110
|
+
globalid (1.2.1)
|
|
111
|
+
activesupport (>= 6.1)
|
|
106
112
|
hashdiff (1.0.1)
|
|
107
|
-
i18n (1.
|
|
113
|
+
i18n (1.14.5)
|
|
108
114
|
concurrent-ruby (~> 1.0)
|
|
109
115
|
json (2.6.3)
|
|
110
116
|
language_server-protocol (3.17.0.2)
|
|
111
|
-
loofah (2.
|
|
117
|
+
loofah (2.22.0)
|
|
112
118
|
crass (~> 1.0.2)
|
|
113
|
-
nokogiri (>= 1.
|
|
114
|
-
mail (2.8.
|
|
119
|
+
nokogiri (>= 1.12.0)
|
|
120
|
+
mail (2.8.1)
|
|
115
121
|
mini_mime (>= 0.1.1)
|
|
116
122
|
net-imap
|
|
117
123
|
net-pop
|
|
118
124
|
net-smtp
|
|
119
|
-
marcel (1.0.
|
|
120
|
-
method_source (1.
|
|
121
|
-
mini_mime (1.1.
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
+
marcel (1.0.4)
|
|
126
|
+
method_source (1.1.0)
|
|
127
|
+
mini_mime (1.1.5)
|
|
128
|
+
mini_portile2 (2.8.6)
|
|
129
|
+
minitest (5.22.3)
|
|
130
|
+
multipart-post (2.3.0)
|
|
131
|
+
net-imap (0.4.7)
|
|
125
132
|
date
|
|
126
133
|
net-protocol
|
|
127
134
|
net-pop (0.1.2)
|
|
128
135
|
net-protocol
|
|
129
|
-
net-protocol (0.2.
|
|
136
|
+
net-protocol (0.2.2)
|
|
130
137
|
timeout
|
|
131
|
-
net-smtp (0.
|
|
138
|
+
net-smtp (0.4.0)
|
|
132
139
|
net-protocol
|
|
133
|
-
nio4r (2.
|
|
134
|
-
nokogiri (1.
|
|
140
|
+
nio4r (2.7.0)
|
|
141
|
+
nokogiri (1.14.5)
|
|
142
|
+
mini_portile2 (~> 2.8.0)
|
|
135
143
|
racc (~> 1.4)
|
|
136
|
-
nokogiri (1.
|
|
137
|
-
racc (~> 1.4)
|
|
138
|
-
nokogiri (1.13.10-x86_64-linux)
|
|
144
|
+
nokogiri (1.14.5-arm64-darwin)
|
|
139
145
|
racc (~> 1.4)
|
|
140
146
|
parallel (1.22.1)
|
|
141
147
|
parser (3.1.3.0)
|
|
142
148
|
ast (~> 2.4.1)
|
|
143
149
|
public_suffix (5.0.1)
|
|
144
|
-
racc (1.
|
|
145
|
-
rack (2.2.
|
|
146
|
-
rack-test (2.0
|
|
150
|
+
racc (1.7.3)
|
|
151
|
+
rack (2.2.9)
|
|
152
|
+
rack-test (2.1.0)
|
|
147
153
|
rack (>= 1.3)
|
|
148
|
-
rails (
|
|
149
|
-
actioncable (=
|
|
150
|
-
actionmailbox (=
|
|
151
|
-
actionmailer (=
|
|
152
|
-
actionpack (=
|
|
153
|
-
actiontext (=
|
|
154
|
-
actionview (=
|
|
155
|
-
activejob (=
|
|
156
|
-
activemodel (=
|
|
157
|
-
activerecord (=
|
|
158
|
-
activestorage (=
|
|
159
|
-
activesupport (=
|
|
154
|
+
rails (7.0.8.1)
|
|
155
|
+
actioncable (= 7.0.8.1)
|
|
156
|
+
actionmailbox (= 7.0.8.1)
|
|
157
|
+
actionmailer (= 7.0.8.1)
|
|
158
|
+
actionpack (= 7.0.8.1)
|
|
159
|
+
actiontext (= 7.0.8.1)
|
|
160
|
+
actionview (= 7.0.8.1)
|
|
161
|
+
activejob (= 7.0.8.1)
|
|
162
|
+
activemodel (= 7.0.8.1)
|
|
163
|
+
activerecord (= 7.0.8.1)
|
|
164
|
+
activestorage (= 7.0.8.1)
|
|
165
|
+
activesupport (= 7.0.8.1)
|
|
160
166
|
bundler (>= 1.15.0)
|
|
161
|
-
railties (=
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
167
|
+
railties (= 7.0.8.1)
|
|
168
|
+
rails-dom-testing (2.2.0)
|
|
169
|
+
activesupport (>= 5.0.0)
|
|
170
|
+
minitest
|
|
165
171
|
nokogiri (>= 1.6)
|
|
166
|
-
rails-html-sanitizer (1.
|
|
167
|
-
loofah (~> 2.
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
172
|
+
rails-html-sanitizer (1.6.0)
|
|
173
|
+
loofah (~> 2.21)
|
|
174
|
+
nokogiri (~> 1.14)
|
|
175
|
+
railties (7.0.8.1)
|
|
176
|
+
actionpack (= 7.0.8.1)
|
|
177
|
+
activesupport (= 7.0.8.1)
|
|
171
178
|
method_source
|
|
172
179
|
rake (>= 12.2)
|
|
173
180
|
thor (~> 1.0)
|
|
181
|
+
zeitwerk (~> 2.5)
|
|
174
182
|
rainbow (3.1.1)
|
|
175
183
|
rake (13.0.6)
|
|
176
184
|
regexp_parser (2.6.1)
|
|
@@ -205,33 +213,27 @@ GEM
|
|
|
205
213
|
rubocop-ast (>= 0.4.0)
|
|
206
214
|
ruby-progressbar (1.11.0)
|
|
207
215
|
ruby2_keywords (0.0.5)
|
|
208
|
-
sprockets (4.2.0)
|
|
209
|
-
concurrent-ruby (~> 1.0)
|
|
210
|
-
rack (>= 2.2.4, < 4)
|
|
211
|
-
sprockets-rails (3.4.2)
|
|
212
|
-
actionpack (>= 5.2)
|
|
213
|
-
activesupport (>= 5.2)
|
|
214
|
-
sprockets (>= 3.0.0)
|
|
215
216
|
standard (1.19.1)
|
|
216
217
|
language_server-protocol (~> 3.17.0.2)
|
|
217
218
|
rubocop (= 1.39.0)
|
|
218
219
|
rubocop-performance (= 1.15.1)
|
|
219
|
-
thor (1.
|
|
220
|
-
timeout (0.
|
|
221
|
-
tzinfo (2.0.
|
|
220
|
+
thor (1.3.1)
|
|
221
|
+
timeout (0.4.1)
|
|
222
|
+
tzinfo (2.0.6)
|
|
222
223
|
concurrent-ruby (~> 1.0)
|
|
223
224
|
unicode-display_width (2.3.0)
|
|
224
225
|
webmock (3.18.1)
|
|
225
226
|
addressable (>= 2.8.0)
|
|
226
227
|
crack (>= 0.3.2)
|
|
227
228
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
228
|
-
websocket-driver (0.7.
|
|
229
|
+
websocket-driver (0.7.6)
|
|
229
230
|
websocket-extensions (>= 0.1.0)
|
|
230
231
|
websocket-extensions (0.1.5)
|
|
231
|
-
zeitwerk (2.6.
|
|
232
|
+
zeitwerk (2.6.13)
|
|
232
233
|
|
|
233
234
|
PLATFORMS
|
|
234
235
|
arm64-darwin-21
|
|
236
|
+
arm64-darwin-23
|
|
235
237
|
x86_64-darwin-21
|
|
236
238
|
x86_64-linux
|
|
237
239
|
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
require_relative "lib/doppler_rails/version"
|
|
4
|
+
|
|
5
|
+
Gem::Specification.new do |spec|
|
|
6
|
+
spec.name = "doppler_rails"
|
|
7
|
+
spec.version = DopplerRails::VERSION
|
|
8
|
+
spec.authors = ["Jonas Brusman", "Björn Nordstrand"]
|
|
9
|
+
|
|
10
|
+
spec.summary = "Fetch environment variables from Doppler and inject them into your Rails application."
|
|
11
|
+
spec.homepage = "https://github.com/teamtailor/doppler_rails"
|
|
12
|
+
spec.license = "MIT"
|
|
13
|
+
spec.required_ruby_version = ">= 2.6.0"
|
|
14
|
+
|
|
15
|
+
spec.metadata["homepage_uri"] = spec.homepage
|
|
16
|
+
spec.metadata["source_code_uri"] = "https://github.com/teamtailor/doppler_rails"
|
|
17
|
+
spec.metadata["changelog_uri"] = "https://github.com/teamtailor/doppler_rails/blob/main/CHANGELOG.md"
|
|
18
|
+
|
|
19
|
+
# Specify which files should be added to the gem when it is released.
|
|
20
|
+
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
|
21
|
+
spec.files = Dir.chdir(__dir__) do
|
|
22
|
+
`git ls-files -z`.split("\x0").reject do |f|
|
|
23
|
+
(f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
spec.require_paths = ["lib"]
|
|
27
|
+
|
|
28
|
+
# Uncomment to register a new dependency of your gem
|
|
29
|
+
spec.add_dependency "faraday", ">= 1.0", "< 2.0"
|
|
30
|
+
spec.add_dependency "rails", ">= 6.0", "< 7.2"
|
|
31
|
+
|
|
32
|
+
# For more information and examples about making a new gem, check out our
|
|
33
|
+
# guide at: https://bundler.io/guides/creating_gem.html
|
|
34
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: doppler_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
|
- Jonas Brusman
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: faraday
|
|
@@ -40,7 +40,7 @@ dependencies:
|
|
|
40
40
|
version: '6.0'
|
|
41
41
|
- - "<"
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
|
-
version: '7.
|
|
43
|
+
version: '7.2'
|
|
44
44
|
type: :runtime
|
|
45
45
|
prerelease: false
|
|
46
46
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -50,7 +50,7 @@ dependencies:
|
|
|
50
50
|
version: '6.0'
|
|
51
51
|
- - "<"
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: '7.
|
|
53
|
+
version: '7.2'
|
|
54
54
|
description:
|
|
55
55
|
email:
|
|
56
56
|
executables: []
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- LICENSE.txt
|
|
69
69
|
- README.md
|
|
70
70
|
- Rakefile
|
|
71
|
+
- doppler_rails.gemspec
|
|
71
72
|
- lib/doppler_rails.rb
|
|
72
73
|
- lib/doppler_rails/version.rb
|
|
73
74
|
- sig/doppler/rails.rbs
|