capistrano_s3 0.1.1 → 0.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.
- data/README +1 -1
- data/lib/version.rb +1 -1
- metadata +44 -19
data/README
CHANGED
|
@@ -26,6 +26,6 @@ Now regular capistrano deployment tasks will go through S3
|
|
|
26
26
|
= About
|
|
27
27
|
|
|
28
28
|
Rubyforge Project:: http://rubyforge.org/projects/capistrano-s3
|
|
29
|
-
Author:: Bill Kirtley - bill at [nospam]
|
|
29
|
+
Author:: Bill Kirtley - bill.kirtley at [nospam] gmail dt com
|
|
30
30
|
License:: Distributed under MIT License
|
|
31
31
|
Copyright:: 2008 Bill Kirtley, Virosity Inc.
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,37 +1,58 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano_s3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
hash: 31
|
|
5
|
+
prerelease: false
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 1
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.1.2
|
|
5
11
|
platform: ruby
|
|
6
12
|
authors:
|
|
7
13
|
- Bill Kirtley
|
|
14
|
+
- Matt Griffin
|
|
8
15
|
autorequire:
|
|
9
16
|
bindir: bin
|
|
10
17
|
cert_chain: []
|
|
11
18
|
|
|
12
|
-
date:
|
|
19
|
+
date: 2010-12-14 00:00:00 -05:00
|
|
13
20
|
default_executable:
|
|
14
21
|
dependencies:
|
|
15
22
|
- !ruby/object:Gem::Dependency
|
|
16
23
|
name: capistrano
|
|
17
|
-
|
|
18
|
-
|
|
24
|
+
prerelease: false
|
|
25
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
26
|
+
none: false
|
|
19
27
|
requirements:
|
|
20
28
|
- - ">="
|
|
21
29
|
- !ruby/object:Gem::Version
|
|
30
|
+
hash: 11
|
|
31
|
+
segments:
|
|
32
|
+
- 2
|
|
33
|
+
- 1
|
|
34
|
+
- 0
|
|
22
35
|
version: 2.1.0
|
|
23
|
-
|
|
36
|
+
type: :runtime
|
|
37
|
+
version_requirements: *id001
|
|
24
38
|
- !ruby/object:Gem::Dependency
|
|
25
39
|
name: s3sync
|
|
26
|
-
|
|
27
|
-
|
|
40
|
+
prerelease: false
|
|
41
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
42
|
+
none: false
|
|
28
43
|
requirements:
|
|
29
44
|
- - ">="
|
|
30
45
|
- !ruby/object:Gem::Version
|
|
46
|
+
hash: 3
|
|
47
|
+
segments:
|
|
48
|
+
- 0
|
|
31
49
|
version: "0"
|
|
32
|
-
|
|
50
|
+
type: :runtime
|
|
51
|
+
version_requirements: *id002
|
|
33
52
|
description: A deployment strategy for capistrano using S3
|
|
34
|
-
email:
|
|
53
|
+
email:
|
|
54
|
+
- bill.kirtley@gmail.com
|
|
55
|
+
- matt@griffinonline.org
|
|
35
56
|
executables: []
|
|
36
57
|
|
|
37
58
|
extensions: []
|
|
@@ -39,10 +60,6 @@ extensions: []
|
|
|
39
60
|
extra_rdoc_files: []
|
|
40
61
|
|
|
41
62
|
files:
|
|
42
|
-
- lib/capistrano
|
|
43
|
-
- lib/capistrano/recipes
|
|
44
|
-
- lib/capistrano/recipes/deploy
|
|
45
|
-
- lib/capistrano/recipes/deploy/strategy
|
|
46
63
|
- lib/capistrano/recipes/deploy/strategy/s3_bucket.rb
|
|
47
64
|
- lib/version.rb
|
|
48
65
|
- test/deploy_s3_bucket_test.rb
|
|
@@ -50,30 +67,38 @@ files:
|
|
|
50
67
|
- README
|
|
51
68
|
- MIT-LICENSE
|
|
52
69
|
has_rdoc: true
|
|
53
|
-
homepage: http://
|
|
70
|
+
homepage: http://github.com/cluesque/capistrano-s3
|
|
71
|
+
licenses: []
|
|
72
|
+
|
|
54
73
|
post_install_message:
|
|
55
74
|
rdoc_options: []
|
|
56
75
|
|
|
57
76
|
require_paths:
|
|
58
77
|
- lib
|
|
59
78
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
79
|
+
none: false
|
|
60
80
|
requirements:
|
|
61
81
|
- - ">="
|
|
62
82
|
- !ruby/object:Gem::Version
|
|
83
|
+
hash: 3
|
|
84
|
+
segments:
|
|
85
|
+
- 0
|
|
63
86
|
version: "0"
|
|
64
|
-
version:
|
|
65
87
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
|
+
none: false
|
|
66
89
|
requirements:
|
|
67
90
|
- - ">="
|
|
68
91
|
- !ruby/object:Gem::Version
|
|
92
|
+
hash: 3
|
|
93
|
+
segments:
|
|
94
|
+
- 0
|
|
69
95
|
version: "0"
|
|
70
|
-
version:
|
|
71
96
|
requirements: []
|
|
72
97
|
|
|
73
|
-
rubyforge_project:
|
|
74
|
-
rubygems_version: 1.
|
|
98
|
+
rubyforge_project: capistrano_s3
|
|
99
|
+
rubygems_version: 1.3.7
|
|
75
100
|
signing_key:
|
|
76
|
-
specification_version:
|
|
101
|
+
specification_version: 3
|
|
77
102
|
summary: A deployment strategy for capistrano using S3
|
|
78
103
|
test_files: []
|
|
79
104
|
|