mina-hooks 0.2 → 0.2.1
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 +4 -4
- data/ChangeLog.md +3 -0
- data/README.md +1 -0
- data/lib/mina/hooks.rb +3 -1
- data/lib/mina/hooks/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59d388792f338ea80b183b120764da0d829bd15b
|
|
4
|
+
data.tar.gz: 0203b7111937d0f4f4e2cc5fad85dac65cdf897e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c480f1140e52b91fb3f07eaf02adce8bcd8cade844fb62450ecf6ea67c582b1f9cdf33a1a1cca5cd1b195c8def591187309b0235f12e3c7725fadcc85cf2a90b
|
|
7
|
+
data.tar.gz: b68779f8648b469452d1ea58117054d91f23649a2df4dd294221821f33c5c2f7383265e9c12f02ac688fcfb54029212d4a290448f4a5ee8930094f1ee765ce51
|
data/ChangeLog.md
CHANGED
data/README.md
CHANGED
|
@@ -17,6 +17,7 @@ ended.
|
|
|
17
17
|
`mina-hooks` gets around this limitation by defining a new `mina_cleanup!`
|
|
18
18
|
method that does the following:
|
|
19
19
|
|
|
20
|
+
* detect if mina is being run with the `deploy` argument
|
|
20
21
|
* invoke each of the `before_mina_tasks`
|
|
21
22
|
* delegate to the pre-existing `mina_cleanup!`
|
|
22
23
|
* invoke each of the `after_mina_tasks`
|
data/lib/mina/hooks.rb
CHANGED
data/lib/mina/hooks/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mina-hooks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Don Morrison
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-12-
|
|
11
|
+
date: 2013-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mina
|