skeme 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/Gemfile +1 -1
  2. data/README.rdoc +3 -2
  3. data/VERSION +1 -1
  4. data/skeme.gemspec +7 -6
  5. metadata +9 -8
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ source "http://rubygems.org"
3
3
  # Example:
4
4
  # gem "activesupport", ">= 2.3.5"
5
5
 
6
- gem "right_aws", ">= 2.1.0"
6
+ gem "right_aws", ">= 2.0.0"
7
7
  gem "rest_connection", ">= 0.0.21"
8
8
 
9
9
  # Add dependencies to develop your gem here.
data/README.rdoc CHANGED
@@ -3,13 +3,14 @@
3
3
  Skeme is a library for tagging objects (server instances, storage volumes, etc). It is intended to allow tagging of the same resource in multiple systems simultaneously.
4
4
 
5
5
  Currenly Skeme supports the following cloud providers and management tools. Also listed are which resources can be tagged for each provider or manager
6
- +Cloud Providers+
6
+
7
+ __Cloud Providers__
7
8
  * Amazon EC2
8
9
  * Amazon EC2 Server Instance
9
10
  * Amazon EC2 EBS Volume
10
11
  * Amazon EC2 EBS Snapshot
11
12
 
12
- +Cloud Management Tools+
13
+ __Cloud Management Tools__
13
14
  * RightScale
14
15
  * Amazon EC2 Server Instance
15
16
  * Amazon EC2 EBS Volume
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
data/skeme.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{skeme}
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ryan J. Geyer"]
@@ -15,13 +15,14 @@ Gem::Specification.new do |s|
15
15
  Skeme is a library for tagging objects (server instances, storage volumes, etc). It is intended to allow tagging of the same resource in multiple systems simultaneously.
16
16
 
17
17
  Currenly Skeme supports the following cloud providers and management tools. Also listed are which resources can be tagged for each provider or manager
18
- +Cloud Providers+
18
+
19
+ __Cloud Providers__
19
20
  * Amazon EC2
20
21
  * Amazon EC2 Server Instance
21
22
  * Amazon EC2 EBS Volume
22
23
  * Amazon EC2 EBS Snapshot
23
24
 
24
- +Cloud Management Tools+
25
+ __Cloud Management Tools__
25
26
  * RightScale
26
27
  * Amazon EC2 Server Instance
27
28
  * Amazon EC2 EBS Volume
@@ -67,14 +68,14 @@ further details.
67
68
  s.specification_version = 3
68
69
 
69
70
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
70
- s.add_runtime_dependency(%q<right_aws>, [">= 2.1.0"])
71
+ s.add_runtime_dependency(%q<right_aws>, [">= 2.0.0"])
71
72
  s.add_runtime_dependency(%q<rest_connection>, [">= 0.0.21"])
72
73
  s.add_development_dependency(%q<shoulda>, [">= 0"])
73
74
  s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
74
75
  s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
75
76
  s.add_development_dependency(%q<rcov>, [">= 0"])
76
77
  else
77
- s.add_dependency(%q<right_aws>, [">= 2.1.0"])
78
+ s.add_dependency(%q<right_aws>, [">= 2.0.0"])
78
79
  s.add_dependency(%q<rest_connection>, [">= 0.0.21"])
79
80
  s.add_dependency(%q<shoulda>, [">= 0"])
80
81
  s.add_dependency(%q<bundler>, ["~> 1.0.0"])
@@ -82,7 +83,7 @@ further details.
82
83
  s.add_dependency(%q<rcov>, [">= 0"])
83
84
  end
84
85
  else
85
- s.add_dependency(%q<right_aws>, [">= 2.1.0"])
86
+ s.add_dependency(%q<right_aws>, [">= 2.0.0"])
86
87
  s.add_dependency(%q<rest_connection>, [">= 0.0.21"])
87
88
  s.add_dependency(%q<shoulda>, [">= 0"])
88
89
  s.add_dependency(%q<bundler>, ["~> 1.0.0"])
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skeme
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan J. Geyer
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- hash: 11
29
+ hash: 15
30
30
  segments:
31
31
  - 2
32
- - 1
33
32
  - 0
34
- version: 2.1.0
33
+ - 0
34
+ version: 2.0.0
35
35
  name: right_aws
36
36
  version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency
@@ -116,13 +116,14 @@ description: |+
116
116
  Skeme is a library for tagging objects (server instances, storage volumes, etc). It is intended to allow tagging of the same resource in multiple systems simultaneously.
117
117
 
118
118
  Currenly Skeme supports the following cloud providers and management tools. Also listed are which resources can be tagged for each provider or manager
119
- +Cloud Providers+
119
+
120
+ __Cloud Providers__
120
121
  * Amazon EC2
121
122
  * Amazon EC2 Server Instance
122
123
  * Amazon EC2 EBS Volume
123
124
  * Amazon EC2 EBS Snapshot
124
125
 
125
- +Cloud Management Tools+
126
+ __Cloud Management Tools__
126
127
  * RightScale
127
128
  * Amazon EC2 Server Instance
128
129
  * Amazon EC2 EBS Volume