Gem::Specification.new do |s|
s.name = "greatest_common_factor"
s.version = "0.0.2"
s.date = "2008-09-19"
s.summary = "Find the greatest common factor between sets of numbers. Can also factor the array by the gcf."
s.email = "brian@emphaticsolutions.com"
s.homepage = "http://github.com/briandoll/greatest_common_factor"
s.description = "Provide greatest common factor for an array of ints, as well as the ability to factor that array by the gcf."
s.has_rdoc = false
s.authors = ["Brain Doll"]
s.files = [
"History.txt",
"Manifest.txt",
"README.txt",
"Rakefile",
"greatest_common_factor.gemspec",
"lib/greatest_common_factor.rb",
"tasks/ann.rake",
"tasks/bones.rake",
"tasks/gem.rake",
"tasks/git.rake",
"tasks/manifest.rake",
"tasks/notes.rake",
"tasks/post_load.rake",
"tasks/rdoc.rake",
"tasks/rubyforge.rake",
"tasks/setup.rb",
"tasks/spec.rake",
"tasks/svn.rake",
"tasks/test.rake",
"test/test_greatest_common_factor.rb"
]
end