mailcatcher 0.8.0 → 0.8.1
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.md +6 -1
- data/lib/mail_catcher/mail.rb +1 -1
- data/lib/mail_catcher/version.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 398459f93087b0066f8e2f8fd34781c2db1c6c3a8b2e13183a5cc425765f3347
|
|
4
|
+
data.tar.gz: 167623ed70957092aa6609d872cec9098f4d92184033df8b1cda9f83a2d8a31d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65dcc3d2041456601dfd69f4cb522817522b7243cc1ac09b2e08c3905693cf99063aad8f262154577d2ad3ea94836c27cd0be7f1186cadf2abab7f968b7778e4
|
|
7
|
+
data.tar.gz: 71bbe2396c4ba43857d346a5ee93269e314ac2cf4f694babfaf7a79c96f4d6c9f86d1df76f66b76e4e8df272371963c94418f07ce5cc2a9d204a13a0f4b3ea7b
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/README.md
CHANGED
|
@@ -32,17 +32,22 @@ Use `mailcatcher --help` to see the command line options.
|
|
|
32
32
|
|
|
33
33
|
```
|
|
34
34
|
Usage: mailcatcher [options]
|
|
35
|
+
|
|
36
|
+
MailCatcher v0.8.0
|
|
37
|
+
|
|
35
38
|
--ip IP Set the ip address of both servers
|
|
36
39
|
--smtp-ip IP Set the ip address of the smtp server
|
|
37
40
|
--smtp-port PORT Set the port of the smtp server
|
|
38
41
|
--http-ip IP Set the ip address of the http server
|
|
39
42
|
--http-port PORT Set the port address of the http server
|
|
43
|
+
--messages-limit COUNT Only keep up to COUNT most recent messages
|
|
40
44
|
--http-path PATH Add a prefix to all HTTP paths
|
|
41
45
|
--no-quit Don't allow quitting the process
|
|
42
46
|
-f, --foreground Run in the foreground
|
|
43
47
|
-b, --browse Open web browser
|
|
44
48
|
-v, --verbose Be more verbose
|
|
45
49
|
-h, --help Display this help information
|
|
50
|
+
--version Display the current version
|
|
46
51
|
```
|
|
47
52
|
|
|
48
53
|
### Ruby
|
|
@@ -64,7 +69,7 @@ gem install thin -v 1.5.1 -- --with-cflags="-Wno-error=implicit-function-declara
|
|
|
64
69
|
|
|
65
70
|
### Bundler
|
|
66
71
|
|
|
67
|
-
Please don't put mailcatcher into your Gemfile. It will conflict with your
|
|
72
|
+
Please don't put mailcatcher into your Gemfile. It will conflict with your application's gems at some point.
|
|
68
73
|
|
|
69
74
|
Instead, pop a note in your README stating you use mailcatcher, and to run `gem install mailcatcher` then `mailcatcher` to get started.
|
|
70
75
|
|
data/lib/mail_catcher/mail.rb
CHANGED
data/lib/mail_catcher/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mailcatcher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Cochran
|
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
|
28
28
|
Tvf+pbX8JT9rawFDogxPhL7eRAbjg4MH9amp5l8HTVCAsW8vqv7wM4rtMNAaXmik
|
|
29
29
|
LJghfDEf70fTtbs4Zv57pPhn1b7wBNf8fh+TZOlYAA6dFtQXoCwfE6bWgQU=
|
|
30
30
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2021-07-
|
|
31
|
+
date: 2021-07-27 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: eventmachine
|
metadata.gz.sig
CHANGED
|
Binary file
|