cap-elb 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -1,7 +1,7 @@
1
1
  cap-elb
2
2
  =================================================
3
3
 
4
- Capistrano plugin or deploying to Amazon EC2 instances behind ELBs
4
+ Capistrano plugin or deploying to Amazon EC2 instances behind Amazon ELBs (Elastic Load Balancers)
5
5
 
6
6
  Introduction
7
7
  ============
@@ -105,12 +105,9 @@ Additional Ruby class/method documentation is available at: [http://rubydoc.info
105
105
 
106
106
  Credits
107
107
  =======
108
- * capistrano-ec2group: [Logan Raarup](http://github.com/logandk)
109
108
  * capistrano: [Jamis Buck](http://github.com/jamis/capistrano)
109
+ * capistrano-ec2group: [Logan Raarup](http://github.com/logandk) - Logan's 2009 work with cap deploy using security group abstraction got me going on how to do an AWS oriented cap plug-in, thank you!
110
110
 
111
111
 
112
- ###Thanks to###
113
- * [Logan Raarup](http://github.com/logandk - Logan's work with cap deploy using security group abstraction got me going on how to do an AWS oriented cap plug-in, thank you!
114
-
115
112
 
116
113
  Copyright (c) 2011 Dan Miley, released under the MIT license
data/cap-elb.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.authors = ["Dan Miley"]
9
9
  s.email = ["dan.miley@gmail.com"]
10
10
  s.homepage = "http://github.com/danmiley/cap-elb"
11
- s.summary = %q{UNDEREAVY DEVELOPMENT AT THIS TIME: Capistrano can perform tasks on Amazon ELB instances.}
12
- s.description = %q{(UNDER HEAVY ITERATIVE DEVELOPMENT AT THIS TIME, recommend wait for a 0.x release for usage.) Capistrano can perform tasks on Amazon ELB instances; various arguments to allow instance tags to determine whether task should be applied on the given tag}
11
+ s.summary = %q{Capistrano can perform tasks on EC2 intstance managed by individual Amazon ELB instances.}
12
+ s.description = %q{Capistrano can perform tasks on the EC2 instances managed by named Amazon ELB instances. Various filters are qvailable to allow EC2 instance top level metadata and tags to determine whether the task should be applied on the given instance.}
13
13
 
14
14
  s.rubyforge_project = "cap-elb"
15
15
 
@@ -1,5 +1,5 @@
1
1
  module Cap
2
2
  module Elb
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cap-elb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-10-27 00:00:00.000000000Z
12
+ date: 2011-10-28 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: right_aws
16
- requirement: &2156460540 !ruby/object:Gem::Requirement
16
+ requirement: &2156273780 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - =
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 2.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2156460540
24
+ version_requirements: *2156273780
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
27
- requirement: &2156459320 !ruby/object:Gem::Requirement
27
+ requirement: &2156273160 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,11 +32,10 @@ dependencies:
32
32
  version: '2.6'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *2156459320
36
- description: (UNDER HEAVY ITERATIVE DEVELOPMENT AT THIS TIME, recommend wait for a
37
- 0.x release for usage.) Capistrano can perform tasks on Amazon ELB instances; various
38
- arguments to allow instance tags to determine whether task should be applied on
39
- the given tag
35
+ version_requirements: *2156273160
36
+ description: Capistrano can perform tasks on the EC2 instances managed by named Amazon
37
+ ELB instances. Various filters are qvailable to allow EC2 instance top level metadata
38
+ and tags to determine whether the task should be applied on the given instance.
40
39
  email:
41
40
  - dan.miley@gmail.com
42
41
  executables: []
@@ -77,8 +76,8 @@ rubyforge_project: cap-elb
77
76
  rubygems_version: 1.8.11
78
77
  signing_key:
79
78
  specification_version: 3
80
- summary: ! 'UNDEREAVY DEVELOPMENT AT THIS TIME: Capistrano can perform tasks on Amazon
81
- ELB instances.'
79
+ summary: Capistrano can perform tasks on EC2 intstance managed by individual Amazon
80
+ ELB instances.
82
81
  test_files:
83
82
  - test/elb_test.rb
84
83
  - test/health/test_elb.rb