capifony 2.1.13 → 2.1.14

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/symfony2/symfony.rb +1 -1
  3. metadata +4 -4
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ == 2.1.14 / August 22, 2012
2
+
3
+ * Fix escaping in clear controllers #195
4
+
1
5
  == 2.1.13 / August 21, 2012
2
6
 
3
7
  * check all .php files in stead of only _app.php
@@ -171,7 +171,7 @@ namespace :symfony do
171
171
  task :clear_controllers do
172
172
  pretty_print "--> Clear controllers"
173
173
 
174
- try_sudo "sh -c 'for file in #{latest_release}/web/*.php; do grep -HLP \"new AppKernel\\('prod[a-z]*'\" $file | xargs -I {} rm -f {}; done;'"
174
+ try_sudo "rm -f app_*.php"
175
175
  puts_ok
176
176
  end
177
177
  end
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: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
- - 13
10
- version: 2.1.13
9
+ - 14
10
+ version: 2.1.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - Konstantin Kudryashov
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-08-21 00:00:00 Z
19
+ date: 2012-08-22 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: capistrano