capistrano-fiftyfive 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +2 -0
- data/lib/capistrano/fiftyfive/console.rb +1 -0
- data/lib/capistrano/fiftyfive/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: d3916348a87186409600372b158a754099cb4b60
|
4
|
+
data.tar.gz: 95c586c5077aeee4c858260ab86db882d9a9470b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 314a74494bda7d2c26657abfa91906c4b4933c6f7dfc6da5a3070f5156c9bb3471351842268ca1b804c2cf64a049f202a4d9eb36741ef5934fda4107f3246fe1
|
7
|
+
data.tar.gz: 482de0be4a080b7c49b45edcc8007ea15e30b543a0b400ba6e9fbdcdf19b3b8e7766deeab653d2b03e98946920077b3fb0fea0020a7acdd3ab969170d4bbd7e9
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# capistrano-fiftyfive
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/capistrano-fiftyfive.svg)](http://badge.fury.io/rb/capistrano-fiftyfive)
|
4
|
+
|
3
5
|
Capistrano is great for deploying Rails applications, but what about all the prerequisites, like Nginx and PostgreSQL? Do you have a firewall configured on your VPS? Have you installed the latest OS security updates? Is HTTPS working right?
|
4
6
|
|
5
7
|
The capistrano-fiftyfive gem adds a `cap <stage> provision` task to Capistrano that takes care of all that. Out of the box, `provision` will:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-fiftyfive
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brictson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capistrano
|