Extra space in gem spec
This commit is contained in:
parent
6cf2ca9559
commit
a7e0024438
2 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,10 @@ Gem::Specification.new do |s|
|
|||
s.name = "holidays"
|
||||
s.version = "0.9.4"
|
||||
s.date = "2008-12-29"
|
||||
s.summary = " A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!"
|
||||
s.summary = "A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!"
|
||||
s.email = "code@dunae.ca"
|
||||
s.homepage = "http://code.dunae.ca/holidays"
|
||||
s.description = " A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!"
|
||||
s.description = "A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!"
|
||||
s.has_rdoc = true
|
||||
s.author = "Alex Dunae"
|
||||
s.extra_rdoc_files = ['README.rdoc', 'data/SYNTAX', 'lib/holidays/MANIFEST', 'REFERENCES', 'CHANGELOG', 'LICENSE']
|
||||
|
|
|
@ -89,10 +89,10 @@ Gem::Specification.new do |s|
|
|||
s.name = "holidays"
|
||||
s.version = "0.9.4"
|
||||
s.date = "2008-12-29"
|
||||
s.summary = " A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!"
|
||||
s.summary = "A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!"
|
||||
s.email = "code@dunae.ca"
|
||||
s.homepage = "http://code.dunae.ca/holidays"
|
||||
s.description = " A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!"
|
||||
s.description = "A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!"
|
||||
s.has_rdoc = true
|
||||
s.author = "Alex Dunae"
|
||||
s.extra_rdoc_files = ['README.rdoc', 'data/SYNTAX', 'lib/holidays/MANIFEST', 'REFERENCES', 'CHANGELOG', 'LICENSE']
|
||||
|
|
Loading…
Add table
Reference in a new issue