require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new('GoogleURL', '0.1.1') do |p|
  p.description    = "GoogleURL is a library that allows the creation of shortlink using the service's goo.gl."
  p.url            = "http://github.com/Dad-89/GoogleURL"
  p.author         = "Antonio Barra"
  p.email          = "antonio.barra [at] ymail.com"
  p.ignore_pattern = ["tmp/*", "script/*"]
  p.test_pattern = "test/example.rb"
  p.development_dependencies = []
end