ish_manager 0.1.8.348 → 0.1.8.349
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16a560dd811da0be56ae4b5836900abed35e4fcaa0af941d298cd9230d116f92
|
4
|
+
data.tar.gz: f76130f080c3c742e260b4d990df8b55ee28f9ecd66cfb782c588531609acca7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 700988956a3c08ae04e4594dcf992a8bc04f808c268f82a53e7eefa9b71d23a297c1eb25eaa0600de2bb03448950b9b22e078365dc3891de238faefe523931e9
|
7
|
+
data.tar.gz: a06c2d1341c9d4229a4501cece7658f70bcad0d015fb9b8d82d9be65ce449745a80eaaa4d250ef01861854e441149313da3ce51c725d5504ddf91f040c8f9d24
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ish_manager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.8.
|
4
|
+
version: 0.1.8.349
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- piousbox
|
@@ -495,8 +495,7 @@ files:
|
|
495
495
|
- lib/ish_manager.rb
|
496
496
|
- lib/ish_manager/engine.rb
|
497
497
|
- lib/ish_manager/version.rb
|
498
|
-
- lib/systemd/system/
|
499
|
-
- lib/systemd/system/ish_sidekiq.service
|
498
|
+
- lib/systemd/system/README.txt
|
500
499
|
- lib/systemd/system/stockwatcher.service
|
501
500
|
- lib/systemd/system/watch_stocks.service
|
502
501
|
- lib/tasks/done/migrate.rake
|
@@ -1,19 +0,0 @@
|
|
1
|
-
[Unit]
|
2
|
-
Description=send emails
|
3
|
-
|
4
|
-
[Service]
|
5
|
-
# not type forking
|
6
|
-
Type=sipmle
|
7
|
-
User=ubuntu
|
8
|
-
WorkingDirectory=/home/ubuntu/projects/microsites3a/current
|
9
|
-
ExecStart=/home/ubuntu/.rbenv/shims/bundle exec rake office:email_worker >> /var/log/ish_email_worker.log 2>> /var/log/ish_email_worker_err.log
|
10
|
-
ExecStop=/bin/echo nothing
|
11
|
-
Restart=on-failure
|
12
|
-
Environment=RAILS_ENV=production
|
13
|
-
Environment=GITHUB_TOKEN=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
|
14
|
-
Environment=GMAIL_DOMAIN=email-smtp.us-east-1.amazonaws.com
|
15
|
-
Environment=GMAIL_USERNAME=AKIA4DHE3QS74O74KEXG
|
16
|
-
Environment=GMAIL_PASSWORD=BIdanfOIGD1bkHhHykRtEHBu1uf97xXIHbZ6xASWAtGG
|
17
|
-
|
18
|
-
[Install]
|
19
|
-
WantedBy=multi-user.target
|
@@ -1,20 +0,0 @@
|
|
1
|
-
[Unit]
|
2
|
-
Description=sidekiq
|
3
|
-
|
4
|
-
[Service]
|
5
|
-
# not type forking
|
6
|
-
Type=simple
|
7
|
-
User=ubuntu
|
8
|
-
WorkingDirectory=/home/ubuntu/projects/microsites3a/current
|
9
|
-
ExecStart=/home/ubuntu/.rbenv/shims/bundle exec sidekiq -q mailers default >> /var/log/ish_sidekiq.log 2>> /var/log/ish_sidekiq_err.log
|
10
|
-
ExecStop=/bin/echo nothing
|
11
|
-
Restart=on-failure
|
12
|
-
Environment=RAILS_ENV=production
|
13
|
-
Environment=GITHUB_TOKEN=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
|
14
|
-
Environment=GMAIL_DOMAIN=email-smtp.us-east-1.amazonaws.com
|
15
|
-
Environment=GMAIL_USERNAME=AKIA4DHE3QS74O74KEXG
|
16
|
-
Environment=GMAIL_PASSWORD=BIdanfOIGD1bkHhHykRtEHBu1uf97xXIHbZ6xASWAtGG
|
17
|
-
|
18
|
-
[Install]
|
19
|
-
WantedBy=multi-user.target
|
20
|
-
|