From 6a4fecc044d52702a780c01c2f504400616906b2 Mon Sep 17 00:00:00 2001 From: Adam Sanderson Date: Sat, 11 Dec 2010 14:15:36 -0800 Subject: [PATCH] Version 0.0.3: Thanks trans, Chris Berkhout, and Bernard Gallet for posting issues and pull requests. --- VERSION | 2 +- qwandry.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 4e379d2..bcab45a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.2 +0.0.3 diff --git a/qwandry.gemspec b/qwandry.gemspec index f394e0c..e768357 100644 --- a/qwandry.gemspec +++ b/qwandry.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{qwandry} - s.version = "0.0.2" + s.version = "0.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Adam Sanderson"] - s.date = %q{2010-12-08} + s.date = %q{2010-12-11} s.default_executable = %q{qw} s.description = %q{ Open a gem or library's source directory with your default editor. }