From 2b8d575aabeba36ae3975e5cebe3529004e6db3e Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 9 Jun 2010 12:32:33 -0400 Subject: [PATCH] 0.2.0 --- foreman.gemspec | 5 ++--- lib/foreman.rb | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/foreman.gemspec b/foreman.gemspec index c54323e..5c52675 100644 --- a/foreman.gemspec +++ b/foreman.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{foreman} - s.version = "0.1.0" + s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["David Dollar"] - s.date = %q{2010-05-21} + s.date = %q{2010-06-09} s.default_executable = %q{foreman} s.description = %q{Process manager for applications with multiple components} s.email = %q{ddollar@gmail.com} @@ -36,7 +36,6 @@ Gem::Specification.new do |s| "spec/foreman_spec.rb", "spec/spec_helper.rb" ] - s.has_rdoc = false s.homepage = %q{http://github.com/ddollar/foreman} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] diff --git a/lib/foreman.rb b/lib/foreman.rb index c9b4c58..65ab824 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.1.0" + VERSION = "0.2.0" class AppDoesNotExist < Exception; end