ish_models 0.0.33.221 → 0.0.33.222

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ish/email_campaign.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3574a0bbce23b4a7210d9bd8ecf1a6f735cb4f0241ececaa7c3b712187af08e1
4
- data.tar.gz: b0289fbbfde3fae0e2781f7b08ba1210d3eca250d8b17e489bd90e07c0cfcc79
3
+ metadata.gz: b562a6867b92d564d8d4df8f8179a58e6892e56854a7de8d8958a80a7c1c1bed
4
+ data.tar.gz: 1cdd3a6792562f562809b22cf24b681da0c56cb8fa9fca1482bdf20c571b98d4
5
5
  SHA512:
6
- metadata.gz: fab8fb7c65be2da68952501149d7031dfb9e1097201be4976c4433a8d3759d2db64a7276368409cd6bc5c4f039f2a54566c0f243b3d060b8d7cab08ad9cede08
7
- data.tar.gz: c4ce8b9892f36beaf33401d8b50548bba1061baa392c5f63aa1d739c4a99fc42aa901b081ac91568cd8837224b514ff2c882bfda7f85adadb1cea6602f43d095
6
+ metadata.gz: 63d0c5e0238065956ed91e7e16ee7579d38e9aa77e5dfe2615495b47bcee5a4295ff18f90345dcc264b7ef0d8cc343aeb08abf46fb37f0790e891e308f13b614
7
+ data.tar.gz: c5c9244893ebf49c9614b76e685e0dcd7c03da8ea62d4daa4103a3baf0cf8b2f3fe685db597da0be0a45ffba17258732aa85f72be744f22b6a60544c401f155b
@@ -16,7 +16,7 @@ class Ish::EmailCampaign
16
16
  PAGE_PARAM_NAME = 'email_contexts_page'
17
17
 
18
18
  FROM_EMAILS = %w| hello@infiniteshelter.com no-reply@infiniteshelter.com
19
- piousbox@gmail.com victor@piousbox.com no-reply@piousbox.com
19
+ piousbox@gmail.com hello@piousbox.com no-reply@piousbox.com victor@piousbox.com
20
20
  admin@wasya.co hello@wasya.co no-reply@wasya.co victor@wasya.co |
21
21
  field :from_email
22
22
  validates_presence_of :from_email
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.33.221
4
+ version: 0.0.33.222
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox