From 0e78005f3ed416b5ce1c309b442da7be12b9a213 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 15 Oct 2012 00:33:53 -0400 Subject: [PATCH] Update Gemspec Name Judging from other gems, the name attribute of the Gemspec configuration file should not contain spaces. --- base52.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base52.gemspec b/base52.gemspec index 5cadf99..e44c3de 100644 --- a/base52.gemspec +++ b/base52.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| - s.name = 'Base 52' - s.version = '0.0.1' + s.name = 'base52' + s.version = '2' s.date = '2012-09-24' s.summary = 'Encode and Decode Base 52 Values' s.description = 'Implement functionality to the base Integer class to convert