From 62aea1697c89a84658ce489d8053c6049aa98c85 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Tue, 23 Feb 2010 20:31:19 +0100 Subject: [PATCH] 0.2.3 --- VERSION | 2 +- bdb.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index ee1372d..7179039 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.2 +0.2.3 diff --git a/bdb.gemspec b/bdb.gemspec index 0a1a34e..fccd330 100644 --- a/bdb.gemspec +++ b/bdb.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{bdb} - s.version = "0.2.2" + s.version = "0.2.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Justin Balthrop", "Denis Knauf"] - s.date = %q{2010-01-29} + s.date = %q{2010-02-23} s.description = %q{Advanced Ruby Berkeley DB library.} s.email = %q{code@justinbalthrop.com Denis.Knauf@gmail.com} s.extensions = ["ext/extconf.rb"]