From 7f11862b778b169cfdfbe269fcd281e162a07f7d Mon Sep 17 00:00:00 2001 From: Stephen Bartlett Date: Mon, 17 Feb 2014 20:55:39 +1100 Subject: [PATCH] Bumping version for ASG support --- ec2-blackout.gemspec | 2 +- lib/ec2-blackout/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ec2-blackout.gemspec b/ec2-blackout.gemspec index 76acd51..7a1cef4 100644 --- a/ec2-blackout.gemspec +++ b/ec2-blackout.gemspec @@ -2,7 +2,7 @@ require File.expand_path('../lib/ec2-blackout/version', __FILE__) Gem::Specification.new do |gem| - gem.authors = ["Stephen Bartlett"] + gem.authors = ["Stephen Bartlett", "Charles Blaxland"] gem.email = ["stephenb@rtlett.org"] gem.description = Ec2::Blackout.description gem.summary = Ec2::Blackout.summary diff --git a/lib/ec2-blackout/version.rb b/lib/ec2-blackout/version.rb index c75d9c8..143ad74 100644 --- a/lib/ec2-blackout/version.rb +++ b/lib/ec2-blackout/version.rb @@ -1,6 +1,6 @@ module Ec2 module Blackout - VERSION = "0.0.6" + VERSION = "0.0.7" def self.name 'ec2-blackout'