ey_cloud_awareness 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/README.rdoc +8 -0
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/ey_cloud_awareness.gemspec +4 -4
- metadata +6 -6
data/README.rdoc
CHANGED
|
@@ -8,6 +8,14 @@ This gem makes it a little easier to live on the EngineYard cloud:
|
|
|
8
8
|
|
|
9
9
|
We use it over at http://brighterplanet.com.
|
|
10
10
|
|
|
11
|
+
== DEPRECATED
|
|
12
|
+
|
|
13
|
+
Use http://rubygems.org/gems/engineyard-metadata instead.
|
|
14
|
+
|
|
15
|
+
== Purpose
|
|
16
|
+
|
|
17
|
+
To define an unchanging interface to certain metadata that is buried deep inside JSON config files and EC2 API calls.
|
|
18
|
+
|
|
11
19
|
== /etc/chef/dna.json must be readable
|
|
12
20
|
|
|
13
21
|
This gem depends on
|
data/Rakefile
CHANGED
|
@@ -5,8 +5,8 @@ begin
|
|
|
5
5
|
require 'jeweler'
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
|
7
7
|
gem.name = "ey_cloud_awareness"
|
|
8
|
-
gem.summary = %Q{Make your EngineYard cloud instances aware of each other.}
|
|
9
|
-
gem.description = %Q{Pull metadata from EC2 and EngineYard so that your EngineYard Cloud instances know about each other.}
|
|
8
|
+
gem.summary = %Q{DEPRECATED: use engineyard-metadata. Make your EngineYard cloud instances aware of each other.}
|
|
9
|
+
gem.description = %Q{DEPRECATED: use engineyard-metadata. Pull metadata from EC2 and EngineYard so that your EngineYard Cloud instances know about each other.}
|
|
10
10
|
gem.email = "seamus@abshere.net"
|
|
11
11
|
gem.homepage = "http://github.com/seamusabshere/ey_cloud_awareness"
|
|
12
12
|
gem.authors = ["Seamus Abshere"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.2
|
data/ey_cloud_awareness.gemspec
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{ey_cloud_awareness}
|
|
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 = ["Seamus Abshere"]
|
|
12
|
-
s.date = %q{2010-09-
|
|
12
|
+
s.date = %q{2010-09-24}
|
|
13
13
|
s.default_executable = %q{ey_cloud_awareness}
|
|
14
|
-
s.description = %q{Pull metadata from EC2 and EngineYard so that your EngineYard Cloud instances know about each other.}
|
|
14
|
+
s.description = %q{DEPRECATED: use engineyard-metadata. Pull metadata from EC2 and EngineYard so that your EngineYard Cloud instances know about each other.}
|
|
15
15
|
s.email = %q{seamus@abshere.net}
|
|
16
16
|
s.executables = ["ey_cloud_awareness"]
|
|
17
17
|
s.extra_rdoc_files = [
|
|
@@ -39,7 +39,7 @@ Gem::Specification.new do |s|
|
|
|
39
39
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
40
40
|
s.require_paths = ["lib"]
|
|
41
41
|
s.rubygems_version = %q{1.3.7}
|
|
42
|
-
s.summary = %q{Make your EngineYard cloud instances aware of each other.}
|
|
42
|
+
s.summary = %q{DEPRECATED: use engineyard-metadata. Make your EngineYard cloud instances aware of each other.}
|
|
43
43
|
s.test_files = [
|
|
44
44
|
"spec/ey_cloud_awareness_spec.rb",
|
|
45
45
|
"spec/spec_helper.rb"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ey_cloud_awareness
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.2.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Seamus Abshere
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-09-
|
|
18
|
+
date: 2010-09-24 00:00:00 -05:00
|
|
19
19
|
default_executable: ey_cloud_awareness
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
version: 0.9.15
|
|
67
67
|
type: :runtime
|
|
68
68
|
version_requirements: *id003
|
|
69
|
-
description: Pull metadata from EC2 and EngineYard so that your EngineYard Cloud instances know about each other.
|
|
69
|
+
description: "DEPRECATED: use engineyard-metadata. Pull metadata from EC2 and EngineYard so that your EngineYard Cloud instances know about each other."
|
|
70
70
|
email: seamus@abshere.net
|
|
71
71
|
executables:
|
|
72
72
|
- ey_cloud_awareness
|
|
@@ -124,7 +124,7 @@ rubyforge_project:
|
|
|
124
124
|
rubygems_version: 1.3.7
|
|
125
125
|
signing_key:
|
|
126
126
|
specification_version: 3
|
|
127
|
-
summary: Make your EngineYard cloud instances aware of each other.
|
|
127
|
+
summary: "DEPRECATED: use engineyard-metadata. Make your EngineYard cloud instances aware of each other."
|
|
128
128
|
test_files:
|
|
129
129
|
- spec/ey_cloud_awareness_spec.rb
|
|
130
130
|
- spec/spec_helper.rb
|