asaas-ruby 0.1.2 → 0.1.3

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: 3a7a5e048102c6ebecf4d38b97bc0ea2a376aef0
4
- data.tar.gz: fa265c20348f2b6deb98ca84734c1f008a7a3c1e
3
+ metadata.gz: ff2b6e280817ed7d7abf7f48c9ac9d01c752eb7c
4
+ data.tar.gz: f86480247971d2b7ed06706d16aebd476b5d8507
5
5
  SHA512:
6
- metadata.gz: cef62405c35b9f3c5aa36eaf613b5288d5675583ea31e10f69ca176af3220a01c0dc40d5d0d14a39391b62537cc76e8585a6af6b01aa0c75daa1256b631c1150
7
- data.tar.gz: 68c775f967436989777c582607bf4a1356bd9c6b11d12ed8e294068ba0893b6b8ff413a43c7e88c3889b82d795df9f473f435bd9d0a05f3f45569b3c5970ac73
6
+ metadata.gz: da1acf421a06fab7ebfe35bccc25dc7490257e89fc7a63d815f39584a07194131555fdeaeb3e6221b7576c3619458242afe80753072072ded2bdff5121478e91
7
+ data.tar.gz: da1373477fbb0bbef6f46aa9a26ef0530cc402daec6d82c0f676f02577b05e997c414f200ea1ac667be0d2f90003897ebb5dcef9241f17ebe154d2544f6bac09
Binary file
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Asass.com Ruby API Wrapper}
13
13
  spec.description = %q{Asass.com Ruby API Wrapper}
14
- spec.homepage = "http://github.com/marcosgugs/ruby-asaas"
14
+ spec.homepage = "http://github.com/marcosgugs/asaas-ruby"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
17
  spec.bindir = "exe"
@@ -14,6 +14,7 @@ module Asaas
14
14
  attribute :grossValue, Float
15
15
  attribute :dueDate, String
16
16
  attribute :status, String
17
+ attribute :postalService, Axiom::Types::Boolean
17
18
  attribute :nossoNumero, String
18
19
  attribute :description, String
19
20
  attribute :invoiceNumber, String
@@ -1,3 +1,3 @@
1
1
  module Asaas
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asaas-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcos Junior
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-03 00:00:00.000000000 Z
11
+ date: 2016-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -159,6 +159,7 @@ files:
159
159
  - Rakefile
160
160
  - asaas-ruby-0.1.0.gem
161
161
  - asaas-ruby-0.1.1.gem
162
+ - asaas-ruby-0.1.2.gem
162
163
  - asaas-ruby.gemspec
163
164
  - bin/console
164
165
  - bin/setup
@@ -185,7 +186,7 @@ files:
185
186
  - lib/asaas/entity/payment.rb
186
187
  - lib/asaas/entity/subscription.rb
187
188
  - lib/asaas/version.rb
188
- homepage: http://github.com/marcosgugs/ruby-asaas
189
+ homepage: http://github.com/marcosgugs/asaas-ruby
189
190
  licenses: []
190
191
  metadata: {}
191
192
  post_install_message: