tpaga 0.4.1 → 0.4.2.1

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: fd2d29feaae84d8f0d5df275e270b8f48edaa87b
4
- data.tar.gz: a5d87f764aa50b8887e4ab536b63a3b5f0441fd4
3
+ metadata.gz: 3f4d7d1910744104ec03b1f1b7df03cbeb4b19c8
4
+ data.tar.gz: 3e15282e948a62c025f6031422ca41d8bf5e5f54
5
5
  SHA512:
6
- metadata.gz: abdba609485a5093baf4c5436707d3017bdf951e32906f5057dce9337f25ee56850722a8b57a9b80e844066a7738af8762d1b299673b54b8d15baafebbf568ef
7
- data.tar.gz: 4701d8a35791e32a4bada96e90238f44d7e874fb23351c7ca318a75509ffe547c6aac11fb7e9252f606a7cdbe628179f6113bb19887469b4149db8946dbd987f
6
+ metadata.gz: 9ce855d711d9a46dbc1883ea5593dc49421332e2d96515bbfee4a7b973e68572cce7e3ace0a97df9e75b38dcfd11849db251626a805d07f48bb72624bf6e0b9e
7
+ data.tar.gz: 878f71b3853586e0d1656dab25e67ad34aad215e73eeb77a531bba47d6816e1ab3b595636fd878b8d59ead7b6099de4256666d098d5d751b105b3d3c6bae0d30
@@ -29,7 +29,10 @@ module Tpaga
29
29
 
30
30
  #
31
31
  :'description' => :'description',
32
-
32
+
33
+ #
34
+ :'third_party_id' => :'thirdPartyId',
35
+
33
36
  #
34
37
  :'paid' => :'paid',
35
38
 
@@ -52,6 +55,7 @@ module Tpaga
52
55
  :'credit_card' => :'string',
53
56
  :'installments' => :'number',
54
57
  :'order_id' => :'string',
58
+ :'third_party_id' => :'string',
55
59
  :'description' => :'string',
56
60
  :'paid' => :'boolean',
57
61
  :'customer' => :'string',
@@ -93,6 +97,10 @@ module Tpaga
93
97
 
94
98
  if attributes[:'orderId']
95
99
  @order_id = attributes[:'orderId']
100
+ end
101
+
102
+ if attributes[:'thirdPartyId']
103
+ @third_party_id = attributes[:'thirdPartyId']
96
104
  end
97
105
 
98
106
  if attributes[:'description']
@@ -1,5 +1,5 @@
1
1
  module Tpaga
2
2
  module Swagger
3
- VERSION = "0.4.1"
3
+ VERSION = "0.4.2.1"
4
4
  end
5
5
  end
data/tpaga.gemspec CHANGED
@@ -4,7 +4,7 @@ require "tpaga/swagger/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "tpaga"
7
- s.date = "2015-06-26"
7
+ s.date = "2015-08-11"
8
8
  s.version = Tpaga::Swagger::VERSION
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.authors = ["Sebastian Ortiz V."]
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
15
 
16
16
  [Learn about TPaga](https://tpaga.co)
17
17
 
18
- [More information about this library] (http://docs.tpaga.co)
18
+ [More information about this library] (http://tpaga.co/docs)
19
19
  }
20
20
  s.add_runtime_dependency 'typhoeus', '~> 0.2', '>= 0.2.1'
21
21
  s.add_runtime_dependency 'addressable', '~> 2.2', '>= 2.2.4'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tpaga
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Ortiz V.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-26 00:00:00.000000000 Z
11
+ date: 2015-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -75,7 +75,7 @@ description: |
75
75
 
76
76
  [Learn about TPaga](https://tpaga.co)
77
77
 
78
- [More information about this library] (http://docs.tpaga.co)
78
+ [More information about this library] (http://tpaga.co/docs)
79
79
  email:
80
80
  - sebastian@tpaga.co
81
81
  executables: []
@@ -108,7 +108,6 @@ files:
108
108
  - lib/tpaga/swagger/request.rb
109
109
  - lib/tpaga/swagger/response.rb
110
110
  - lib/tpaga/swagger/version.rb
111
- - tpaga-0.0.4.gem
112
111
  - tpaga.gemspec
113
112
  homepage: https://tpaga.co
114
113
  licenses: []
data/tpaga-0.0.4.gem DELETED
Binary file