the_force 0.3.4 → 0.3.5
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/Rakefile
CHANGED
|
@@ -10,6 +10,8 @@ Capistrano::Configuration.instance(:sf_defaults).load do
|
|
|
10
10
|
set :copy_strategy, :export
|
|
11
11
|
set :user, 'root'
|
|
12
12
|
set :runner, 'root'
|
|
13
|
+
set :httpd_owner, 'apache'
|
|
14
|
+
|
|
13
15
|
#set :deploy_via, :copy
|
|
14
16
|
#shallow clone and non-master branch dont work together, but only git clone --depth 1
|
|
15
17
|
#set :git_shallow_clone, 1
|
|
@@ -47,7 +47,7 @@ Capistrano::Configuration.instance(:sf_internal_rails).load do
|
|
|
47
47
|
|
|
48
48
|
desc "set permissions on mastodon"
|
|
49
49
|
task :chowning, :roles => :app do
|
|
50
|
-
run "chown -R
|
|
50
|
+
run "chown -R #{httpd_owner}.#{httpd_owner} #{release_path}"
|
|
51
51
|
end
|
|
52
52
|
|
|
53
53
|
desc "init and update submodules"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: the_force
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 5
|
|
10
|
+
version: 0.3.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ryan Ziegler
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-
|
|
18
|
+
date: 2010-12-13 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|