mailflow-rails 0.0.1 → 0.0.2
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
- data/lib/mailflow/rails/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b0b387191383194c7a368f8d0b4bf569ff625ecf6692596d60768808ff076d9a
|
|
4
|
+
data.tar.gz: b97897b0377a929ad5071420da73f7d9a523659d56551ac57b81bc44b113a6fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1087416fe7484ed7e2c53efe1db1653c759fe3446182e9e4e96a8d8421ed6e39d1559494fb1ae78112d76399141132afb505a6da9ae08563d2b64952998aca8e
|
|
7
|
+
data.tar.gz: 0016ae61571706c61410a8b3393688f87e739842687bffa27077ec5392d87e67fee3936cb3f3280d46f24fc6de8da7779285a61f82a3324901e698060bef19cf
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mailflow-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mailflow
|
|
@@ -24,7 +24,7 @@ dependencies:
|
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
|
-
description: Mailflow library for Rails/ActionMailer library
|
|
27
|
+
description: Mailflow.cloud library for Rails/ActionMailer library
|
|
28
28
|
email:
|
|
29
29
|
- support@mailflow.cloud
|
|
30
30
|
executables: []
|
|
@@ -53,8 +53,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
requirements: []
|
|
56
|
-
rubygems_version: 3.
|
|
56
|
+
rubygems_version: 3.4.10
|
|
57
57
|
signing_key:
|
|
58
58
|
specification_version: 4
|
|
59
|
-
summary: Mailflow library for Rails/ActionMailer library
|
|
59
|
+
summary: Mailflow.cloud library for Rails/ActionMailer library
|
|
60
60
|
test_files: []
|