capifony 2.1.1 → 2.1.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/symfony2.rb +1 -1
  3. metadata +7 -12
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ == 2.1.2 / August 11, 2011
2
+
3
+ * fix for vendors install
4
+
1
5
  == 2.1.1 / July 13, 2011
2
6
 
3
7
  * support for rubygems 1.8
data/lib/symfony2.rb CHANGED
@@ -133,7 +133,7 @@ namespace :symfony do
133
133
  namespace :vendors do
134
134
  desc "Runs the bin/vendors script to update the vendors"
135
135
  task :update do
136
- run "cd #{latest_release} && ./bin/vendors install"
136
+ run "cd #{latest_release} && #{php_bin} bin/vendors install --reinstall"
137
137
  end
138
138
  end
139
139
 
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capifony
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
5
- prerelease:
4
+ prerelease: false
6
5
  segments:
7
6
  - 2
8
7
  - 1
9
- - 1
10
- version: 2.1.1
8
+ - 2
9
+ version: 2.1.2
11
10
  platform: ruby
12
11
  authors:
13
12
  - Konstantin Kudryashov
@@ -15,17 +14,16 @@ autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2011-07-12 00:00:00 Z
17
+ date: 2011-08-11 00:00:00 +03:00
18
+ default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: capistrano
22
22
  prerelease: false
23
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
24
  requirements:
26
25
  - - ">="
27
26
  - !ruby/object:Gem::Version
28
- hash: 15
29
27
  segments:
30
28
  - 2
31
29
  - 5
@@ -49,6 +47,7 @@ files:
49
47
  - README.md
50
48
  - LICENSE
51
49
  - CHANGELOG
50
+ has_rdoc: true
52
51
  homepage: http://capifony.info
53
52
  licenses: []
54
53
 
@@ -58,27 +57,23 @@ rdoc_options: []
58
57
  require_paths:
59
58
  - lib
60
59
  required_ruby_version: !ruby/object:Gem::Requirement
61
- none: false
62
60
  requirements:
63
61
  - - ">="
64
62
  - !ruby/object:Gem::Version
65
- hash: 3
66
63
  segments:
67
64
  - 0
68
65
  version: "0"
69
66
  required_rubygems_version: !ruby/object:Gem::Requirement
70
- none: false
71
67
  requirements:
72
68
  - - ">="
73
69
  - !ruby/object:Gem::Version
74
- hash: 3
75
70
  segments:
76
71
  - 0
77
72
  version: "0"
78
73
  requirements: []
79
74
 
80
75
  rubyforge_project: capifony
81
- rubygems_version: 1.8.5
76
+ rubygems_version: 1.3.6
82
77
  signing_key:
83
78
  specification_version: 3
84
79
  summary: Deploying symfony PHP applications with Capistrano.