appli 2.0.2 → 2.0.3
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/lib/appli/deploy.rb +1 -1
- metadata +29 -19
data/lib/appli/deploy.rb
CHANGED
|
@@ -127,7 +127,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
127
127
|
|
|
128
128
|
desc 'Reset the application'
|
|
129
129
|
task :restart, :roles => [:app] do
|
|
130
|
-
run "mkdir -p #{deploy_to}/tmp && touch #{deploy_to}/restart.txt"
|
|
130
|
+
run "mkdir -p #{deploy_to}/tmp && touch #{deploy_to}/tmp/restart.txt"
|
|
131
131
|
end
|
|
132
132
|
|
|
133
133
|
desc 'Start the application'
|
metadata
CHANGED
|
@@ -1,48 +1,58 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appli
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.2
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
5
4
|
prerelease:
|
|
5
|
+
version: 2.0.3
|
|
6
6
|
platform: ruby
|
|
7
|
-
authors:
|
|
7
|
+
authors:
|
|
8
8
|
- Adam Cooke
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
|
|
12
|
+
|
|
13
|
+
date: 2011-12-11 00:00:00 +00:00
|
|
14
|
+
default_executable:
|
|
13
15
|
dependencies: []
|
|
16
|
+
|
|
14
17
|
description:
|
|
15
18
|
email: adam@atechmedia.com
|
|
16
|
-
executables:
|
|
19
|
+
executables:
|
|
17
20
|
- applify
|
|
18
21
|
extensions: []
|
|
22
|
+
|
|
19
23
|
extra_rdoc_files: []
|
|
20
|
-
|
|
24
|
+
|
|
25
|
+
files:
|
|
21
26
|
- bin/applify
|
|
22
27
|
- lib/appli/deploy.rb
|
|
23
28
|
- doc/Capfile
|
|
29
|
+
has_rdoc: true
|
|
24
30
|
homepage: http://www.applihq.com
|
|
25
31
|
licenses: []
|
|
32
|
+
|
|
26
33
|
post_install_message:
|
|
27
34
|
rdoc_options: []
|
|
28
|
-
|
|
35
|
+
|
|
36
|
+
require_paths:
|
|
29
37
|
- lib
|
|
30
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
38
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
31
39
|
none: false
|
|
32
|
-
requirements:
|
|
33
|
-
- -
|
|
34
|
-
- !ruby/object:Gem::Version
|
|
35
|
-
version:
|
|
36
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
|
+
requirements:
|
|
41
|
+
- - ">="
|
|
42
|
+
- !ruby/object:Gem::Version
|
|
43
|
+
version: "0"
|
|
44
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
37
45
|
none: false
|
|
38
|
-
requirements:
|
|
39
|
-
- -
|
|
40
|
-
- !ruby/object:Gem::Version
|
|
41
|
-
version:
|
|
46
|
+
requirements:
|
|
47
|
+
- - ">="
|
|
48
|
+
- !ruby/object:Gem::Version
|
|
49
|
+
version: "0"
|
|
42
50
|
requirements: []
|
|
51
|
+
|
|
43
52
|
rubyforge_project:
|
|
44
|
-
rubygems_version: 1.
|
|
53
|
+
rubygems_version: 1.5.2
|
|
45
54
|
signing_key:
|
|
46
55
|
specification_version: 3
|
|
47
56
|
summary: Deployment Recipes for Appli
|
|
48
57
|
test_files: []
|
|
58
|
+
|