GoEC2 1.1.1 → 1.1.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 +3 -3
  2. data/VERSION +1 -1
  3. data/lib/utils.rb +0 -1
  4. metadata +2 -2
data/GoEC2.gemspec CHANGED
@@ -1,15 +1,15 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{GoEC2}
8
- s.version = "1.1.1"
8
+ s.version = "1.1.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{2010-09-03}
12
+ s.date = %q{2010-09-07}
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.1.1
1
+ 1.1.2
data/lib/utils.rb CHANGED
@@ -1,6 +1,5 @@
1
1
  require 'forgery/dictionaries'
2
2
  require 'yaml'
3
- require 'file_reader'
4
3
 
5
4
  EC2_SSH_KEY_NAME = ENV['EC2_KEYPAIR_NAME'] || 'default'
6
5
  EC2_SSH_KEY_PATH = ENV['EC2_KEYPAIR_PATH'] || '~/.ec2/default-key-pair.pem'
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.1.1
4
+ version: 1.1.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: 2010-09-03 00:00:00 -04:00
14
+ date: 2010-09-07 00:00:00 -04:00
15
15
  default_executable: goec2
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency