diff --git a/README.rdoc b/README.rdoc
index 9167773..aa5ad79 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -5,7 +5,7 @@ Cálculo de frete através do PayPal Frete Fácil (http://www.paypal-brasil.com.
== Instalando
=== Gemfile
- gem 'paypal-frete-facil', '~> 0.2.0'
+ gem 'paypal-frete-facil', '~> 0.2.2'
=== Instalação direta
$ gem install paypal-frete-facil
@@ -40,7 +40,7 @@ Exemplo de log:
13.873999999999999
Se você configurar o nível de log como :debug, serão logados também todos os cabeçalhos HTTP da requisição e da resposta:
- I, [2011-08-29T22:00:52.624430 #2186] INFO -- : PayPal-Frete-Facil Request:
+ D, [2011-08-29T22:00:52.624430 #2186] DEBUG -- : PayPal-Frete-Facil Request:
https://ff.paypal-brasil.com.br/FretesPayPalWS/WSFretesPayPal
accept: */*
user-agent: Ruby
@@ -48,7 +48,7 @@ Se você configurar o nível de log como :debug, serão logados também todos os
soapaction: https://ff.paypal-brasil.com.br/FretesPayPalWS/WSFretesPayPal/getPreco
04094-05090619-900152300.3
- I, [2011-08-29T22:00:53.917895 #2186] INFO -- : PayPal-Frete-Facil Response:
+ D, [2011-08-29T22:00:53.917895 #2186] DEBUG -- : PayPal-Frete-Facil Response:
HTTP/1.1 200 OK
date: Tue, 30 Aug 2011 01:00:52 GMT
server: Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_jk/1.2.30
diff --git a/Rakefile b/Rakefile
index d280dbd..5f1903c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,7 +16,7 @@ require 'jeweler'
Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
gem.name = "paypal-frete-facil"
- gem.homepage = "http://github.com/prodis/paypal-frete-facil"
+ gem.homepage = "http://prodis.blog.br/2011/09/04/gem-para-calculo-de-frete-do-paypal-frete-facil"
gem.license = "MIT"
gem.summary = %Q{Cálculo de frete do PayPal Frete Fácil.}
gem.description = %Q{Cálculo de frete através do PayPal Frete Fácil (http://www.paypal-brasil.com.br/fretefacil).}
diff --git a/lib/paypal/fretefacil/version.rb b/lib/paypal/fretefacil/version.rb
index 743351f..1b9700a 100644
--- a/lib/paypal/fretefacil/version.rb
+++ b/lib/paypal/fretefacil/version.rb
@@ -4,7 +4,7 @@ module FreteFacil
module Version
MAJOR = 0
MINOR = 2
- PATCH = 1
+ PATCH = 2
VERSION = [MAJOR, MINOR, PATCH].join(".")
end
end
diff --git a/paypal-frete-facil.gemspec b/paypal-frete-facil.gemspec
index 4c52871..0113314 100644
--- a/paypal-frete-facil.gemspec
+++ b/paypal-frete-facil.gemspec
@@ -5,11 +5,11 @@
Gem::Specification.new do |s|
s.name = %q{paypal-frete-facil}
- s.version = "0.2.1"
+ s.version = "0.2.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Prodis a.k.a. Fernando Hamasaki"]
- s.date = %q{2011-09-02}
+ s.date = %q{2011-09-04}
s.description = %q{Cálculo de frete através do PayPal Frete Fácil (http://www.paypal-brasil.com.br/fretefacil).}
s.email = %q{prodis@gmail.com}
s.extra_rdoc_files = [
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
"spec/paypal/fretefacil/parser_spec.rb",
"spec/spec_helper.rb"
]
- s.homepage = %q{http://github.com/prodis/paypal-frete-facil}
+ s.homepage = %q{http://prodis.blog.br/2011/09/04/gem-para-calculo-de-frete-do-paypal-frete-facil}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")