super_mega_ultra_capistrano_extensions 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
data/README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1
|
-
#
|
1
|
+
# Super Mega Ultra Capistrano Extensions
|
2
2
|
|
3
|
-
|
3
|
+
Deploying should be easy, 1,000 configuration options having to be set
|
4
|
+
for each application sucks. This gem sets the defaults that Everyday
|
5
|
+
Hero use on a per application basis and allows an application to
|
6
|
+
override as required.
|
4
7
|
|
5
8
|
## Installation
|
6
9
|
|
@@ -16,10 +19,6 @@ Or install it yourself as:
|
|
16
19
|
|
17
20
|
$ gem install super_mega_ultra_capistrano_extensions
|
18
21
|
|
19
|
-
## Usage
|
20
|
-
|
21
|
-
TODO: Write usage instructions here
|
22
|
-
|
23
22
|
## Contributing
|
24
23
|
|
25
24
|
1. Fork it
|
@@ -8,7 +8,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
8
8
|
Creates a symlink between the unversioned application \
|
9
9
|
configuration files in our shared directory and our application.
|
10
10
|
DESC
|
11
|
-
task :symlink, except
|
11
|
+
task :symlink, :except {:no_release => true} do
|
12
12
|
config_files.each do |file|
|
13
13
|
run "ln -nfs #{shared_path}/config/#{file} #{latest_release}/config/#{file}"
|
14
14
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: super_mega_ultra_capistrano_extensions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-07-
|
12
|
+
date: 2012-07-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: capistrano
|