capifony 2.1.13 → 2.1.14
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/lib/symfony2/symfony.rb +1 -1
- metadata +4 -4
data/CHANGELOG
CHANGED
data/lib/symfony2/symfony.rb
CHANGED
@@ -171,7 +171,7 @@ namespace :symfony do
|
|
171
171
|
task :clear_controllers do
|
172
172
|
pretty_print "--> Clear controllers"
|
173
173
|
|
174
|
-
try_sudo "
|
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:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 2.1.
|
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-
|
19
|
+
date: 2012-08-22 00:00:00 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: capistrano
|