Update Gemspec Name
Judging from other gems, the name attribute of the Gemspec configuration file should not contain spaces.
This commit is contained in:
parent
e36cefc472
commit
0e78005f3e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'Base 52'
|
s.name = 'base52'
|
||||||
s.version = '0.0.1'
|
s.version = '2'
|
||||||
s.date = '2012-09-24'
|
s.date = '2012-09-24'
|
||||||
s.summary = 'Encode and Decode Base 52 Values'
|
s.summary = 'Encode and Decode Base 52 Values'
|
||||||
s.description = 'Implement functionality to the base Integer class to convert
|
s.description = 'Implement functionality to the base Integer class to convert
|
||||||
|
|
Loading…
Reference in a new issue