neon_email 0.1.6 → 0.1.7

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: 6d8636648cfe831ff6cb2adcf1bdb8d2efd047546dda72907e9565570ed09d1c
4
- data.tar.gz: d2bd55c9dc5c086d4b633028ba21aec81717373b1672b7bb13fe319ee65301bc
3
+ metadata.gz: da39a31a4fe68a74959b0409fc82992cddf2cc06761c44634d5155838cb69938
4
+ data.tar.gz: a6d11db1ad7536f5c49088721a103f3419ddfb8faa978fac3ebe829f6138a53b
5
5
  SHA512:
6
- metadata.gz: c6420e4bed7faf395f8774a995ab9c266e15a9bc82d14b6f6cd711ba05fa1425e003595df054df739c221774448cb961e90809153062f3a60dbcb7f26770d44c
7
- data.tar.gz: a4d631b2774fccd610efa7aec538c8c67b66a3189a9d4028914cd6a0754905abd309aacfbd88420479c68d553c3f19cd2ed12448549868cf2a24e10b2c8fea5b
6
+ metadata.gz: 10df62f0f374ec465b90d19d67e4187daabbe2da9b59d76ebbe10ff92cd925613b279ac9007c8aa91a7436a7c94061ce0929c9fd6f3780a085c42fdeff088c5e
7
+ data.tar.gz: f09193f0ce3565a816304a1f10643cdd828e9cfc76bcebf513abd86fe18b6a1a6c023c6048bd6d8ba7862231483eb6b1fc8aef115b738117090223d87a64f02a
data/Gemfile.lock CHANGED
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neon_email (0.1.5)
4
+ neon_email (0.1.7)
5
5
  functions_framework (= 0.9.0)
6
6
  neon_operations (= 0.0.6)
7
- neon_schemas (= 0.1.12)
7
+ neon_schemas (= 0.1.13)
8
8
  neon_secrets (= 0.0.1)
9
9
  sendgrid-ruby (= 6.4)
10
10
 
@@ -61,19 +61,23 @@ GEM
61
61
  dry-schema (~> 1.5, >= 1.5.2)
62
62
  faker (2.17.0)
63
63
  i18n (>= 1.6, < 2)
64
- faraday (1.4.3)
64
+ faraday (1.5.0)
65
65
  faraday-em_http (~> 1.0)
66
66
  faraday-em_synchrony (~> 1.0)
67
67
  faraday-excon (~> 1.1)
68
+ faraday-httpclient (~> 1.0.1)
68
69
  faraday-net_http (~> 1.0)
69
70
  faraday-net_http_persistent (~> 1.1)
71
+ faraday-patron (~> 1.0)
70
72
  multipart-post (>= 1.2, < 3)
71
73
  ruby2_keywords (>= 0.0.4)
72
74
  faraday-em_http (1.0.0)
73
75
  faraday-em_synchrony (1.0.0)
74
76
  faraday-excon (1.1.0)
77
+ faraday-httpclient (1.0.1)
75
78
  faraday-net_http (1.0.1)
76
79
  faraday-net_http_persistent (1.1.0)
80
+ faraday-patron (1.0.0)
77
81
  ffi (1.15.3)
78
82
  formatador (0.3.0)
79
83
  functions_framework (0.9.0)
@@ -154,7 +158,7 @@ GEM
154
158
  nenv (0.3.0)
155
159
  neon_operations (0.0.6)
156
160
  dry-monads (~> 1.3)
157
- neon_schemas (0.1.12)
161
+ neon_schemas (0.1.13)
158
162
  avro (~> 1.10)
159
163
  dry-validation (= 1.6)
160
164
  neon_operations (= 0.0.6)
@@ -166,7 +170,7 @@ GEM
166
170
  shellany (~> 0.0)
167
171
  os (1.1.1)
168
172
  parallel (1.20.1)
169
- parser (3.0.1.0)
173
+ parser (3.0.1.1)
170
174
  ast (~> 2.4.1)
171
175
  pry (0.14.1)
172
176
  coderay (~> 1.1)
@@ -203,8 +207,8 @@ GEM
203
207
  rubocop-ast (>= 1.2.0, < 2.0)
204
208
  ruby-progressbar (~> 1.7)
205
209
  unicode-display_width (>= 1.4.0, < 3.0)
206
- rubocop-ast (1.4.1)
207
- parser (>= 2.7.1.5)
210
+ rubocop-ast (1.7.0)
211
+ parser (>= 3.0.1.1)
208
212
  rubocop-performance (1.10.1)
209
213
  rubocop (>= 0.90.0, < 2.0)
210
214
  rubocop-ast (>= 0.4.0)
@@ -1,3 +1,3 @@
1
1
  module NeonEmail
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
data/neon_email.gemspec CHANGED
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
  end
23
23
  spec.require_paths = ["lib"]
24
24
 
25
- spec.add_runtime_dependency "neon_schemas", "0.1.12"
25
+ spec.add_runtime_dependency "neon_schemas", "0.1.13"
26
26
  spec.add_runtime_dependency "functions_framework", "0.9.0"
27
27
  spec.add_runtime_dependency "neon_secrets", "0.0.1"
28
28
  spec.add_runtime_dependency "sendgrid-ruby", "6.4"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neon_email
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neon Law
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.1.12
19
+ version: 0.1.13
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: 0.1.12
26
+ version: 0.1.13
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: functions_framework
29
29
  requirement: !ruby/object:Gem::Requirement