mail_grabber 1.3.1 → 1.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +22 -0
- data/lib/mail_grabber/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: edf86fa19b24bd8610ae636efb4fd128a7d3d404b7a4a2a3108c76c2a1a39a1b
|
4
|
+
data.tar.gz: 259dd64a054d56e49893d641319ccdaa8bdadbd8c9395b949e53931bf51548a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f8984f4ba3d69716ac180e8df55724d58da36bb7d4322c1c26255b4076b12efe09f02da1cc1c9060840200ab0eeeeb0586b810db8aa509efd19801a2a1503d0
|
7
|
+
data.tar.gz: 957b0e62c1c9d0e00125a39404056eb3979ff3fa6e374b7f85191f5a3f7cb85e2565b84823ee8329342605bedc88b325db9e54a3197aea691994f06a8c0670c1
|
data/CHANGELOG.md
CHANGED
@@ -1,10 +1,32 @@
|
|
1
1
|
# Change log
|
2
2
|
|
3
|
+
## 1.3.3 (2023-03-19)
|
4
|
+
|
5
|
+
### Changes
|
6
|
+
|
7
|
+
* Update rack to version 3.0.7 because of security issues.
|
8
|
+
* Update gem description.
|
9
|
+
* Update gems.
|
10
|
+
|
11
|
+
|
12
|
+
## 1.3.2 (2023-03-11)
|
13
|
+
|
14
|
+
### Changes
|
15
|
+
|
16
|
+
* Update rack to version 3.0.4.2 because of security issues.
|
17
|
+
* Update bundler and gems.
|
18
|
+
|
19
|
+
|
3
20
|
## 1.3.1 (2023-01-25)
|
4
21
|
|
5
22
|
### Changes
|
6
23
|
|
7
24
|
* Update rack to version 3.0.4.1 because of security issues.
|
25
|
+
* Update bundler and gems.
|
26
|
+
|
27
|
+
### Bug fixes
|
28
|
+
|
29
|
+
* Fix the Ruby version problem in the GitHub Actions workflow file.
|
8
30
|
|
9
31
|
|
10
32
|
## 1.3.0 (2022-10-04)
|
data/lib/mail_grabber/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mail_grabber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Norbert Szivós
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mail
|
@@ -52,8 +52,7 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '1.4'
|
55
|
-
description:
|
56
|
-
use this Delivery Method with Ruby on Rails ActionMailer or other solutions.
|
55
|
+
description: MailGrabber is yet another solution to inspect sent emails.
|
57
56
|
email:
|
58
57
|
- sysqa@yahoo.com
|
59
58
|
executables: []
|