gorilla-capistrano-recipes 0.2.1 → 0.2.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/VERSION +1 -1
- data/gorilla-capistrano-recipes.gemspec +4 -2
- data/lib/gorilla-capistrano-recipes.rb +0 -1
- metadata +45 -53
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.2
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{gorilla-capistrano-recipes}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Benny Degezelle"]
|
|
12
|
-
s.date = %q{
|
|
12
|
+
s.date = %q{2012-01-27}
|
|
13
13
|
s.description = %q{This gem allows for a clean Capfile by setting up common capistrano stuff such as Git preferences, Radiant specifics, db dump helpers, passenger or lighty restart, ...}
|
|
14
14
|
s.email = %q{benny@gorilla-webdesign.be}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -45,6 +45,8 @@ Gem::Specification.new do |s|
|
|
|
45
45
|
"test/test_gorilla-capistrano-recipes.rb"
|
|
46
46
|
]
|
|
47
47
|
|
|
48
|
+
s.add_dependency "capistrano", ">= 2.4.3"
|
|
49
|
+
|
|
48
50
|
if s.respond_to? :specification_version then
|
|
49
51
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
50
52
|
s.specification_version = 3
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
require 'capistrano', '>= 2.4.3' # load v2.4.3 or higher
|
metadata
CHANGED
|
@@ -1,47 +1,48 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gorilla-capistrano-recipes
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 2
|
|
9
|
-
- 1
|
|
10
|
-
version: 0.2.1
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.2.2
|
|
5
|
+
prerelease:
|
|
11
6
|
platform: ruby
|
|
12
|
-
authors:
|
|
7
|
+
authors:
|
|
13
8
|
- Benny Degezelle
|
|
14
9
|
autorequire:
|
|
15
10
|
bindir: bin
|
|
16
11
|
cert_chain: []
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
12
|
+
date: 2012-01-27 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
|
+
name: capistrano
|
|
16
|
+
requirement: &2173065700 !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
18
|
+
requirements:
|
|
19
|
+
- - ! '>='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: 2.4.3
|
|
22
|
+
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
|
|
24
|
+
version_requirements: *2173065700
|
|
25
|
+
- !ruby/object:Gem::Dependency
|
|
26
|
+
name: thoughtbot-shoulda
|
|
27
|
+
requirement: &2173064320 !ruby/object:Gem::Requirement
|
|
25
28
|
none: false
|
|
26
|
-
requirements:
|
|
27
|
-
- -
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
|
|
30
|
-
segments:
|
|
31
|
-
- 0
|
|
32
|
-
version: "0"
|
|
29
|
+
requirements:
|
|
30
|
+
- - ! '>='
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '0'
|
|
33
33
|
type: :development
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
prerelease: false
|
|
35
|
+
version_requirements: *2173064320
|
|
36
|
+
description: This gem allows for a clean Capfile by setting up common capistrano stuff
|
|
37
|
+
such as Git preferences, Radiant specifics, db dump helpers, passenger or lighty
|
|
38
|
+
restart, ...
|
|
36
39
|
email: benny@gorilla-webdesign.be
|
|
37
40
|
executables: []
|
|
38
|
-
|
|
39
41
|
extensions: []
|
|
40
|
-
|
|
41
|
-
extra_rdoc_files:
|
|
42
|
+
extra_rdoc_files:
|
|
42
43
|
- LICENSE
|
|
43
44
|
- README.rdoc
|
|
44
|
-
files:
|
|
45
|
+
files:
|
|
45
46
|
- .document
|
|
46
47
|
- .gitignore
|
|
47
48
|
- LICENSE
|
|
@@ -59,40 +60,31 @@ files:
|
|
|
59
60
|
- lib/tasks/db.rake
|
|
60
61
|
- test/helper.rb
|
|
61
62
|
- test/test_gorilla-capistrano-recipes.rb
|
|
62
|
-
has_rdoc: true
|
|
63
63
|
homepage: http://github.com/jomz/gorilla-capistrano-recipes
|
|
64
64
|
licenses: []
|
|
65
|
-
|
|
66
65
|
post_install_message:
|
|
67
|
-
rdoc_options:
|
|
66
|
+
rdoc_options:
|
|
68
67
|
- --charset=UTF-8
|
|
69
|
-
require_paths:
|
|
68
|
+
require_paths:
|
|
70
69
|
- lib
|
|
71
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
70
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
72
71
|
none: false
|
|
73
|
-
requirements:
|
|
74
|
-
- -
|
|
75
|
-
- !ruby/object:Gem::Version
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
- 0
|
|
79
|
-
version: "0"
|
|
80
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
72
|
+
requirements:
|
|
73
|
+
- - ! '>='
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
version: '0'
|
|
76
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
77
|
none: false
|
|
82
|
-
requirements:
|
|
83
|
-
- -
|
|
84
|
-
- !ruby/object:Gem::Version
|
|
85
|
-
|
|
86
|
-
segments:
|
|
87
|
-
- 0
|
|
88
|
-
version: "0"
|
|
78
|
+
requirements:
|
|
79
|
+
- - ! '>='
|
|
80
|
+
- !ruby/object:Gem::Version
|
|
81
|
+
version: '0'
|
|
89
82
|
requirements: []
|
|
90
|
-
|
|
91
83
|
rubyforge_project:
|
|
92
|
-
rubygems_version: 1.
|
|
84
|
+
rubygems_version: 1.8.11
|
|
93
85
|
signing_key:
|
|
94
86
|
specification_version: 3
|
|
95
87
|
summary: Common capistrano recipes for Gorilla sites
|
|
96
|
-
test_files:
|
|
88
|
+
test_files:
|
|
97
89
|
- test/helper.rb
|
|
98
90
|
- test/test_gorilla-capistrano-recipes.rb
|