GoEC2 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/GoEC2.gemspec +2 -2
  2. data/VERSION +1 -1
  3. data/lib/runner.rb +0 -1
  4. metadata +2 -2
data/GoEC2.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{GoEC2}
8
- s.version = "1.0.1"
8
+ s.version = "1.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 = ["Within3", "Joe Fiorini", "Jonathan Penn"]
12
- s.date = %q{2009-10-09}
12
+ s.date = %q{2009-10-21}
13
13
  s.default_executable = %q{goec2}
14
14
  s.description = %q{Simple and opinionated helper for creating and managing Rubygem projects on GitHub}
15
15
  s.email = %q{jfiorini@within3.com}
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
data/lib/runner.rb CHANGED
@@ -11,7 +11,6 @@ class Runner
11
11
  when /spinup/
12
12
  options = parse_spinup_options(args,
13
13
  :name => get_name_for_instance,
14
- :ami_id => AMI_ID,
15
14
  :instance_size => 'm1.large',
16
15
  :zone => 'us-east-1c')
17
16
  puts "Spining up image with options: #{options.inspect}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: GoEC2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Within3
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2009-10-09 00:00:00 -04:00
14
+ date: 2009-10-21 00:00:00 -04:00
15
15
  default_executable: goec2
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency