From 47fb5565d48108e51ace39e042430976f70cbba8 Mon Sep 17 00:00:00 2001 From: delitescere Date: Tue, 29 Jun 2010 13:41:20 -0500 Subject: [PATCH] Version bump to 2.2.2 --- Rakefile | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index a50e33b..04d94bb 100644 --- a/Rakefile +++ b/Rakefile @@ -10,8 +10,8 @@ begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "squealer" - gemspec.summary = "Document-oriented database to RDBMS exports" - gemspec.description = "Exports MongoDB to MySQL or PostgreSQL." + gemspec.summary = "Export document-oriented database to RDBMS" + gemspec.description = "A Ruby DSL for exporting MongoDB to MySQL or PostgreSQL. You don't need to install both, just one. Use EXPORT_DBMS=[mysql|postgres] environment variable to specify the appropriate adapter." gemspec.email = "joshua.graham@grahamis.com" gemspec.homepage = "http://github.com/delitescere/squealer/" gemspec.authors = ["Josh Graham", "Durran Jordan", "Matt Yoho", "Bernerd Schaefer"] diff --git a/VERSION b/VERSION index c043eea..b1b25a5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.1 +2.2.2