capistrano-magento2 0.1.1 → 0.1.2

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: b2b0a1e41429c327605f46c5394844088388a3c0
4
- data.tar.gz: 8cd6ab0068b94dc74ccd32a8286206088c61b35b
3
+ metadata.gz: 7e490763327001432ee55aea765914a0a472d859
4
+ data.tar.gz: bde350aba1f7a64ee34f63567c7b04d9658e481a
5
5
  SHA512:
6
- metadata.gz: be3f2be47149eb0a34353c82cbe3526907c918f4d94baea712d7a08be2c81cbc7679e5718e17ca0562cd505f7042fd2418ae813f13754b9f195c6ef1578b4cb2
7
- data.tar.gz: ba9baf7b4ea8f6cbd90d921341aa22344302a1deb35c41c35ea6b884d831b53543302e34fbd68f2e14d30c51ca84a9423b6eaffa06a6a7c9c8f2693b45280937
6
+ metadata.gz: d95f824e97db5a6ef423c94d01fc403ecce412998c5b8e413465d28d0efe8a50349e0b8433161a1a2900e129fc024a707e2cf128951b099bb0152883c0b74537
7
+ data.tar.gz: 4cf552d4c64fe1a55cf073bc56335b2383ae926cc7b87792dd305611d89e2dafe678b54aecfe3d22d8e704aca4d1c5f1c88b0f1a46f22fdb880bffd560e5b12f
data/README.md CHANGED
@@ -37,6 +37,12 @@ require 'capistrano/setup'
37
37
  require 'capistrano/magento'
38
38
  ```
39
39
 
40
+ This gem requires [terminal-notifier](https://rubygems.org/gems/terminal-notifier) and adds notifications to the deployment process via an optional include. To use terminal-notifier, add the following line to your `Capfile`:
41
+
42
+ ```ruby
43
+ require 'capistrano/magento2/deploy/notify'
44
+ ```
45
+
40
46
  ## Development
41
47
 
42
48
  After checking out the repo, run `bundle install` to install dependencies.
@@ -9,6 +9,6 @@
9
9
 
10
10
  module Capistrano
11
11
  module Magento2
12
- VERSION = '0.1.1'
12
+ VERSION = '0.1.2'
13
13
  end
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-magento2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Alger