sequenced_mailer 0.1.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: f10a1518274cbebdac21ddee3a8fe759b53bba5f65601991025bad9822d53ca6
4
+ data.tar.gz: 2675de6f53963f9cd1ce5fc8e9f0e6e97811a6b7ec5d170f2a8cf5f225c92ce5
5
+ SHA512:
6
+ metadata.gz: a8071455c749d4facad14150af141f65ed425c6743b20aad4ca257cd47a837db8727e434400d8f0ddeb4e2f588f1e27e43917a2a9abd79afd192c7303df5e8d9
7
+ data.tar.gz: 2e41f703928a33497433ebb6b942a03077c05bf1bf8bcd8b93775252cdd325bfd303362e85df9edd50a4d9469daa4ec597426e8ac1be1f4bd4f0c6b793a9fb14
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.standard.yml ADDED
@@ -0,0 +1,3 @@
1
+ # For available configuration options, see:
2
+ # https://github.com/testdouble/standard
3
+ ruby_version: 2.6
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2023-06-20
4
+
5
+ - Initial release
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at thomas@rougecardinal.fr. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2023 Thomas Darde
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,30 @@
1
+ # SequencedMailer
2
+
3
+ Allow to send emails at a specific time
4
+ Allow to send a serie of emails
5
+
6
+
7
+
8
+ ## Installation & Setup
9
+
10
+ To install add the following to your Gemfile:
11
+
12
+ ```ruby
13
+ gem 'sequenced_mailer'
14
+ ```
15
+
16
+
17
+ To setup just run:
18
+
19
+ ```bash
20
+ $ rake sequenced_mailer:setup
21
+ ```
22
+
23
+ and follow the guide!
24
+
25
+
26
+
27
+ ## License
28
+
29
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
30
+
data/Rakefile ADDED
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rspec/core/rake_task"
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ require "standard/rake"
9
+
10
+ task default: [:spec, :standard]
@@ -0,0 +1,27 @@
1
+ module Mailing::Sequenceable
2
+ extend ActiveSupport::Concern
3
+
4
+ included do
5
+ has_many :sequence_owners, class_name: "Mailing::SequenceOwner", dependent: :destroy, inverse_of: :owner, as: :owner
6
+
7
+ def add_to_sequence(name)
8
+ logger.debug { "Will try to add to sequence: #{name}" }
9
+ sequence = Mailing::Sequence.find_by(name: name)
10
+ return unless sequence.present?
11
+
12
+ if sequence_owners.where(mailing_sequence_id: sequence.id, canceled_at: nil).any?
13
+ logger.debug { "User is already in the sequence" }
14
+ return
15
+ end
16
+ logger.debug { "Sequence found: #{sequence.name} with #{sequence.steps.count} step" }
17
+ sequence_owners.create(sequence: sequence)
18
+ end
19
+
20
+ def cancel_sequence(name)
21
+ sequence_owner = sequence_owners.joins(:sequence).where(sequence: { name: name }).first
22
+ return if sequence_owner.blank?
23
+
24
+ sequence_owner.cancel!
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,41 @@
1
+ class Mailing::Sequence < ActiveRecord::Base
2
+ validates :name, presence: true, uniqueness: true
3
+
4
+ has_many :sequence_owners, class_name: "Mailing::SequenceOwner", dependent: :destroy, inverse_of: :sequence, foreign_key: "mailing_sequence_id"
5
+ has_many :steps, class_name: "Mailing::SequenceStep", dependent: :destroy, foreign_key: :mailing_sequence_id, inverse_of: :sequence
6
+ has_many :owners, through: :sequence_owners, source_type: "User"
7
+
8
+ def self.name_and_steps_count
9
+ left_joins(:steps).group(:name).count("mailing_sequence_steps.id")
10
+ end
11
+
12
+ # Mailing::Sequence.send_mails(dry_run: true)
13
+ def self.send_mails(dry_run: false)
14
+ name_and_steps_count.each do |name, steps_count|
15
+ logger.debug { "Sending mails for #{name} (#{steps_count} steps)" }
16
+ Mailing::SequenceOwner.joins(:sequence).where(sequence: {name: name}).where("current_step < ? ", steps_count).where(canceled_at: nil).each do |owner|
17
+ logger.debug { "\tVerify to send mail to #{owner.owner_name} current_step is #{owner.current_step}" }
18
+ owner.send_next_step_if_ready(dry_run: dry_run)
19
+ end
20
+ end
21
+ end
22
+
23
+ def self.sequences_and_steps_names
24
+ {"onboarding_admin_sigilium" => {user_promoted: 0},
25
+ "onboarding_sigilium" => {welcome: 1},
26
+ "subscription_failed_payment" => {first_alert: 1}}
27
+ end
28
+
29
+ def self.seed
30
+ sequences_and_steps_names.each do |sequence_name, steps_details|
31
+ sequence = Mailing::Sequence.find_or_create_by(name: sequence_name)
32
+ steps_details.each.with_index do |step_details, index|
33
+ step_name, days_after_last_step = step_details
34
+ step = sequence.steps.find_or_initialize_by(name: step_name)
35
+ step.days_after_last_step = days_after_last_step
36
+ step.position = index + 1
37
+ step.save!
38
+ end
39
+ end
40
+ end
41
+ end
@@ -0,0 +1,61 @@
1
+ class Mailing::SequenceOwner < ActiveRecord::Base
2
+ belongs_to :sequence, class_name: "Mailing::Sequence", foreign_key: "mailing_sequence_id", inverse_of: :sequence_owners
3
+ belongs_to :owner, polymorphic: true
4
+ delegate :steps, to: :sequence
5
+ after_create :send_next_step_if_ready
6
+
7
+ delegate :name, to: :next_step, prefix: true
8
+ delegate :name, to: :owner, prefix: true
9
+ delegate :name, to: :sequence, prefix: true
10
+
11
+ def owner_name
12
+ if owner.respond_to?(:full_name)
13
+ owner.full_name
14
+ else
15
+ owner.name
16
+ end
17
+ end
18
+
19
+ def description
20
+ ["Sequence: #{sequence_name}", "Owner: #{owner_name}", "Step: #{next_step_name}"].join(" - ")
21
+ end
22
+
23
+ def cancel!
24
+ update!(canceled_at: Time.zone.now)
25
+ end
26
+
27
+ def canceled?
28
+ canceled_at.present?
29
+ end
30
+
31
+ def send_next_step_if_ready(dry_run: false)
32
+ # First email is sent at creation if no delay is set
33
+ # This method is then called every day of the week
34
+
35
+ if ready_to_send_next_step?
36
+ logger.debug { "Will send email to owner" }
37
+ next_step.send_to_owner(self) unless dry_run
38
+ else
39
+ logger.debug { "Not ready to send next step" }
40
+ nil
41
+ end
42
+ end
43
+
44
+ def ready_to_send_next_step?
45
+ return false if canceled?
46
+ return false if last_step?
47
+ next_step.ready_to_send?(last_activity_at)
48
+ end
49
+
50
+ def last_step?
51
+ next_step.blank?
52
+ end
53
+
54
+ def next_step
55
+ @next_step ||= steps.where("position > ?", current_step).order(position: :asc).first
56
+ end
57
+
58
+ def last_activity_at
59
+ last_email_sent_at.presence || created_at
60
+ end
61
+ end
@@ -0,0 +1,37 @@
1
+ class Mailing::SequenceStep < ActiveRecord::Base
2
+ belongs_to :sequence, class_name: "Mailing::Sequence", foreign_key: "mailing_sequence_id", inverse_of: :steps
3
+
4
+ def ready_to_send?(last_activity_at)
5
+ return true if days_after_last_step == 0
6
+ last_activity_at.beginning_of_day + days_after_last_step.days <= Time.zone.now
7
+ end
8
+
9
+ def send_to_owner(sequence_owner)
10
+ # on a un scheduler qui appel les mails à envoyer les jours ouvrés
11
+ #
12
+
13
+ send_the_mail(sequence_owner.owner)
14
+ sequence_owner.current_step = position
15
+ sequence_owner.last_email_sent_at = Time.zone.now
16
+ sequence_owner.save
17
+ end
18
+
19
+ def send_the_mail(owner)
20
+ # InstallationMailer.user_promoted(owner.becomes(User)).deliver_later
21
+ SequenceMailer.send(email_name, casted_owner(owner)).deliver_later
22
+ end
23
+
24
+ def email_name
25
+ [sequence.name, name].join("_")
26
+ end
27
+
28
+ def casted_owner(owner)
29
+ # Avoid an issue with serialization
30
+ case owner.class.name
31
+ when "CompanyAdmin", "OrganizationAdmin", "SimpleUser"
32
+ owner.becomes(User)
33
+ else
34
+ owner
35
+ end
36
+ end
37
+ end
@@ -0,0 +1,5 @@
1
+ module Mailing
2
+ def self.table_name_prefix
3
+ "mailing_"
4
+ end
5
+ end
@@ -0,0 +1,24 @@
1
+ require "rails/generators"
2
+ require File.expand_path("utils", __dir__)
3
+
4
+ module SequencedMailer
5
+ class InstallGenerator < Rails::Generators::Base
6
+ source_root File.expand_path("templates", __dir__)
7
+ include Rails::Generators::Migration
8
+
9
+ desc "This generator creates the migrations for sequenced_mailer"
10
+ def create_sequenced_mailer_migrations_file
11
+ migration_template "migration.rb", "db/migrate/create_sequenced_mailer_tables.rb"
12
+ end
13
+
14
+ def self.next_migration_number(dirname)
15
+ if ActiveRecord::Base.timestamped_migrations
16
+ migration_number = Time.now.utc.strftime("%Y%m%d%H%M%S").to_i
17
+ migration_number += 1
18
+ migration_number.to_s
19
+ else
20
+ format("%.3d", (current_migration_number(dirname) + 1))
21
+ end
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,36 @@
1
+ class CreateSequencedMailerTables < ActiveRecord::Migration[7.0]
2
+ def self.up
3
+ create_table :mailing_sequences do |t|
4
+ t.string :name, null: false
5
+
6
+ t.timestamps
7
+ end
8
+
9
+ add_index :mailing_sequences, :name, unique: true
10
+
11
+ create_table :mailing_sequence_steps do |t|
12
+ t.string :name, null: false
13
+ t.integer :days_after_last_step, null: false
14
+ t.integer :position, null: false
15
+ t.references :mailing_sequence, null: false, foreign_key: true
16
+
17
+ t.timestamps
18
+ end
19
+
20
+ create_table :mailing_sequence_owners do |t|
21
+ t.references :mailing_sequence, null: false, foreign_key: true
22
+ t.references :owner, polymorphic: true, null: false
23
+ t.integer :current_step, null: false, default: 0
24
+ t.datetime :last_email_sent_at
25
+ t.datetime :canceled_at
26
+
27
+ t.timestamps
28
+ end
29
+ end
30
+
31
+ def self.down
32
+ drop_table :mailing_sequences
33
+ drop_table :mailing_sequence_steps
34
+ drop_table :mailing_sequence_owners
35
+ end
36
+ end
@@ -0,0 +1,24 @@
1
+ module SequencedMailer
2
+ module Generators
3
+ module Utils
4
+ module InstanceMethods
5
+ def display(output, color = :green)
6
+ say(" - #{output}", color)
7
+ end
8
+
9
+ def ask_for(wording, default_value = nil, override_if_present_value = nil)
10
+ if override_if_present_value.present?
11
+ display("Using [#{override_if_present_value}] for question '#{wording}'") && override_if_present_value
12
+ else
13
+ ask(" ? #{wording} Press <enter> for [#{default_value}] >", :yellow).presence || default_value
14
+ end
15
+ end
16
+
17
+ def ask_boolean(wording, _default_value = nil)
18
+ value = ask_for(wording, 'Y')
19
+ value = (value == 'Y')
20
+ end
21
+ end
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,7 @@
1
+ module SequencedMailer
2
+ class Railtie < Rails::Railtie
3
+ rake_tasks do
4
+ load "sequenced_mailer/tasks.rb"
5
+ end
6
+ end
7
+ end
@@ -0,0 +1,8 @@
1
+ namespace :sequenced_mailer do
2
+ desc "Add database tables for SequencedMailer"
3
+ task setup: :environment do
4
+ system "rails g sequenced_mailer:install"
5
+
6
+ Rake::Task["db:migrate"].invoke
7
+ end
8
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module SequencedMailer
4
+ VERSION = "0.1.0"
5
+ end
@@ -0,0 +1,17 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "sequenced_mailer/version"
4
+ require "rails"
5
+ require "sequenced_mailer/railtie" if defined?(Rails::Railtie)
6
+ require_relative "../app/models/mailing"
7
+ require_relative "../app/models/mailing/sequence"
8
+ require_relative "../app/models/mailing/sequence_owner"
9
+ require_relative "../app/models/mailing/sequence_step"
10
+ require_relative "../app/concerns/mailing/sequenceable"
11
+ module SequencedMailer
12
+ class Error < StandardError; end
13
+ Mailing::Sequence
14
+ Mailing::SequenceOwner
15
+ Mailing::SequenceStep
16
+ Mailing::Sequenceable
17
+ end
@@ -0,0 +1,4 @@
1
+ module SequencedMailer
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,137 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sequenced_mailer
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Thomas Darde
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-07-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '7.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '7.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rubocop-performance
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.11'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.11'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rubocop-rails
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '2.10'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '2.10'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rubocop-rspec
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '2.1'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '2.1'
69
+ - !ruby/object:Gem::Dependency
70
+ name: standard
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '1.29'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '1.29'
83
+ description: Send emails at a specific time, in sequence
84
+ email:
85
+ - thomas@rougecardinal.fr
86
+ executables: []
87
+ extensions: []
88
+ extra_rdoc_files: []
89
+ files:
90
+ - ".rspec"
91
+ - ".standard.yml"
92
+ - CHANGELOG.md
93
+ - CODE_OF_CONDUCT.md
94
+ - LICENSE.txt
95
+ - README.md
96
+ - Rakefile
97
+ - app/concerns/mailing/sequenceable.rb
98
+ - app/models/mailing.rb
99
+ - app/models/mailing/sequence.rb
100
+ - app/models/mailing/sequence_owner.rb
101
+ - app/models/mailing/sequence_step.rb
102
+ - lib/generators/sequenced_mailer/install_generator.rb
103
+ - lib/generators/sequenced_mailer/templates/migration.rb
104
+ - lib/generators/sequenced_mailer/utils.rb
105
+ - lib/sequenced_mailer.rb
106
+ - lib/sequenced_mailer/railtie.rb
107
+ - lib/sequenced_mailer/tasks.rb
108
+ - lib/sequenced_mailer/version.rb
109
+ - sig/sequenced_mailer.rbs
110
+ homepage: https://github.com/thomasdarde/sequenced_mailer
111
+ licenses:
112
+ - MIT
113
+ metadata:
114
+ allowed_push_host: https://rubygems.org
115
+ homepage_uri: https://github.com/thomasdarde/sequenced_mailer
116
+ source_code_uri: https://github.com/thomasdarde/sequenced_mailer
117
+ changelog_uri: https://github.com/thomasdarde/sequenced_mailer/blob/main/CHANGELOG.md
118
+ post_install_message:
119
+ rdoc_options: []
120
+ require_paths:
121
+ - lib
122
+ required_ruby_version: !ruby/object:Gem::Requirement
123
+ requirements:
124
+ - - ">="
125
+ - !ruby/object:Gem::Version
126
+ version: 2.6.0
127
+ required_rubygems_version: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - ">="
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
132
+ requirements: []
133
+ rubygems_version: 3.4.14
134
+ signing_key:
135
+ specification_version: 4
136
+ summary: Send emails in sequence.
137
+ test_files: []