prima-twig 0.19.1 → 0.19.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-deploy +3 -3
  3. data/lib/prima_twig.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f066415a7e3ad10efc08fac76c711c4e22353d40
4
- data.tar.gz: 0244c4b3117ae2f957c89b868f6c2498c55ae104
3
+ metadata.gz: 9ba9a6d7425f22e393f9d2c78070bb129a54ff21
4
+ data.tar.gz: 9cd513a0fde792ec9a35e9a56ac8bf6938fe45cb
5
5
  SHA512:
6
- metadata.gz: 484ff15cd3230090d3cea280c3d6eeefd772ec27f09eb04f8349537364ddcbc83152e21624d570066c44af8e53b7990f30024e0b2c4966773ef697da0112df44
7
- data.tar.gz: c9e8770e5097552f714ef17276fe53f63985007bbaf110942f46590faa04326e06e9f945e4a14b5c25f07268ff745bf351ccd8757a048570ad3777cc3323ad87
6
+ metadata.gz: cd261a0af311ee25cc8a0a37da4919e1dbe9b892895bde9c6735421fa09a62252d782229400fe0871ddacdfe0461721a4148ea88eb24ef0f368099e6f685a2bf
7
+ data.tar.gz: 9b1496d6ab4eb4255b4a9caf00ab301c2e2135e086834acb89fa28a51f8f3c3a0c899bdc226905d4b8d0895993e998d385a115d6fa11bb18ca88db4786b18299
data/bin/twig-deploy CHANGED
@@ -130,9 +130,9 @@ class Review
130
130
  mail.html_part = html_part
131
131
  mail.text_part = text_part
132
132
 
133
- opts = {address: 'smtp.mandrillapp.com', port: '587'}
134
- opts[:user_name] = 'deploy@prima.it'
135
- opts[:password] = @prima.config['mandrill']
133
+ opts = {address: 'smtp.sparkpostmail.com', port: '587'}
134
+ opts[:user_name] = 'SMTP_Injection'
135
+ opts[:password] = @prima.config['sparkpost']
136
136
 
137
137
  mail.delivery_method(:smtp, opts)
138
138
  mail.deliver
data/lib/prima_twig.rb CHANGED
@@ -12,7 +12,7 @@ class Prima
12
12
  LABEL_HOTFIX='hotfix'
13
13
  LABEL_NEXT_RELEASE='next release'
14
14
  LABEL_IN_STAGING='in staging'
15
- CONFIG_KEYS=['github', 'mandrill']
15
+ CONFIG_KEYS=['github', 'mandrill', 'sparkpost']
16
16
  attr_reader :gh, :twig, :config, :rugged, :aws
17
17
 
18
18
  def initialize
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prima-twig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.1
4
+ version: 0.19.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-04-18 00:00:00.000000000 Z
14
+ date: 2017-04-21 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: twig