# Rakefile
require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new('sundawg_country_codes', '0.0.7') do |p|
  p.description    = "Manage ISO 3166 Country Names and Codes, ISO 639 Languages, and ISO 4217 Currencies."
  p.url            = "http://github.com/SunDawg/country_codes"
  p.author         = "Christopher Sun"
  p.email          = "christopher.sun@gmail.com"
  p.ignore_pattern = ["tmp/*", "script/*"]
  p.development_dependencies = []
end
