mina-stack 0.0.17 → 0.0.18
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/lib/mina-stack/version.rb +1 -1
- data/lib/recipes/inspeqtor.rb +14 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b180d415a074ee5def34e89bf4ec33cf2b531bb1
|
4
|
+
data.tar.gz: 6b05b0ada4c50068695beea9a2454e15b83a1474
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7823cc5d97e6bf1c96e5540bc634686945e39003185d4508847a9f4a1d64b6d3a8cbcf9d300bcb10eb810de18e441a0d3215e8d5583b2b3fb9cc0aebfff72a5d
|
7
|
+
data.tar.gz: 1bc08ca37960e19d9a5038ef16058af1264c69d4de548a2cd67205871f358a724383d15c6b062647a677498c3c6705abb59507a798fd787c106ccaa2d9671331
|
data/lib/mina-stack/version.rb
CHANGED
@@ -0,0 +1,14 @@
|
|
1
|
+
namespace :inspeqtor do
|
2
|
+
|
3
|
+
task :install {}
|
4
|
+
|
5
|
+
task :setup {}
|
6
|
+
|
7
|
+
%w[start_deploy finish_deploy status].each do |command|
|
8
|
+
desc "Inspeqtor #{command}"
|
9
|
+
task command do
|
10
|
+
queue "sudo inspeqtorctl #{command}"
|
11
|
+
queue %[echo "-----> Inspeqtor #{command}."]
|
12
|
+
end
|
13
|
+
end
|
14
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mina-stack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Igor Davydov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-10-
|
11
|
+
date: 2015-10-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -89,6 +89,7 @@ files:
|
|
89
89
|
- lib/recipes/bower.rb
|
90
90
|
- lib/recipes/elastic_search.rb
|
91
91
|
- lib/recipes/imagemagick.rb
|
92
|
+
- lib/recipes/inspeqtor.rb
|
92
93
|
- lib/recipes/libs.rb
|
93
94
|
- lib/recipes/memcached.rb
|
94
95
|
- lib/recipes/monit.rb
|