2008-12-31 01:48:56 +01:00
|
|
|
# Auto-generated gemspec
|
2008-12-30 21:15:06 +01:00
|
|
|
Gem::Specification.new do |s|
|
|
|
|
s.name = "holidays"
|
2010-03-04 09:08:22 +01:00
|
|
|
s.version = "1.0.0"
|
|
|
|
s.date = "2010-03-04"
|
2008-12-31 01:50:27 +01:00
|
|
|
s.summary = "A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!"
|
2008-12-30 21:15:06 +01:00
|
|
|
s.email = "code@dunae.ca"
|
|
|
|
s.homepage = "http://code.dunae.ca/holidays"
|
2008-12-31 01:50:27 +01:00
|
|
|
s.description = "A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!"
|
2008-12-30 21:15:06 +01:00
|
|
|
s.has_rdoc = true
|
2008-12-31 01:48:56 +01:00
|
|
|
s.author = "Alex Dunae"
|
2008-12-30 21:15:06 +01:00
|
|
|
s.extra_rdoc_files = ['README.rdoc', 'data/SYNTAX', 'lib/holidays/MANIFEST', 'REFERENCES', 'CHANGELOG', 'LICENSE']
|
2008-12-31 01:48:56 +01:00
|
|
|
s.rdoc_options << '--all' << '--inline-source' << '--line-numbers' << '--charset' << 'utf-8'
|
2010-03-04 09:08:22 +01:00
|
|
|
s.test_files = Dir.glob("{test}/**/*")
|
|
|
|
s.files = Dir.glob("{data,lib,test}/**/*")
|
2008-12-30 21:15:06 +01:00
|
|
|
end
|