1
0
Fork 0

Update Gemspec Name

Judging from other gems, the name attribute of the Gemspec
configuration file should not contain spaces.
This commit is contained in:
Andrew Tomaka 2012-10-15 00:33:53 -04:00
parent e36cefc472
commit 0e78005f3e
1 changed files with 2 additions and 2 deletions

View File

@ -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