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 +1 -1
- data/fdlcap.gemspec +1 -1
- data/lib/fdlcap/recipes/ruby_inline.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
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.
|
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 #{
|
14
|
+
run "chmod 755 #{current_path}"
|
15
15
|
end
|
16
16
|
|
17
17
|
#
|