fdlcap 0.4.13 → 0.4.14

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.13
1
+ 0.4.14
data/fdlcap.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fdlcap}
8
- s.version = "0.4.13"
8
+ s.version = "0.4.14"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Factory Design Labs", "Gabe Varela", "Jay Zeschin"]
12
- s.date = %q{2010-04-08}
12
+ s.date = %q{2010-04-09}
13
13
  s.default_executable = %q{fdlcap}
14
14
  s.email = %q{interactive@factorylabs.com}
15
15
  s.executables = ["fdlcap"]
@@ -5,15 +5,20 @@ Capistrano::Configuration.instance(:must_exist).load do
5
5
  # Tasks
6
6
  #
7
7
  task :ruby_inline, :roles => :app, :except => {:no_release => true, :no_symlink => true} do
8
- run "mkdir -p #{release_path}/tmp/ruby_inline/"
9
8
  run "mkdir -p #{release_path}/tmp/ruby_inline/.ruby_inline"
10
- sudo "chmod 755 #{release_path}/tmp/ruby_inline/"
11
- sudo "chmod 755 #{release_path}/tmp/ruby_inline/.ruby_inline"
9
+ run "chmod -R 755 #{release_path}/tmp/ruby_inline/"
10
+ end
11
+
12
+ # todo - revisit this, currently a hack to temporarily fix an issue with sphinx and ruby_inline
13
+ task :chmod_release_path, :roles => :app, :except => {:no_release => true, :no_symlink => true} do
14
+ run "chmod 755 #{release_path}"
12
15
  end
13
16
 
14
17
  #
15
18
  # Callbacks
16
19
  #
17
20
  after "deploy:symlink_configs", "ruby_inline"
21
+ after "deploy:symlink", "chmod_release_path"
22
+
18
23
  end
19
24
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 13
9
- version: 0.4.13
8
+ - 14
9
+ version: 0.4.14
10
10
  platform: ruby
11
11
  authors:
12
12
  - Factory Design Labs
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-04-08 00:00:00 -06:00
19
+ date: 2010-04-09 00:00:00 -06:00
20
20
  default_executable: fdlcap
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency