magic_recipes_two 0.0.12 → 0.0.13

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: aa137c4515fc5819d6bb15c06212d1b6103a5230
4
- data.tar.gz: 225456ee970dc4ce125c846267c3ccea75759892
3
+ metadata.gz: 94e1f5bdfca3aa4d11b809888ad4dd172d656021
4
+ data.tar.gz: a1131f67b8dee1bddc8bf2d173473430bd080f46
5
5
  SHA512:
6
- metadata.gz: 681244493eb108c0c28ecdc4d139cf4f2ea9256c22a72ca470da5f9c9c728b80376263d87e424dd00fd49ffe91f1865f2e5bdbe1be523f64f4ae8c77589ee863
7
- data.tar.gz: 09cd5e45a5000b5c6d6ea62cb1f5ef0a4239fb19c19d33bfe77b8a4569dbbf766be6436120b08d40815f28202b1ce4617803b29f0561a9626364f7e262b0b44b
6
+ metadata.gz: f1f6f96470f2bf7ff51aca673a5fe9f46afb280138523cac98a74c0b864d7b9951e8f004984bccf9307ad4ce00506372680e5faa8a48c91ffe6d90094676388a
7
+ data.tar.gz: af3290d52e3fba3ed33af4377ed7a16d6136d48d6e2502c0b90256fcdb8d27eb0b67f2992420a67bb0b398799112c906f97ff7f69e8dcea04cd0abb1a6cacf49
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module MagicRecipes
3
- VERSION = "0.0.12"
3
+ VERSION = "0.0.13"
4
4
  end
5
5
  end
@@ -5,7 +5,7 @@ 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, -> { "*#{ 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(/^\*?\./, "") }" }
8
+ set :slack_text, -> { "*#{ fetch(:application) }* new Deployment on *#{ fetch(:stage) }* ... check: #{fetch(:nginx_use_ssl) ? 'https': 'http'}://#{ fetch(:nginx_major_domain) ? fetch(:nginx_major_domain).gsub(/^\*?\./, "") : Array( fetch(:nginx_domains) ).first.gsub(/^\*?\./, "") }" }
9
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
11
  set :slack_staging_icon, -> { "http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/128/Mimetypes-application-x-ruby-icon.png" }
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.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel