capistrano-elb 0.2.2 → 0.2.3

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.
Files changed (1) hide show
  1. metadata +14 -15
metadata CHANGED
@@ -1,20 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-elb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
5
- prerelease: !!null
4
+ version: 0.2.3
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - thattommyhall
9
- autorequire: !!null
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-04-11 00:00:00.000000000 +01:00
13
- default_executable: !!null
12
+ date: 2011-04-11 00:00:00.000000000Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: fog
17
- requirement: &2161056840 !ruby/object:Gem::Requirement
16
+ requirement: &2155956400 !ruby/object:Gem::Requirement
18
17
  none: false
19
18
  requirements:
20
19
  - - ! '>='
@@ -22,10 +21,10 @@ dependencies:
22
21
  version: '0'
23
22
  type: :runtime
24
23
  prerelease: false
25
- version_requirements: *2161056840
24
+ version_requirements: *2155956400
26
25
  - !ruby/object:Gem::Dependency
27
26
  name: excon
28
- requirement: &2161056340 !ruby/object:Gem::Requirement
27
+ requirement: &2155955580 !ruby/object:Gem::Requirement
29
28
  none: false
30
29
  requirements:
31
30
  - - ! '>='
@@ -33,8 +32,9 @@ dependencies:
33
32
  version: '0'
34
33
  type: :runtime
35
34
  prerelease: false
36
- version_requirements: *2161056340
37
- description: Remove servers automagically from ELB before deploy
35
+ version_requirements: *2155955580
36
+ description: Automagically remove/readd servers from EC2 load balancers as you cap
37
+ deploy
38
38
  email: tom.hall@forward.co.uk
39
39
  executables: []
40
40
  extensions: []
@@ -42,10 +42,9 @@ extra_rdoc_files: []
42
42
  files:
43
43
  - lib/capistrano-elb.rb
44
44
  - lib/capistrano-elb/tasks.rb
45
- has_rdoc: true
46
45
  homepage: https://github.com/thattommyhall/capistrano-elb
47
46
  licenses: []
48
- post_install_message: !!null
47
+ post_install_message:
49
48
  rdoc_options: []
50
49
  require_paths:
51
50
  - lib
@@ -62,9 +61,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
61
  - !ruby/object:Gem::Version
63
62
  version: '0'
64
63
  requirements: []
65
- rubyforge_project: !!null
66
- rubygems_version: 1.5.0
67
- signing_key: !!null
64
+ rubyforge_project:
65
+ rubygems_version: 1.7.2
66
+ signing_key:
68
67
  specification_version: 3
69
68
  summary: Automagically remove/readd servers from EC2 load balancers as you cap deploy
70
69
  test_files: []