capones_recipes 0.10.2 → 0.10.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.2
1
+ 0.10.3
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{capones_recipes}
8
- s.version = "0.10.2"
8
+ s.version = "0.10.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Roman Simecek", "Simon Hürlimann"]
@@ -10,7 +10,7 @@ Capistrano::Configuration.instance.load do
10
10
 
11
11
  desc "Make symlink for shared uploads"
12
12
  task :symlink do
13
- run "ln -nfs #{shared_path}/uploads #{release_path}/uploads"
13
+ run "ln -nfs #{shared_path}/uploads #{release_path}/public/uploads"
14
14
  end
15
15
  end
16
16
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: capones_recipes
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.10.2
5
+ version: 0.10.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Roman Simecek
@@ -163,7 +163,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
163
163
  requirements:
164
164
  - - ">="
165
165
  - !ruby/object:Gem::Version
166
- hash: -2388807948387241719
166
+ hash: 4345027306327272932
167
167
  segments:
168
168
  - 0
169
169
  version: "0"