From 00eaa2d2392fdf2d100a5a884547bba29684727f Mon Sep 17 00:00:00 2001 From: David Dollar Date: Thu, 20 May 2010 15:05:25 -0400 Subject: [PATCH] 0.0.2 --- foreman.gemspec | 2 +- lib/foreman.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/foreman.gemspec b/foreman.gemspec index 8b44fdf..d947090 100644 --- a/foreman.gemspec +++ b/foreman.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = %q{foreman} - s.version = "0.0.1" + s.version = "0.0.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["David Dollar"] diff --git a/lib/foreman.rb b/lib/foreman.rb index 265d799..0087c54 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.0.1" + VERSION = "0.0.2" class AppDoesNotExist < Exception; end