magic_recipes_two 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 630b8cf2d226676c404fa9341e2b29296056098e
4
- data.tar.gz: 5795923a66d3431a81dd9a4b26a676d55e018dbd
3
+ metadata.gz: 8d8b1d3b1862fb1353b9e98471a06727f02455a1
4
+ data.tar.gz: 3b297e4a7e94300cee969c6e54f9e26b143d09bf
5
5
  SHA512:
6
- metadata.gz: 8e8440d97da903955b8b2a2e4dfabf722a75226b98a48d3107acef689170867a0a2fccfc7c598cbd3f121493f6bea7f3b1e1b8f2b374973f8a68afd8a6bcb1ca
7
- data.tar.gz: ed4c53c7c18c8036ce54a3246fb4f1fa743d05aee915a39cd3cf9403c5af6ecce1fb7810e67ac1cb0c4da4fbbf7b06d58b46505f41d34c2d4323def78990a7fd
6
+ metadata.gz: 605cbc4bd43a465428f72330c6544f63b3903e8563ec46b1f568a19838f82003926fa0ebc32faf2ee2892215b32409417a1971ac62df770d7b3ba58bb6e1c145
7
+ data.tar.gz: 3664339f6886a4116f4e484ec878d52b5bacbf7a21a61ddc7c93ab3fb319e24422e7a1579433c93d83e4136dc1c7a84e6423b3ca6c1d653387019a495ee40545
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module MagicRecipes
3
- VERSION = "0.0.10"
3
+ VERSION = "0.0.11"
4
4
  end
5
5
  end
@@ -5,10 +5,10 @@ namespace :load do
5
5
  task :defaults do
6
6
  set :slack_token, -> { "xxx-xxx-xxx-xxx" }
7
7
  set :slack_channel, -> { "xxx-xxx-xxx-xxx" }
8
- set :slack_text, -> { "*#{ app_name }* new Deployment on *#{ fetch(:stage) }* ... check: #{fetch(:nginx_use_ssl) ? 'https': 'htpp'}://#{ fetch(:nginx_major_domain) ? fetch(:nginx_major_domain).gsub(/^\*?\./, "") : Array( fetch(:nginx_domains) ).first.gsub(/^\*?\./, "") }" }
9
- set :slack_username, -> { "#{ app_name }-Bot (#{fetch(:stage)})" }
8
+ set :slack_text, -> { "*#{ fetch(:application) }* new Deployment on *#{ fetch(:stage) }* ... check: #{fetch(:nginx_use_ssl) ? 'https': 'htpp'}://#{ fetch(:nginx_major_domain) ? fetch(:nginx_major_domain).gsub(/^\*?\./, "") : Array( fetch(:nginx_domains) ).first.gsub(/^\*?\./, "") }" }
9
+ set :slack_username, -> { "#{ fetch(:application) }-Bot (#{fetch(:stage)})" }
10
10
  set :slack_production_icon, -> { "http://icons.iconarchive.com/icons/itzikgur/my-seven/128/Backup-IBM-Server-icon.png" }
11
- set :slack_staging_icon, -> { "http://itekblog.com/wp-content/uploads/2012/07/railslogo.png" }
11
+ set :slack_staging_icon, -> { "http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/128/Mimetypes-application-x-ruby-icon.png" }
12
12
  end
13
13
  end
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_recipes_two
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel