captainu-chinook 0.1.4 → 0.1.5

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
  SHA1:
3
- metadata.gz: 1778f8d37556f4b4a65a329c4ec0128f34074a4a
4
- data.tar.gz: 9662d34283a768b7adade4706d5dec3919a67cc7
3
+ metadata.gz: 4709eafd0c00f345a37d2a434dd0b943d338329e
4
+ data.tar.gz: db8d27da5040fe2d6bc49053bf9d1b243678e249
5
5
  SHA512:
6
- metadata.gz: cf7b010d705aca7648b2f608996c5f40736e771d5cbee456abc4bf2170d1e4016b75479746a653d8b2a64040560b52d3c3f38324789772b7bcb1216a52742a57
7
- data.tar.gz: 3c190f81aa55f09c2263526599ffe5b9bc477aed31e6e730b8a3ce950d80353df8e8b9fef9bdbfe6b3ed3ca8d1ab34e03966972ad099c191bdfb74c692550c6e
6
+ metadata.gz: 8aebe68c9722f3985acf0045e94c93304db5f6e2d37bcf2d76b8d05f36385b599795b782429d3142d5c295028103aba6aa712c958cbe78c4c095ddf9a404c886
7
+ data.tar.gz: f97ae5f54e5720d31bb44e26cd9adeb15b171cc7bf3e4552adff39953ca3e13986c0f4fea4126414b5ec9dc2eb1558a42f11bede353414d4a69811be71bfba08
@@ -17,7 +17,7 @@ module Chinook::Capistrano
17
17
  project_name = fetch(:project_name, application)
18
18
  git_username = `git config user.name`.chomp
19
19
 
20
- message = "#{git_username} started a deploy of #{project_name} to #{stage} at #{Time.now.strftime('%r %Z')}."
20
+ message = "#{git_username} started a deploy of *#{project_name}* to *#{stage}* at #{Time.now.strftime('%r %Z')}."
21
21
  message = ":shipit: #{message}" if fetch(:slack_shipit)
22
22
 
23
23
  slack = ::Slack::Notifier.new(fetch(:slack_team),
@@ -40,7 +40,7 @@ module Chinook::Capistrano
40
40
  project_name = fetch(:project_name, application)
41
41
  git_username = `git config user.name`.chomp
42
42
 
43
- message = "#{git_username}'s deploy of #{project_name} to #{stage} has been rolled back at #{Time.now.strftime('%r %Z')}."
43
+ message = "#{git_username}'s deploy of *#{project_name}* to *#{stage}* has been rolled back at #{Time.now.strftime('%r %Z')}."
44
44
  message = ":shipit: #{message}" if fetch(:slack_shipit)
45
45
 
46
46
  slack = ::Slack::Notifier.new(fetch(:slack_team),
@@ -63,7 +63,7 @@ module Chinook::Capistrano
63
63
  project_name = fetch(:project_name, application)
64
64
  git_username = `git config user.name`.chomp
65
65
 
66
- message = "#{git_username}'s deploy of #{project_name} to #{stage} finished at #{Time.now.strftime('%r %Z')}."
66
+ message = "#{git_username}'s deploy of *#{project_name}* to *#{stage}* finished at #{Time.now.strftime('%r %Z')}."
67
67
  message = ":shipit: #{message}" if fetch(:slack_shipit)
68
68
 
69
69
  slack = ::Slack::Notifier.new(fetch(:slack_team),
@@ -1,3 +1,3 @@
1
1
  module Chinook
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: captainu-chinook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Kreeger