fdlcap 0.4.14 → 0.4.15

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.14
1
+ 0.4.15
data/fdlcap.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fdlcap}
8
- s.version = "0.4.14"
8
+ s.version = "0.4.15"
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"]
@@ -11,7 +11,7 @@ Capistrano::Configuration.instance(:must_exist).load do
11
11
 
12
12
  # todo - revisit this, currently a hack to temporarily fix an issue with sphinx and ruby_inline
13
13
  task :chmod_release_path, :roles => :app, :except => {:no_release => true, :no_symlink => true} do
14
- run "chmod 755 #{release_path}"
14
+ run "chmod 755 #{current_path}"
15
15
  end
16
16
 
17
17
  #
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 14
9
- version: 0.4.14
8
+ - 15
9
+ version: 0.4.15
10
10
  platform: ruby
11
11
  authors:
12
12
  - Factory Design Labs