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.
- data/CHANGELOG +4 -0
- data/lib/capifony.rb +1 -1
- metadata +4 -4
data/CHANGELOG
CHANGED
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"
|
|
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:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
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-
|
|
18
|
+
date: 2010-06-12 00:00:00 +03:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|