capifony 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/lib/capifony.rb +2 -1
- metadata +4 -4
data/CHANGELOG
CHANGED
data/lib/capifony.rb
CHANGED
@@ -55,7 +55,8 @@ namespace :deploy do
|
|
55
55
|
end
|
56
56
|
end
|
57
57
|
|
58
|
-
run "mkdir
|
58
|
+
run "mkdir -p #{shared_path}/config"
|
59
|
+
run "touch #{shared_path}/config/databases.yml"
|
59
60
|
end
|
60
61
|
|
61
62
|
desc "Customize the finalize_update task to work with symfony."
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capifony
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 2
|
10
|
+
version: 0.2.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Konstantin Kudryashov
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-06-
|
18
|
+
date: 2010-06-06 00:00:00 +03:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|