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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7bd063a1a2ccd3cd8e3cf6a8ee495acafdca0d90ab2c3a16e4b62f6180bb9aa
4
- data.tar.gz: 62cec0bcce04b0f74e200c9f47d8ab157ab889060377137f840f2717923c3f3f
3
+ metadata.gz: 398459f93087b0066f8e2f8fd34781c2db1c6c3a8b2e13183a5cc425765f3347
4
+ data.tar.gz: 167623ed70957092aa6609d872cec9098f4d92184033df8b1cda9f83a2d8a31d
5
5
  SHA512:
6
- metadata.gz: f532803f11699a109ce7be2ec7c35251dfc15e448cb6d90c65fc5a1db7757a5924883dff6259fec7dbf3e3139ad41815a3a29e4c545575e252c40c9c29b50ba3
7
- data.tar.gz: 9cfadf47007c3fe0362ce6c7111e688539caaff2dd32da84ae5af78840d2c67860aceb54f46cf7c511d4700f21a056e8218a0cc90f174ba4a8cacb9130e775f0
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 applications gems at some point.
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
 
@@ -36,7 +36,7 @@ module MailCatcher::Mail extend self
36
36
  FOREIGN KEY (message_id) REFERENCES message (id) ON DELETE CASCADE
37
37
  )
38
38
  SQL
39
- db.foreign_keys = true
39
+ db.execute("PRAGMA foreign_keys = ON")
40
40
  end
41
41
  end
42
42
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MailCatcher
4
- VERSION = "0.8.0"
4
+ VERSION = "0.8.1"
5
5
  end
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.0
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-20 00:00:00.000000000 Z
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