require 'rake' Gem::Specification.new do |s| s.name = "date_age" s.summary = "date_age: Ruby Date#age method to calculate an age in years" s.version = "1.1.2" s.author = "RailApp" s.email = "railapp@gmail.com" s.homepage = "http://railapp.com/" s.platform = Gem::Platform::RUBY s.files = FileList['lib/*.rb'].to_a s.has_rdoc = true s.require_path = "lib" s.test_files = FileList["{test}/**/*test.rb"].to_a end