capifony 0.3.1 → 0.3.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 (3) hide show
  1. data/CHANGELOG +4 -0
  2. data/lib/capifony.rb +1 -1
  3. metadata +4 -4
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.3.2 / June 12, 2010
2
+
3
+ * fixed :finalize_update hooks (clear_controllers task now runs)
4
+
1
5
  == 0.3.1 / June 11, 2010
2
6
 
3
7
  * fixed deployment bug with new shared link instruction
data/lib/capifony.rb CHANGED
@@ -343,5 +343,5 @@ after "deploy:finalize_update", # After finalizing update:
343
343
  "symlink:db", # 1. Symlink database
344
344
  "symfony:cc", # 2. Clear cache
345
345
  "symfony:plugin:publish_assets", # 3. Publish plugin assets
346
- "symfony:project:permissions" # 4. Fix project permissions
346
+ "symfony:project:permissions", # 4. Fix project permissions
347
347
  "symfony:project:clear_controllers" # 5. Clear controllers
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: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 0.3.1
9
+ - 2
10
+ version: 0.3.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-11 00:00:00 +03:00
18
+ date: 2010-06-12 00:00:00 +03:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency