awsborn 0.9.9 → 0.9.10

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.9
1
+ 0.9.10
data/awsborn.gemspec CHANGED
@@ -4,14 +4,14 @@
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
- s.name = %q{awsborn}
8
- s.version = "0.9.9"
7
+ s.name = "awsborn"
8
+ s.version = "0.9.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["David Vrensk", "Jean-Louis Giordano"]
12
- s.date = %q{2012-05-09}
13
- s.description = %q{Awsborn lets you define and launch a server cluster on Amazon EC2.}
14
- s.email = %q{david@icehouse.se}
12
+ s.date = "2012-10-15"
13
+ s.description = "Awsborn lets you define and launch a server cluster on Amazon EC2."
14
+ s.email = "david@icehouse.se"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
17
  "README.mdown"
@@ -55,11 +55,11 @@ Gem::Specification.new do |s|
55
55
  "spec/spec.opts",
56
56
  "spec/spec_helper.rb"
57
57
  ]
58
- s.homepage = %q{http://github.com/icehouse/awsborn}
58
+ s.homepage = "http://github.com/icehouse/awsborn"
59
59
  s.rdoc_options = ["--charset=UTF-8"]
60
60
  s.require_paths = ["lib"]
61
- s.rubygems_version = %q{1.3.7}
62
- s.summary = %q{Awsborn defines servers as instances with a certain disk volume, which makes it easy to restart missing servers.}
61
+ s.rubygems_version = "1.8.24"
62
+ s.summary = "Awsborn defines servers as instances with a certain disk volume, which makes it easy to restart missing servers."
63
63
  s.test_files = [
64
64
  "spec/aws_constants_spec.rb",
65
65
  "spec/ec2_spec.rb",
@@ -73,7 +73,6 @@ Gem::Specification.new do |s|
73
73
  ]
74
74
 
75
75
  if s.respond_to? :specification_version then
76
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
77
76
  s.specification_version = 3
78
77
 
79
78
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
@@ -19,7 +19,7 @@ module Awsborn
19
19
  @secret_access_key = secret_access_key_from_keychain(access_key_id)
20
20
  end
21
21
  end
22
- @secret_access_key
22
+ @secret_access_key.to_s
23
23
  end
24
24
 
25
25
  def secret_access_key_from_keychain (key_id)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awsborn
3
3
  version: !ruby/object:Gem::Version
4
- hash: 41
5
- prerelease: false
4
+ hash: 47
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 9
10
- version: 0.9.9
9
+ - 10
10
+ version: 0.9.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Vrensk
@@ -16,8 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-05-09 00:00:00 +02:00
20
- default_executable:
19
+ date: 2012-10-15 00:00:00 Z
21
20
  dependencies:
22
21
  - !ruby/object:Gem::Dependency
23
22
  name: icehouse-right_aws
@@ -144,7 +143,6 @@ files:
144
143
  - spec/server_spec.rb
145
144
  - spec/spec.opts
146
145
  - spec/spec_helper.rb
147
- has_rdoc: true
148
146
  homepage: http://github.com/icehouse/awsborn
149
147
  licenses: []
150
148
 
@@ -174,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
174
172
  requirements: []
175
173
 
176
174
  rubyforge_project:
177
- rubygems_version: 1.3.7
175
+ rubygems_version: 1.8.24
178
176
  signing_key:
179
177
  specification_version: 3
180
178
  summary: Awsborn defines servers as instances with a certain disk volume, which makes it easy to restart missing servers.