recipient_interceptor 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +9 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f417db4c40adf06743a78da6452a691443b707c9a549fe44523e5013f41e1cc
|
4
|
+
data.tar.gz: d424e1deb3b45c81f32c382eb362e3cc83f94bad59cf1e6a735b4439fa000f6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b2b691e246882a96d0937b4142d8e6057489c9207ce38839c8f5b34ff61ea4bef2aad1274cfc6e2b1e8940fbf366f3b020ac28093e6eccee422dd743427a7c3
|
7
|
+
data.tar.gz: 238dae3f8fbb6de38f372da60136203c29f384fac31fac46565aea61663a87861e788e842170d5fc17e70c1df8afae35d6c850f177a8bac38789f400ffb9f025
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: recipient_interceptor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan Croak
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-10-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mail
|
@@ -24,11 +24,7 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
|
-
description:
|
28
|
-
Use RecipientInterceptor when you don't want your Ruby program to
|
29
|
-
accidentally send emails to addresses other than those on a whitelist
|
30
|
-
which you configure. For example, you could use it in your web app's
|
31
|
-
staging environment.
|
27
|
+
description: " Avoid emailing your users from non-production environments.\n"
|
32
28
|
email: dan@statusok.com
|
33
29
|
executables: []
|
34
30
|
extensions: []
|
@@ -36,9 +32,10 @@ extra_rdoc_files: []
|
|
36
32
|
files:
|
37
33
|
- lib/recipient_interceptor.rb
|
38
34
|
homepage: http://github.com/croaky/recipient_interceptor
|
39
|
-
licenses:
|
35
|
+
licenses:
|
36
|
+
- MIT
|
40
37
|
metadata: {}
|
41
|
-
post_install_message:
|
38
|
+
post_install_message:
|
42
39
|
rdoc_options: []
|
43
40
|
require_paths:
|
44
41
|
- lib
|
@@ -53,8 +50,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
53
50
|
- !ruby/object:Gem::Version
|
54
51
|
version: '0'
|
55
52
|
requirements: []
|
56
|
-
rubygems_version: 3.
|
57
|
-
signing_key:
|
53
|
+
rubygems_version: 3.1.6
|
54
|
+
signing_key:
|
58
55
|
specification_version: 4
|
59
56
|
summary: Intercept recipients when delivering email with the Mail gem.
|
60
57
|
test_files: []
|