From e9bd44e2c3e33b9b9fcdb2fb3202458462301699 Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Mon, 1 Nov 2010 03:52:23 -0400 Subject: [PATCH] sync desc --- .gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gemspec b/.gemspec index b70f101..fd7a8f9 100644 --- a/.gemspec +++ b/.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.email = "gabriel.horner@gmail.com" s.homepage = "http://github/com/cldwalker/ripl-rails" s.summary = "Alternative to script/console using ripl" - s.description = "TODO" + s.description = "This provides an alternative to script/console and a ripl Rails plugin to be reused with app-specific shells. Compatible with Rails 2.3.x and Rails 3.x." s.required_rubygems_version = ">= 1.3.6" s.rubyforge_project = 'tagaholic' s.executables = ['ripl-rails']