capifony 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +4 -0
  2. data/lib/capifony.rb +2 -1
  3. metadata +4 -4
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.2.2 / June 6, 2010
2
+
3
+ * deployment bug with `mkdir shared/config` fixed
4
+
1
5
  == 0.2.1 / June 5, 2010
2
6
 
3
7
  * dependency fix
@@ -55,7 +55,8 @@ namespace :deploy do
55
55
  end
56
56
  end
57
57
 
58
- run "mkdir #{shared_path}/config && touch #{shared_path}/config/databases.yml"
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: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
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-05 00:00:00 +03:00
18
+ date: 2010-06-06 00:00:00 +03:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency