asaas-ruby 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 068d38ad9f1570c2e0dc3b0fd943ffd1f2dfd46c
4
- data.tar.gz: b070ebb21e0ad32a6a0ad8a83a69e84b4a765081
3
+ metadata.gz: 3752ce30479e688fe642cd83397347ce22827d77
4
+ data.tar.gz: ea58de569c299e6a52d031302d9f9e2ad281f329
5
5
  SHA512:
6
- metadata.gz: 9fc41b5bfb8e46307b3e16bb7e2ee9bd3f66782552ea517f1fee77d6bbe12a31f402d06337b09db2012902589a2dc2729b6687cfcb1656c9d2c74ecbc2544edf
7
- data.tar.gz: 07429a1f31d312df774126675226ebf079f2e9ebeb6b351d716e855bfe0b703c6f79c82d88fec40c4b5b27ebb64891471a4be0fada35be54cc4af3a806454044
6
+ metadata.gz: 97cabc388c0f9091b31f578ab68542d105e58baa626845a0d13baad708ea2419680d07382a731996609aef1acf8e48dd0ce1f9465849d5dc913361c70ffb9388
7
+ data.tar.gz: fcbcff36156b663f1b5c883a8a74a94e1f56a23b9da3a9bb81f9b9334363f6957b35ed4a23b11bba6fbe34df1c630962d0d2c2f40a9fd3ff961711039af3b644
Binary file
@@ -30,7 +30,7 @@ module Asaas
30
30
  end
31
31
 
32
32
  def create(attrs)
33
- ap request(:post, {}, attrs)
33
+ request(:post, {}, attrs)
34
34
  parse_response
35
35
  end
36
36
 
@@ -54,7 +54,6 @@ module Asaas
54
54
  end
55
55
 
56
56
  def parse_response
57
- ap @response
58
57
  res = case @response.response_code
59
58
  when 200
60
59
  response_success
data/lib/asaas/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Asaas
2
- VERSION = "0.1.4 "
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asaas-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcos Junior
@@ -161,6 +161,7 @@ files:
161
161
  - asaas-ruby-0.1.1.gem
162
162
  - asaas-ruby-0.1.2.gem
163
163
  - asaas-ruby-0.1.3.gem
164
+ - asaas-ruby-0.1.4.gem
164
165
  - asaas-ruby.gemspec
165
166
  - bin/console
166
167
  - bin/setup