capistrano-monit-recipes 0.0.17

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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +75 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 1a2238ba1af91614d5968c36d060639313c29f6c
4
+ data.tar.gz: aae3060ccef208c50a5c20b37907c7ec4535cb89
5
+ SHA512:
6
+ metadata.gz: cef453daf30d28f5383c5ade1d233d4641dc0fac01605422410968bca210220d7fa7f7b743f261130b53820e049990fd9b7f90c10cfa6a006867e4f585395f0f
7
+ data.tar.gz: 0718bc4dd06c022b793481d50a2bef8f7a58a399448282738f5efbc1b179938e4c4df55d6b63c53f05bd8b3fdc50d1da6462b2dd181a4729eb7ffa13a06097d6
metadata ADDED
@@ -0,0 +1,75 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: capistrano-monit-recipes
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.17
5
+ platform: ruby
6
+ authors:
7
+ - Louis Houette
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-07-31 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: capistrano
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: "Capistrano tasks for Monit configuration and management for Rails\napps.
42
+ Manages `monitrc` template on the server, and Nginx, \nPostgresql and Unicorn processes.\nWorks
43
+ with Capistrano 3 (only).\n"
44
+ email:
45
+ - louishouette@gmail.com
46
+ executables: []
47
+ extensions: []
48
+ extra_rdoc_files: []
49
+ files: []
50
+ homepage: https://github.com/louishouette/capistrano-monit-recipes
51
+ licenses:
52
+ - MIT
53
+ metadata: {}
54
+ post_install_message:
55
+ rdoc_options: []
56
+ require_paths:
57
+ - lib
58
+ required_ruby_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ required_rubygems_version: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: '0'
68
+ requirements: []
69
+ rubyforge_project:
70
+ rubygems_version: 2.2.2
71
+ signing_key:
72
+ specification_version: 4
73
+ summary: Creates Monit configuration file on the server and templates for supervising
74
+ Nginx, Postgresql and Unicorn processes
75
+ test_files: []