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
@@ -7,7 +7,7 @@ exclude_file_globs = []
7
7
 
8
8
  spec = Gem::Specification.new do |s|
9
9
  s.name = "the_force"
10
- s.version = '0.3.4'
10
+ s.version = '0.3.5'
11
11
  s.author = "Ryan Ziegler"
12
12
  s.email = "info@symbolforce.com"
13
13
  s.homepage = "http://www.symbolforce.com"
@@ -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 apache.apache #{release_path}"
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: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 4
10
- version: 0.3.4
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-11-10 00:00:00 -04:00
18
+ date: 2010-12-13 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies: []
21
21