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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46f5553dcdc0ccc5065e67fb6ba745a4e0d1e8efc69a3198fcd2bf4812d9ac07
4
- data.tar.gz: cc7371b78939c807fde7d05afebf18ab3f5359e375449878d5b6996cc20b5ac2
3
+ metadata.gz: edf86fa19b24bd8610ae636efb4fd128a7d3d404b7a4a2a3108c76c2a1a39a1b
4
+ data.tar.gz: 259dd64a054d56e49893d641319ccdaa8bdadbd8c9395b949e53931bf51548a6
5
5
  SHA512:
6
- metadata.gz: a6ee60f8e899975118dde5d719c871166ada0c7d98788044b41494899654bf08d1bebb17b1c51b483475e955c2aaeee3213223481464880153afa2f6433d1dd6
7
- data.tar.gz: 8f5408d1d9ae2890db76f75241fb9da827414f968814b8f4c372a069548448cf3c711f2ceae604e45832ae418630a13f755c040ac8f6ddced8912ee1f308f3c2
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)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MailGrabber
4
- VERSION = '1.3.1'
4
+ VERSION = '1.3.3'
5
5
  end
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.1
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-01-25 00:00:00.000000000 Z
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: Delivery Method to grab emails and inspect on a web interface. We can
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: []