# Auto-generated gemspec Gem::Specification.new do |s| s.name = "holidays" s.version = "1.0.0" s.date = "2010-03-04" 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.has_rdoc = true s.author = "Alex Dunae" s.extra_rdoc_files = ['README.rdoc', 'data/SYNTAX', 'lib/holidays/MANIFEST', 'REFERENCES', 'CHANGELOG', 'LICENSE'] s.rdoc_options << '--all' << '--inline-source' << '--line-numbers' << '--charset' << 'utf-8' s.test_files = Dir.glob("{test}/**/*") s.files = Dir.glob("{data,lib,test}/**/*") end