forkcms_deploy 2.1.0 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/forkcms_deploy.gemspec +3 -3
- data/lib/forkcms_deploy/{forkcms_3.5.rb → forkcms_3.4.rb} +1 -1
- metadata +32 -50
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.2.0
|
data/forkcms_deploy.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "forkcms_deploy"
|
8
|
-
s.version = "2.
|
8
|
+
s.version = "2.2.0"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Tijs Verkoyen", "Jan De Poorter", "Sam Tubbax"]
|
12
|
-
s.date = "2012-
|
12
|
+
s.date = "2012-12-29"
|
13
13
|
s.description = "Deployment for ForkCMS with Capistrano"
|
14
14
|
s.email = "info@sumocoders.be"
|
15
15
|
s.extra_rdoc_files = [
|
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
|
|
25
25
|
"lib/forkcms_deploy/defaults.rb",
|
26
26
|
"lib/forkcms_deploy/forkcms.rb",
|
27
27
|
"lib/forkcms_deploy/forkcms_2.rb",
|
28
|
-
"lib/forkcms_deploy/forkcms_3.
|
28
|
+
"lib/forkcms_deploy/forkcms_3.4.rb",
|
29
29
|
"lib/forkcms_deploy/forkcms_3.rb",
|
30
30
|
"lib/forkcms_deploy/forkcms_default.rb",
|
31
31
|
"lib/forkcms_deploy/overwrites.rb",
|
@@ -20,7 +20,7 @@ configuration.load do
|
|
20
20
|
desc 'Install composer'
|
21
21
|
task :install_composer do
|
22
22
|
run %{
|
23
|
-
if [ ! -e #{shared_path}/composer.phar ]; then cd #{shared_path}; curl -
|
23
|
+
if [ ! -e #{shared_path}/composer.phar ]; then cd #{shared_path}; curl -ks https://getcomposer.org/installer | php -d 'suhosin.executor.include.whitelist = phar' -d 'date.timezone = UTC'; fi
|
24
24
|
}
|
25
25
|
end
|
26
26
|
end
|
metadata
CHANGED
@@ -1,49 +1,41 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: forkcms_deploy
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2.2.0
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 2
|
8
|
-
- 1
|
9
|
-
- 0
|
10
|
-
version: 2.1.0
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- Tijs Verkoyen
|
14
9
|
- Jan De Poorter
|
15
10
|
- Sam Tubbax
|
16
11
|
autorequire:
|
17
12
|
bindir: bin
|
18
13
|
cert_chain: []
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
- !ruby/object:Gem::Dependency
|
14
|
+
date: 2012-12-29 00:00:00.000000000 Z
|
15
|
+
dependencies:
|
16
|
+
- !ruby/object:Gem::Dependency
|
23
17
|
name: capistrano
|
24
|
-
|
25
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
18
|
+
requirement: !ruby/object:Gem::Requirement
|
26
19
|
none: false
|
27
|
-
requirements:
|
28
|
-
- -
|
29
|
-
- !ruby/object:Gem::Version
|
30
|
-
hash: 15
|
31
|
-
segments:
|
32
|
-
- 2
|
33
|
-
- 0
|
34
|
-
- 0
|
20
|
+
requirements:
|
21
|
+
- - ! '>='
|
22
|
+
- !ruby/object:Gem::Version
|
35
23
|
version: 2.0.0
|
36
24
|
type: :runtime
|
37
|
-
|
25
|
+
prerelease: false
|
26
|
+
version_requirements: !ruby/object:Gem::Requirement
|
27
|
+
none: false
|
28
|
+
requirements:
|
29
|
+
- - ! '>='
|
30
|
+
- !ruby/object:Gem::Version
|
31
|
+
version: 2.0.0
|
38
32
|
description: Deployment for ForkCMS with Capistrano
|
39
33
|
email: info@sumocoders.be
|
40
34
|
executables: []
|
41
|
-
|
42
35
|
extensions: []
|
43
|
-
|
44
|
-
extra_rdoc_files:
|
36
|
+
extra_rdoc_files:
|
45
37
|
- README.md
|
46
|
-
files:
|
38
|
+
files:
|
47
39
|
- README.md
|
48
40
|
- Rakefile
|
49
41
|
- VERSION
|
@@ -53,43 +45,33 @@ files:
|
|
53
45
|
- lib/forkcms_deploy/defaults.rb
|
54
46
|
- lib/forkcms_deploy/forkcms.rb
|
55
47
|
- lib/forkcms_deploy/forkcms_2.rb
|
56
|
-
- lib/forkcms_deploy/forkcms_3.
|
48
|
+
- lib/forkcms_deploy/forkcms_3.4.rb
|
57
49
|
- lib/forkcms_deploy/forkcms_3.rb
|
58
50
|
- lib/forkcms_deploy/forkcms_default.rb
|
59
51
|
- lib/forkcms_deploy/overwrites.rb
|
60
52
|
- test/test_forkcms_deploy.rb
|
61
53
|
homepage: https://github.com/sumocoders/forkcms_deploy
|
62
54
|
licenses: []
|
63
|
-
|
64
55
|
post_install_message:
|
65
56
|
rdoc_options: []
|
66
|
-
|
67
|
-
require_paths:
|
57
|
+
require_paths:
|
68
58
|
- lib
|
69
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
59
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
70
60
|
none: false
|
71
|
-
requirements:
|
72
|
-
- -
|
73
|
-
- !ruby/object:Gem::Version
|
74
|
-
|
75
|
-
|
76
|
-
- 0
|
77
|
-
version: "0"
|
78
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
|
+
requirements:
|
62
|
+
- - ! '>='
|
63
|
+
- !ruby/object:Gem::Version
|
64
|
+
version: '0'
|
65
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
79
66
|
none: false
|
80
|
-
requirements:
|
81
|
-
- -
|
82
|
-
- !ruby/object:Gem::Version
|
83
|
-
|
84
|
-
segments:
|
85
|
-
- 0
|
86
|
-
version: "0"
|
67
|
+
requirements:
|
68
|
+
- - ! '>='
|
69
|
+
- !ruby/object:Gem::Version
|
70
|
+
version: '0'
|
87
71
|
requirements: []
|
88
|
-
|
89
72
|
rubyforge_project:
|
90
73
|
rubygems_version: 1.8.24
|
91
74
|
signing_key:
|
92
75
|
specification_version: 3
|
93
76
|
summary: Deployment for ForkCMS with Capistrano
|
94
77
|
test_files: []
|
95
|
-
|