doppler_rails 0.1.0 → 0.1.1

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: 5da3eec0d029fbbe57387461123680c74694fc82582679839ea3046746397016
4
- data.tar.gz: 82aa886544e4609b326a6a25ed56ebe2bd141e96ee38aa5a4a9ecc212f3b4497
3
+ metadata.gz: bf7527eb7cbfeb4be62167e6a1d8a9a7cbd318da0c055aa16ff06c9918962c72
4
+ data.tar.gz: d8f1eecb51393ee6255e4914cb4e0d31e13b9bf6ecea7e48c8f80c51e61d45c5
5
5
  SHA512:
6
- metadata.gz: 1f7674e17a4ebae33f36a1387dc130c9601480424d4ec8d6085b5486aea3b6da65ff7bcbc9c759d93764f3b67558673afa40b0bd0f7055c94dd77e2ba9ae7d1d
7
- data.tar.gz: f4b3e95641b33e2ca21223a5b1728ed9bc7758da9d5ca91a275c03e89dbfbce7f18aa8c0397ae61e4acd67cb64fe5489cb8bd10a9470e4a2f01d637f91bc34d1
6
+ metadata.gz: 7ceef0d1e6c759719048fc5016132926f025741ffb75ee9f94d7dacc8aede4a0c5fa977438afed94f2871e0fb3ddd77c90ad380eb0b92f47b15e4b8b8cbfd56d
7
+ data.tar.gz: d41dce77fc95e43bd23a7a67a6a4d16617e7e75c9130ff2cb38984f0a4aeede0297188ce035a9af205213651b9ffc03e9eb99bab37f151a882ad8311e3e18358
data/Gemfile.lock CHANGED
@@ -1,84 +1,90 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- doppler_rails (0.1.0)
4
+ doppler_rails (0.1.1)
5
5
  faraday (>= 1.0, < 2.0)
