actionmailbox 7.0.8.7 → 7.0.10

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: 87e84ee9639240f1be166073689857014358af08cb4c912a489df829733817a7
4
- data.tar.gz: 8abd6d25e366022eedfe5471ccabe16f12fbab607cafb804f27a3dc5af6b78a4
3
+ metadata.gz: 3b94c4a214772d5652b97098ae4618dd4d9196b39a86072b9d41b77b4fb29156
4
+ data.tar.gz: dae5f8ccff304df65cae644e28ef553626a58c4edf74a9334e8dff9ad82d64a2
5
5
  SHA512:
6
- metadata.gz: b7e589b378cf34e7d4fa92b0db7cfc97f6535841f1e95ac7415c01fd861f02d72c70cda24ff322551508d34e143eb1a6081b7ea6e5b59637e73d3fd3babd6f5d
7
- data.tar.gz: 28529ac770138a503df114da3b9ea6de9e36866339688f98300384a274d7715b0336d4fa9da4dbd2ba0b9b00d2ff97bcbfcff9bbb0ae700b2fc5de1c8948b3e1
6
+ metadata.gz: ed6b8be2e21630d544188cc33f9080e247ef883f569de2043d003c5773189ed208de2df00ce76c6edd96337e4705acca57d0bc549003e37ec4dc9cef48ab9d6a
7
+ data.tar.gz: de2c4b9e13f9308bc2db7fe0c381543a72fbbedb12bf3857cfb9ef0fc829f43d5cee7c9576a7907dfd4a714b1c614d320b8520181f919299ca407c0e8018b8e2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## Rails 7.0.10 (October 28, 2025) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 7.0.9 (October 28, 2025) ##
7
+
8
+ * No changes.
9
+
10
+
1
11
  ## Rails 7.0.8.7 (December 10, 2024) ##
2
12
 
3
13
  * No changes.
@@ -41,7 +41,7 @@ module ActionMailbox
41
41
  # If your application lives at <tt>https://example.com</tt>, you would configure the Postfix SMTP server to pipe
42
42
  # inbound emails to the following command:
43
43
  #
44
- # bin/rails action_mailbox:ingress:postfix URL=https://example.com/rails/action_mailbox/postfix/inbound_emails INGRESS_PASSWORD=...
44
+ # $ bin/rails action_mailbox:ingress:postfix URL=https://example.com/rails/action_mailbox/postfix/inbound_emails INGRESS_PASSWORD=...
45
45
  #
46
46
  # Built-in ingress commands are available for these popular SMTP servers:
47
47
  #
@@ -9,8 +9,8 @@ module ActionMailbox
9
9
  module VERSION
10
10
  MAJOR = 7
11
11
  MINOR = 0
12
- TINY = 8
13
- PRE = "7"
12
+ TINY = 10
13
+ PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actionmailbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.8.7
4
+ version: 7.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  - George Claghorn
9
- autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2024-12-10 00:00:00.000000000 Z
11
+ date: 1980-01-02 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: activesupport
@@ -17,70 +16,70 @@ dependencies:
17
16
  requirements:
18
17
  - - '='
19
18
  - !ruby/object:Gem::Version
20
- version: 7.0.8.7
19
+ version: 7.0.10
21
20
  type: :runtime
22
21
  prerelease: false
23
22
  version_requirements: !ruby/object:Gem::Requirement
24
23
  requirements:
25
24
  - - '='
26
25
  - !ruby/object:Gem::Version
27
- version: 7.0.8.7
26
+ version: 7.0.10
28
27
  - !ruby/object:Gem::Dependency
29
28
  name: activerecord
30
29
  requirement: !ruby/object:Gem::Requirement
31
30
  requirements:
32
31
  - - '='
33
32
  - !ruby/object:Gem::Version
34
- version: 7.0.8.7
33
+ version: 7.0.10
35
34
  type: :runtime
36
35
  prerelease: false
37
36
  version_requirements: !ruby/object:Gem::Requirement
38
37
  requirements:
39
38
  - - '='
40
39
  - !ruby/object:Gem::Version
41
- version: 7.0.8.7
40
+ version: 7.0.10
42
41
  - !ruby/object:Gem::Dependency
43
42
  name: activestorage
44
43
  requirement: !ruby/object:Gem::Requirement
45
44
  requirements:
46
45
  - - '='
47
46
  - !ruby/object:Gem::Version
48
- version: 7.0.8.7
47
+ version: 7.0.10
49
48
  type: :runtime
50
49
  prerelease: false
51
50
  version_requirements: !ruby/object:Gem::Requirement
52
51
  requirements:
53
52
  - - '='
54
53
  - !ruby/object:Gem::Version
55
- version: 7.0.8.7
54
+ version: 7.0.10
56
55
  - !ruby/object:Gem::Dependency
57
56
  name: activejob
58
57
  requirement: !ruby/object:Gem::Requirement
59
58
  requirements:
60
59
  - - '='
61
60
  - !ruby/object:Gem::Version
62
- version: 7.0.8.7
61
+ version: 7.0.10
63
62
  type: :runtime
64
63
  prerelease: false
65
64
  version_requirements: !ruby/object:Gem::Requirement
66
65
  requirements:
67
66
  - - '='
68
67
  - !ruby/object:Gem::Version
69
- version: 7.0.8.7
68
+ version: 7.0.10
70
69
  - !ruby/object:Gem::Dependency
71
70
  name: actionpack
72
71
  requirement: !ruby/object:Gem::Requirement
73
72
  requirements:
74
73
  - - '='
75
74
  - !ruby/object:Gem::Version
76
- version: 7.0.8.7
75
+ version: 7.0.10
77
76
  type: :runtime
78
77
  prerelease: false
79
78
  version_requirements: !ruby/object:Gem::Requirement
80
79
  requirements:
81
80
  - - '='
82
81
  - !ruby/object:Gem::Version
83
- version: 7.0.8.7
82
+ version: 7.0.10
84
83
  - !ruby/object:Gem::Dependency
85
84
  name: mail
86
85
  requirement: !ruby/object:Gem::Requirement
@@ -206,12 +205,11 @@ licenses:
206
205
  - MIT
207
206
  metadata:
208
207
  bug_tracker_uri: https://github.com/rails/rails/issues
209
- changelog_uri: https://github.com/rails/rails/blob/v7.0.8.7/actionmailbox/CHANGELOG.md
210
- documentation_uri: https://api.rubyonrails.org/v7.0.8.7/
208
+ changelog_uri: https://github.com/rails/rails/blob/v7.0.10/actionmailbox/CHANGELOG.md
209
+ documentation_uri: https://api.rubyonrails.org/v7.0.10/
211
210
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
212
- source_code_uri: https://github.com/rails/rails/tree/v7.0.8.7/actionmailbox
211
+ source_code_uri: https://github.com/rails/rails/tree/v7.0.10/actionmailbox
213
212
  rubygems_mfa_required: 'true'
214
- post_install_message:
215
213
  rdoc_options: []
216
214
  require_paths:
217
215
  - lib
@@ -226,8 +224,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
226
224
  - !ruby/object:Gem::Version
227
225
  version: '0'
228
226
  requirements: []
229
- rubygems_version: 3.5.22
230
- signing_key:
227
+ rubygems_version: 3.6.9
231
228
  specification_version: 4
232
229
  summary: Inbound email handling framework.
233
230
  test_files: []