eb_capistrano_extensions 0.0.1 → 0.0.2
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.
- data/README.md +6 -0
- metadata +20 -5
data/README.md
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
ExpectedBehavior Capistrano Extensions
|
|
2
|
+
======================================
|
|
3
|
+
|
|
4
|
+
This is a Ruby gem that contains some extensions for Capistrano to perform some of those wonderful dev-ops we all love. Currently, it has tasks for updating firewall rules and granting mySQL permissions to remote boxes.
|
|
5
|
+
|
|
6
|
+
require 'eb_capistrano_extensions' # in your deploy.rb
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eb_capistrano_extensions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Matt Gordon
|
|
@@ -19,8 +19,23 @@ cert_chain: []
|
|
|
19
19
|
|
|
20
20
|
date: 2011-12-14 00:00:00 -05:00
|
|
21
21
|
default_executable:
|
|
22
|
-
dependencies:
|
|
23
|
-
|
|
22
|
+
dependencies:
|
|
23
|
+
- !ruby/object:Gem::Dependency
|
|
24
|
+
name: escape
|
|
25
|
+
prerelease: false
|
|
26
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
27
|
+
none: false
|
|
28
|
+
requirements:
|
|
29
|
+
- - ">="
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
hash: 23
|
|
32
|
+
segments:
|
|
33
|
+
- 0
|
|
34
|
+
- 0
|
|
35
|
+
- 4
|
|
36
|
+
version: 0.0.4
|
|
37
|
+
type: :runtime
|
|
38
|
+
version_requirements: *id001
|
|
24
39
|
description: Provides useful capistrano extensions for use in multiple projects
|
|
25
40
|
email: matt@expectedbehavior.com
|
|
26
41
|
executables: []
|