Rakefile in cobregratis-0.2.1 vs Rakefile in cobregratis-0.2.2

- old
+ new

@@ -14,19 +14,10 @@ # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options gem.name = "cobregratis" gem.homepage = "http://github.com/rafaelp/cobregratis" gem.license = "MIT" gem.summary = %Q{Ruby Wrapper around Cobre Grátis API} - gem.description = %{ -Cobre Grátis - -Configure by adding the following: - -require 'cobregratis' -Cobregratis::Base.site = 'https://app.cobregratis.com.br/' -Cobregratis::Base.user = 'your_api_username' -Cobregratis::Base.user = 'your_api_password' - } + gem.description = "Ruby Wrapper around Cobre Grátis API. More info at: http://cobregratis.com.br/doc/api" gem.email = "contato@rafael.adm.br" gem.authors = ["Rafael Lima"] # Include your dependencies below. Runtime dependencies are required when using your gem, # and development dependencies are only needed for development (ie running rake tasks, tests, etc) gem.add_runtime_dependency 'activeresource', '>= 2.1'