6
- rails (>= 6.0, < 7.0)
6
+ rails (>= 6.0, < 7.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (6.1.7)
12
- actionpack (= 6.1.7)
13
- activesupport (= 6.1.7)
11
+ actioncable (7.0.3.1)
12
+ actionpack (= 7.0.3.1)
13
+ activesupport (= 7.0.3.1)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
- actionmailbox (6.1.7)
17
- actionpack (= 6.1.7)
18
- activejob (= 6.1.7)
19
- activerecord (= 6.1.7)
20
- activestorage (= 6.1.7)
21
- activesupport (= 6.1.7)
16
+ actionmailbox (7.0.3.1)
17
+ actionpack (= 7.0.3.1)
18
+ activejob (= 7.0.3.1)
19
+ activerecord (= 7.0.3.1)
20
+ activestorage (= 7.0.3.1)
21
+ activesupport (= 7.0.3.1)
22
22
  mail (>= 2.7.1)
23
- actionmailer (6.1.7)
24
- actionpack (= 6.1.7)
25
- actionview (= 6.1.7)
26
- activejob (= 6.1.7)
27
- activesupport (= 6.1.7)
23
+ net-imap
24
+ net-pop
25
+ net-smtp
26
+ actionmailer (7.0.3.1)
27
+ actionpack (= 7.0.3.1)
28
+ actionview (= 7.0.3.1)
29
+ activejob (= 7.0.3.1)
30
+ activesupport (= 7.0.3.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 (6.1.7)
31
- actionview (= 6.1.7)
32
- activesupport (= 6.1.7)
33
- rack (~> 2.0, >= 2.0.9)
36
+ actionpack (7.0.3.1)
37
+ actionview (= 7.0.3.1)
38
+ activesupport (= 7.0.3.1)
39
+ rack (~> 2.0, >= 2.2.0)
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 (6.1.7)
38
- actionpack (= 6.1.7)
39
- activerecord (= 6.1.7)
40
- activestorage (= 6.1.7)
41
- activesupport (= 6.1.7)
43
+ actiontext (7.0.3.1)
44
+ actionpack (= 7.0.3.1)
45
+ activerecord (= 7.0.3.1)
46
+ activestorage (= 7.0.3.1)
47
+ activesupport (= 7.0.3.1)
48
+ globalid (>= 0.6.0)
42
49
  nokogiri (>= 1.8.5)
43
- actionview (6.1.7)
44
- activesupport (= 6.1.7)
50
+ actionview (7.0.3.1)
51
+ activesupport (= 7.0.3.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 (6.1.7)
50
- activesupport (= 6.1.7)
56
+ activejob (7.0.3.1)
57
+ activesupport (= 7.0.3.1)
51
58
  globalid (>= 0.3.6)
52
- activemodel (6.1.7)
53
- activesupport (= 6.1.7)
54
- activerecord (6.1.7)
55
- activemodel (= 6.1.7)
56
- activesupport (= 6.1.7)
57
- activestorage (6.1.7)
58
- actionpack (= 6.1.7)
59
- activejob (= 6.1.7)
60
- activerecord (= 6.1.7)
61
- activesupport (= 6.1.7)
59
+ activemodel (7.0.3.1)
60
+ activesupport (= 7.0.3.1)
61
+ activerecord (7.0.3.1)
62
+ activemodel (= 7.0.3.1)
63
+ activesupport (= 7.0.3.1)
64
+ activestorage (7.0.3.1)
65
+ actionpack (= 7.0.3.1)
66
+ activejob (= 7.0.3.1)
67
+ activerecord (= 7.0.3.1)
68
+ activesupport (= 7.0.3.1)
62
69
  marcel (~> 1.0)
63
70
  mini_mime (>= 1.1.0)
64
- activesupport (6.1.7)
71
+ activesupport (7.0.3.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.1.10)
80
+ concurrent-ruby (1.2.2)
75
81
  crack (0.4.5)
76
82
  rexml
77
83
  crass (1.0.6)
78
84
  date (3.3.3)
79
85
  diff-lcs (1.5.0)
80
- erubi (1.11.0)
81
- faraday (1.10.2)
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,17 +107,17 @@ 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.0.0)
110
+ globalid (1.1.0)
105
111
  activesupport (>= 5.0)
106
112
  hashdiff (1.0.1)
107
113
  i18n (1.12.0)
108
114
  concurrent-ruby (~> 1.0)
109
115
  json (2.6.3)
110
116
  language_server-protocol (3.17.0.2)
111
- loofah (2.19.1)
117
+ loofah (2.20.0)
112
118
  crass (~> 1.0.2)
113
119
  nokogiri (>= 1.5.9)
114
- mail (2.8.0)
120
+ mail (2.8.1)
115
121
  mini_mime (>= 0.1.1)
116
122
  net-imap
117
123
  net-pop
@@ -119,9 +125,9 @@ GEM
119
125
  marcel (1.0.2)
120
126
  method_source (1.0.0)
121
127
  mini_mime (1.1.2)
122
- minitest (5.16.3)
123
- multipart-post (2.2.3)
124
- net-imap (0.3.3)
128
+ minitest (5.18.0)
129
+ multipart-post (2.3.0)
130
+ net-imap (0.3.4)
125
131
  date
126
132
  net-protocol
127
133
  net-pop (0.1.2)
@@ -131,46 +137,42 @@ GEM
131
137
  net-smtp (0.3.3)
132
138
  net-protocol
133
139
  nio4r (2.5.8)
134
- nokogiri (1.13.10-arm64-darwin)
135
- racc (~> 1.4)
136
- nokogiri (1.13.10-x86_64-darwin)
137
- racc (~> 1.4)
138
- nokogiri (1.13.10-x86_64-linux)
140
+ nokogiri (1.14.3-arm64-darwin)
139
141
  racc (~> 1.4)
140
142
  parallel (1.22.1)
141
143
  parser (3.1.3.0)
142
144
  ast (~> 2.4.1)
143
145
  public_suffix (5.0.1)
144
- racc (1.6.1)
145
- rack (2.2.4)
146
- rack-test (2.0.2)
146
+ racc (1.6.2)
147
+ rack (2.2.7)
148
+ rack-test (2.1.0)
147
149
  rack (>= 1.3)
148
- rails (6.1.7)
149
- actioncable (= 6.1.7)
150
- actionmailbox (= 6.1.7)
151
- actionmailer (= 6.1.7)
152
- actionpack (= 6.1.7)
153
- actiontext (= 6.1.7)
154
- actionview (= 6.1.7)
155
- activejob (= 6.1.7)
156
- activemodel (= 6.1.7)
157
- activerecord (= 6.1.7)
158
- activestorage (= 6.1.7)
159
- activesupport (= 6.1.7)
150
+ rails (7.0.3.1)
151
+ actioncable (= 7.0.3.1)
152
+ actionmailbox (= 7.0.3.1)
153
+ actionmailer (= 7.0.3.1)
154
+ actionpack (= 7.0.3.1)
155
+ actiontext (= 7.0.3.1)
156
+ actionview (= 7.0.3.1)
157
+ activejob (= 7.0.3.1)
158
+ activemodel (= 7.0.3.1)
159
+ activerecord (= 7.0.3.1)
160
+ activestorage (= 7.0.3.1)
161
+ activesupport (= 7.0.3.1)
160
162
  bundler (>= 1.15.0)
161
- railties (= 6.1.7)
162
- sprockets-rails (>= 2.0.0)
163
+ railties (= 7.0.3.1)
163
164
  rails-dom-testing (2.0.3)
164
165
  activesupport (>= 4.2.0)
165
166
  nokogiri (>= 1.6)
166
- rails-html-sanitizer (1.4.4)
167
+ rails-html-sanitizer (1.5.0)
167
168
  loofah (~> 2.19, >= 2.19.1)
168
- railties (6.1.7)
169
- actionpack (= 6.1.7)
170
- activesupport (= 6.1.7)
169
+ railties (7.0.3.1)
170
+ actionpack (= 7.0.3.1)
171
+ activesupport (= 7.0.3.1)
171
172
  method_source
172
173
  rake (>= 12.2)
173
174
  thor (~> 1.0)
175
+ zeitwerk (~> 2.5)
174
176
  rainbow (3.1.1)
175
177
  rake (13.0.6)
176
178
  regexp_parser (2.6.1)
@@ -205,20 +207,13 @@ GEM
205
207
  rubocop-ast (>= 0.4.0)
206
208
  ruby-progressbar (1.11.0)
207
209
  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
210
  standard (1.19.1)
216
211
  language_server-protocol (~> 3.17.0.2)
217
212
  rubocop (= 1.39.0)
218
213
  rubocop-performance (= 1.15.1)
219
214
  thor (1.2.1)
220
- timeout (0.3.1)
221
- tzinfo (2.0.5)
215
+ timeout (0.3.2)
216
+ tzinfo (2.0.6)
222
217
  concurrent-ruby (~> 1.0)
223
218
  unicode-display_width (2.3.0)
224
219
  webmock (3.18.1)
@@ -228,7 +223,7 @@ GEM
228
223
  websocket-driver (0.7.5)
229
224
  websocket-extensions (>= 0.1.0)
230
225
  websocket-extensions (0.1.5)
231
- zeitwerk (2.6.6)
226
+ zeitwerk (2.6.7)
232
227
 
233
228
  PLATFORMS
234
229
  arm64-darwin-21
@@ -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.1"
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DopplerRails
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  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.0
4
+ version: 0.1.1
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: 2022-12-21 00:00:00.000000000 Z
12
+ date: 2023-05-31 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.0'
43
+ version: '7.1'
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.0'
53
+ version: '7.1'
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