mina-stack 0.0.17 → 0.0.18

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: 61bb0cef50e7060c154ba6e7c76573a8353ee624
4
- data.tar.gz: 69f8d30f150e310c65c6c648109cfdfc92c0816f
3
+ metadata.gz: b180d415a074ee5def34e89bf4ec33cf2b531bb1
4
+ data.tar.gz: 6b05b0ada4c50068695beea9a2454e15b83a1474
5
5
  SHA512:
6
- metadata.gz: 6b590212566dd733111e6f4ba8a071a186db6a14f35c05adfa8e3c6a4cc8b9144250b802fc10c98ac9a686cc6ef1ed2d13a6f9d1e1b189a445003b7498cb7911
7
- data.tar.gz: fdbf757a33e78a7829599927acdd9216d3b227ddb606bfaa28d0786e931a16585ad47811f10cfaca61ea4fa1034d66d6d80a1ad56ef98763858040654ed92f81
6
+ metadata.gz: 7823cc5d97e6bf1c96e5540bc634686945e39003185d4508847a9f4a1d64b6d3a8cbcf9d300bcb10eb810de18e441a0d3215e8d5583b2b3fb9cc0aebfff72a5d
7
+ data.tar.gz: 1bc08ca37960e19d9a5038ef16058af1264c69d4de548a2cd67205871f358a724383d15c6b062647a677498c3c6705abb59507a798fd787c106ccaa2d9671331
@@ -1,5 +1,5 @@
1
1
  module Mina
2
2
  module Stack
3
- VERSION = "0.0.17"
3
+ VERSION = "0.0.18"
4
4
  end
5
5
  end
@@ -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.17
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-01 00:00:00.000000000 Z
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