capifony 2.8.4 → 2.8.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6b962ed263513e771c21ad0c8e7995f996bff03a
4
+ data.tar.gz: b8fafac421d161faf7e90c03736cc993eaaa3879
5
+ SHA512:
6
+ metadata.gz: 323ff7e0283b4f47f2fd59f0c2271e18d00b1d9cdd6049329293d028a4c453ce4cdd195f5f0686e2d2f21c947924d6e5be9ae61ae49fea2c848a614ee012f1bb
7
+ data.tar.gz: f2fd7a42eabcfefab0704f8b1801b10ba86e1cdb352203a59c77c0a0fa6886fde815cf3a85ba27a322ce1a1aeaeef827c0b019442642adf81d1aa9d0128baac4
@@ -1,3 +1,7 @@
1
+ ### 2.8.5 / April 27, 2015
2
+
3
+ * Fixed: Fetch composer binary from HTTPS-only (see #568)
4
+
1
5
  ### 2.8.4 / April 13, 2015
2
6
 
3
7
  * Fixed: update_assets_version by date of last modified file
@@ -5,7 +5,7 @@ require 'fileutils'
5
5
 
6
6
  symfony_version = nil
7
7
  symfony_app_path = 'app'
8
- capifony_version = '2.8.4'
8
+ capifony_version = '2.8.5'
9
9
 
10
10
  OptionParser.new do |opts|
11
11
  opts.banner = "Usage: #{File.basename($0)} [path]"
@@ -147,12 +147,12 @@ namespace :symfony do
147
147
  # Because we always install to temp location we assume that we download composer every time.
148
148
  logger.debug "Downloading composer to #{$temp_destination}"
149
149
  capifony_pretty_print "--> Downloading Composer to temp location"
150
- run_locally "cd #{$temp_destination} && curl -s http://getcomposer.org/installer | #{php_bin}#{install_options}"
150
+ run_locally "cd #{$temp_destination} && curl -sS https://getcomposer.org/installer | #{php_bin}#{install_options}"
151
151
  else
152
152
  if !remote_file_exists?("#{latest_release}/composer.phar")
153
153
  capifony_pretty_print "--> Downloading Composer"
154
154
 
155
- run "#{try_sudo} sh -c 'cd #{latest_release} && curl -s http://getcomposer.org/installer | #{php_bin}#{install_options}'"
155
+ run "#{try_sudo} sh -c 'cd #{latest_release} && curl -sS https://getcomposer.org/installer | #{php_bin}#{install_options}'"
156
156
  else
157
157
  capifony_pretty_print "--> Updating Composer"
158
158
 
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capifony
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.4
5
- prerelease:
4
+ version: 2.8.5
6
5
  platform: ruby
7
6
  authors:
8
7
  - Konstantin Kudryashov
@@ -10,14 +9,13 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2015-04-13 00:00:00.000000000 Z
12
+ date: 2015-04-27 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: capistrano
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
- - - ! '>='
18
+ - - '>='
21
19
  - !ruby/object:Gem::Version
22
20
  version: 2.13.5
23
21
  - - <=
@@ -26,9 +24,8 @@ dependencies:
26
24
  type: :runtime
27
25
  prerelease: false
28
26
  version_requirements: !ruby/object:Gem::Requirement
29
- none: false
30
27
  requirements:
31
- - - ! '>='
28
+ - - '>='
32
29
  - !ruby/object:Gem::Version
33
30
  version: 2.13.5
34
31
  - - <=
@@ -37,25 +34,22 @@ dependencies:
37
34
  - !ruby/object:Gem::Dependency
38
35
  name: colored
39
36
  requirement: !ruby/object:Gem::Requirement
40
- none: false
41
37
  requirements:
42
- - - ! '>='
38
+ - - '>='
43
39
  - !ruby/object:Gem::Version
44
40
  version: 1.2.0
45
41
  type: :runtime
46
42
  prerelease: false
47
43
  version_requirements: !ruby/object:Gem::Requirement
48
- none: false
49
44
  requirements:
50
- - - ! '>='
45
+ - - '>='
51
46
  - !ruby/object:Gem::Version
52
47
  version: 1.2.0
53
48
  - !ruby/object:Gem::Dependency
54
49
  name: inifile
55
50
  requirement: !ruby/object:Gem::Requirement
56
- none: false
57
51
  requirements:
58
- - - ! '>='
52
+ - - '>='
59
53
  - !ruby/object:Gem::Version
60
54
  version: 2.0.2
61
55
  - - <
@@ -64,9 +58,8 @@ dependencies:
64
58
  type: :runtime
65
59
  prerelease: false
66
60
  version_requirements: !ruby/object:Gem::Requirement
67
- none: false
68
61
  requirements:
69
- - - ! '>='
62
+ - - '>='
70
63
  - !ruby/object:Gem::Version
71
64
  version: 2.0.2
72
65
  - - <
@@ -75,7 +68,6 @@ dependencies:
75
68
  - !ruby/object:Gem::Dependency
76
69
  name: capistrano-maintenance
77
70
  requirement: !ruby/object:Gem::Requirement
78
- none: false
79
71
  requirements:
80
72
  - - '='
81
73
  - !ruby/object:Gem::Version
@@ -83,7 +75,6 @@ dependencies:
83
75
  type: :runtime
84
76
  prerelease: false
85
77
  version_requirements: !ruby/object:Gem::Requirement
86
- none: false
87
78
  requirements:
88
79
  - - '='
89
80
  - !ruby/object:Gem::Version
@@ -91,7 +82,6 @@ dependencies:
91
82
  - !ruby/object:Gem::Dependency
92
83
  name: ruby-progressbar
93
84
  requirement: !ruby/object:Gem::Requirement
94
- none: false
95
85
  requirements:
96
86
  - - '='
97
87
  - !ruby/object:Gem::Version
@@ -99,18 +89,12 @@ dependencies:
99
89
  type: :runtime
100
90
  prerelease: false
101
91
  version_requirements: !ruby/object:Gem::Requirement
102
- none: false
103
92
  requirements:
104
93
  - - '='
105
94
  - !ruby/object:Gem::Version
106
95
  version: 1.4.1
107
- description: ! ' Capistrano is an open source tool for running scripts on multiple
108
- servers. It’s primary use is for easily deploying applications. While it was built
109
- specifically for deploying Rails apps, it’s pretty simple to customize it to deploy
110
- other types of applications. This package is a deployment "recipe" to work with
111
- symfony (both 1 and 2) applications.
112
-
113
- '
96
+ description: |2
97
+ Capistrano is an open source tool for running scripts on multiple servers. It’s primary use is for easily deploying applications. While it was built specifically for deploying Rails apps, it’s pretty simple to customize it to deploy other types of applications. This package is a deployment "recipe" to work with symfony (both 1 and 2) applications.
114
98
  email:
115
99
  - ever.zet@gmail.com
116
100
  - william.durand1@gmail.com
@@ -145,26 +129,25 @@ files:
145
129
  homepage: http://capifony.org
146
130
  licenses:
147
131
  - MIT
132
+ metadata: {}
148
133
  post_install_message:
149
134
  rdoc_options: []
150
135
  require_paths:
151
136
  - lib
152
137
  required_ruby_version: !ruby/object:Gem::Requirement
153
- none: false
154
138
  requirements:
155
- - - ! '>='
139
+ - - '>='
156
140
  - !ruby/object:Gem::Version
157
141
  version: '0'
158
142
  required_rubygems_version: !ruby/object:Gem::Requirement
159
- none: false
160
143
  requirements:
161
- - - ! '>='
144
+ - - '>='
162
145
  - !ruby/object:Gem::Version
163
146
  version: '0'
164
147
  requirements: []
165
148
  rubyforge_project: capifony
166
- rubygems_version: 1.8.23
149
+ rubygems_version: 2.0.14
167
150
  signing_key:
168
- specification_version: 3
151
+ specification_version: 4
169
152
  summary: Deploying symfony PHP applications with Capistrano.
170
153
  test_files: []