capifony 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/CHANGELOG +4 -0
  2. data/README +1 -0
  3. data/lib/capifony.rb +5 -0
  4. metadata +4 -4
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.4.2 / September 23, 2010
2
+
3
+ * added `symfony:doctrine:compile` task
4
+
1
5
  == 0.4.1 / June 17, 2010
2
6
 
3
7
  * added `symfony_env_local` variable, specifying local symfony environment to work with
data/README CHANGED
@@ -5,6 +5,7 @@ Capistrano is an open source tool for running scripts on multiple servers. It’
5
5
 
6
6
  ## Prerequisites ##
7
7
 
8
+ - Symfony 1.4+ (1.2 can work with small manual changes)
8
9
  - Must have SSH access to the server you are deploying to.
9
10
  - Must have Ruby and RubyGems installed on your machine (not required for deployment server)’
10
11
 
@@ -287,6 +287,11 @@ namespace :symfony do
287
287
  end
288
288
 
289
289
  namespace :doctrine do
290
+ desc "Compile doctrine"
291
+ task :compile do
292
+ run "#{php_bin} #{latest_release}/symfony doctrine:compile"
293
+ end
294
+
290
295
  desc "Ensure Doctrine is correctly configured"
291
296
  task :setup do
292
297
  conf_files_exists = capture("if test -s #{shared_path}/config/databases.yml ; then echo 'exists' ; fi").strip
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: 13
4
+ hash: 11
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 1
10
- version: 0.4.1
9
+ - 2
10
+ version: 0.4.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-17 00:00:00 +03:00
18
+ date: 2010-09-23 00:00:00 +03:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency