billimatic-client 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +13 -5
- data/Gemfile.lock +5 -5
- data/billimatic-client-ruby.gemspec +1 -1
- data/lib/billimatic/entities/plan.rb +1 -0
- data/lib/billimatic/version.rb +1 -1
- metadata +37 -36
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
MmRhYzVmNmZjNTJlMWMzNzI5YTIyZDhhZGI1MmY4OWM3ODA4NmI4YQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
OWJhN2NjZGZkYjJhNzRlOGU4NTU5ZDAwZTRlMjY3ZThkNDczYzBjMA==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
YzU5NzNkMjM1NDQ5Y2MwNzk1ZThkNmIzZWU1ZGM4YWYyOGJjNmI1MmZlZWZk
|
10
|
+
MjNjY2QyYzgxZjYzM2U5NTM2ZGNlNGFkMTA0ZWY3NGExMzE4OTkwMDQ0MTg2
|
11
|
+
NTJlNzk3MjMxZTc2YjM1ZGQyZmU5OWQ3MTlhZjM2YTE4OGEwNWE=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
NmQ0NDRjODAxZjQxMGQyNWEwMjE2Nzk5NTFlMDdjNzg4NWU0YzMyODhjYTky
|
14
|
+
N2Y4NzBjNTNkYmYyMTc3MWQ1ZDljZTMxZWFiOGVjZTAwOTlhN2NmMDZjZjg5
|
15
|
+
ZWIwNTQ4MDc3NTc4OWI3YTkwZjhiNGI5OTZiY2E4N2ZlYzljN2M=
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
billimatic-client (0.0
|
4
|
+
billimatic-client (0.1.0)
|
5
5
|
multi_json (~> 1.11.2)
|
6
6
|
typhoeus (~> 1.0.1)
|
7
7
|
virtus (~> 1.0.5)
|
@@ -25,7 +25,7 @@ GEM
|
|
25
25
|
diff-lcs (1.2.5)
|
26
26
|
docile (1.1.5)
|
27
27
|
equalizer (0.0.11)
|
28
|
-
ethon (0.
|
28
|
+
ethon (0.9.0)
|
29
29
|
ffi (>= 1.3.0)
|
30
30
|
ffi (1.9.10)
|
31
31
|
formatador (0.2.5)
|
@@ -50,7 +50,7 @@ GEM
|
|
50
50
|
rb-inotify (>= 0.9.7)
|
51
51
|
lumberjack (1.0.10)
|
52
52
|
method_source (0.8.2)
|
53
|
-
multi_json (1.11.
|
53
|
+
multi_json (1.11.3)
|
54
54
|
nenv (0.3.0)
|
55
55
|
notiffany (0.0.8)
|
56
56
|
nenv (~> 0.1)
|
@@ -91,8 +91,8 @@ GEM
|
|
91
91
|
notifier
|
92
92
|
thor (0.19.1)
|
93
93
|
thread_safe (0.3.5)
|
94
|
-
typhoeus (1.0.
|
95
|
-
ethon (>= 0.
|
94
|
+
typhoeus (1.0.2)
|
95
|
+
ethon (>= 0.9.0)
|
96
96
|
vcr (3.0.1)
|
97
97
|
virtus (1.0.5)
|
98
98
|
axiom-types (~> 0.1)
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ['rodrigo@pittlandia.net', 'victor.alexandrefs@gmail.com']
|
11
11
|
|
12
12
|
spec.summary = %q{This is the official Ruby client for the Billimatic API.}
|
13
|
-
spec.description = %q{This is the official Ruby client for the Billimatic API. See http://www.billimatic.com
|
13
|
+
spec.description = %q{This is the official Ruby client for the Billimatic API. See http://www.billimatic.com.br for more information.}
|
14
14
|
spec.homepage = 'https://github.com/myfreecomm/billimatic-client-ruby/'
|
15
15
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
@@ -10,6 +10,7 @@ module Billimatic
|
|
10
10
|
attribute :has_trial, Boolean
|
11
11
|
attribute :trial_period, Integer
|
12
12
|
attribute :redirect_url, String
|
13
|
+
attribute :features, Array
|
13
14
|
attribute :emites_service_values_id, Integer
|
14
15
|
attribute :cobrato_billet_charge_config_id, Integer
|
15
16
|
attribute :finance_category, String
|
data/lib/billimatic/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: billimatic-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rodrigo Tassinari de Oliveira
|
@@ -9,191 +9,191 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-05-
|
12
|
+
date: 2016-05-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: typhoeus
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- -
|
18
|
+
- - ~>
|
19
19
|
- !ruby/object:Gem::Version
|
20
20
|
version: 1.0.1
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
|
-
- -
|
25
|
+
- - ~>
|
26
26
|
- !ruby/object:Gem::Version
|
27
27
|
version: 1.0.1
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: multi_json
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
|
-
- -
|
32
|
+
- - ~>
|
33
33
|
- !ruby/object:Gem::Version
|
34
34
|
version: 1.11.2
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
|
-
- -
|
39
|
+
- - ~>
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: 1.11.2
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: virtus
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
|
-
- -
|
46
|
+
- - ~>
|
47
47
|
- !ruby/object:Gem::Version
|
48
48
|
version: 1.0.5
|
49
49
|
type: :runtime
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
|
-
- -
|
53
|
+
- - ~>
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: 1.0.5
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
57
|
name: wisper
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
59
59
|
requirements:
|
60
|
-
- -
|
60
|
+
- - ~>
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: 1.6.1
|
63
63
|
type: :runtime
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
|
-
- -
|
67
|
+
- - ~>
|
68
68
|
- !ruby/object:Gem::Version
|
69
69
|
version: 1.6.1
|
70
70
|
- !ruby/object:Gem::Dependency
|
71
71
|
name: bundler
|
72
72
|
requirement: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
|
-
- -
|
74
|
+
- - ~>
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '1.11'
|
77
77
|
type: :development
|
78
78
|
prerelease: false
|
79
79
|
version_requirements: !ruby/object:Gem::Requirement
|
80
80
|
requirements:
|
81
|
-
- -
|
81
|
+
- - ~>
|
82
82
|
- !ruby/object:Gem::Version
|
83
83
|
version: '1.11'
|
84
84
|
- !ruby/object:Gem::Dependency
|
85
85
|
name: rake
|
86
86
|
requirement: !ruby/object:Gem::Requirement
|
87
87
|
requirements:
|
88
|
-
- -
|
88
|
+
- - ~>
|
89
89
|
- !ruby/object:Gem::Version
|
90
90
|
version: '11.1'
|
91
91
|
type: :development
|
92
92
|
prerelease: false
|
93
93
|
version_requirements: !ruby/object:Gem::Requirement
|
94
94
|
requirements:
|
95
|
-
- -
|
95
|
+
- - ~>
|
96
96
|
- !ruby/object:Gem::Version
|
97
97
|
version: '11.1'
|
98
98
|
- !ruby/object:Gem::Dependency
|
99
99
|
name: vcr
|
100
100
|
requirement: !ruby/object:Gem::Requirement
|
101
101
|
requirements:
|
102
|
-
- -
|
102
|
+
- - ~>
|
103
103
|
- !ruby/object:Gem::Version
|
104
104
|
version: '3.0'
|
105
105
|
type: :development
|
106
106
|
prerelease: false
|
107
107
|
version_requirements: !ruby/object:Gem::Requirement
|
108
108
|
requirements:
|
109
|
-
- -
|
109
|
+
- - ~>
|
110
110
|
- !ruby/object:Gem::Version
|
111
111
|
version: '3.0'
|
112
112
|
- !ruby/object:Gem::Dependency
|
113
113
|
name: pry-byebug
|
114
114
|
requirement: !ruby/object:Gem::Requirement
|
115
115
|
requirements:
|
116
|
-
- -
|
116
|
+
- - ~>
|
117
117
|
- !ruby/object:Gem::Version
|
118
118
|
version: '3.3'
|
119
119
|
type: :development
|
120
120
|
prerelease: false
|
121
121
|
version_requirements: !ruby/object:Gem::Requirement
|
122
122
|
requirements:
|
123
|
-
- -
|
123
|
+
- - ~>
|
124
124
|
- !ruby/object:Gem::Version
|
125
125
|
version: '3.3'
|
126
126
|
- !ruby/object:Gem::Dependency
|
127
127
|
name: rspec
|
128
128
|
requirement: !ruby/object:Gem::Requirement
|
129
129
|
requirements:
|
130
|
-
- -
|
130
|
+
- - ~>
|
131
131
|
- !ruby/object:Gem::Version
|
132
132
|
version: '3.4'
|
133
133
|
type: :development
|
134
134
|
prerelease: false
|
135
135
|
version_requirements: !ruby/object:Gem::Requirement
|
136
136
|
requirements:
|
137
|
-
- -
|
137
|
+
- - ~>
|
138
138
|
- !ruby/object:Gem::Version
|
139
139
|
version: '3.4'
|
140
140
|
- !ruby/object:Gem::Dependency
|
141
141
|
name: codeclimate-test-reporter
|
142
142
|
requirement: !ruby/object:Gem::Requirement
|
143
143
|
requirements:
|
144
|
-
- -
|
144
|
+
- - ~>
|
145
145
|
- !ruby/object:Gem::Version
|
146
146
|
version: '0.5'
|
147
147
|
type: :development
|
148
148
|
prerelease: false
|
149
149
|
version_requirements: !ruby/object:Gem::Requirement
|
150
150
|
requirements:
|
151
|
-
- -
|
151
|
+
- - ~>
|
152
152
|
- !ruby/object:Gem::Version
|
153
153
|
version: '0.5'
|
154
154
|
- !ruby/object:Gem::Dependency
|
155
155
|
name: simplecov
|
156
156
|
requirement: !ruby/object:Gem::Requirement
|
157
157
|
requirements:
|
158
|
-
- -
|
158
|
+
- - ~>
|
159
159
|
- !ruby/object:Gem::Version
|
160
160
|
version: '0.11'
|
161
161
|
type: :development
|
162
162
|
prerelease: false
|
163
163
|
version_requirements: !ruby/object:Gem::Requirement
|
164
164
|
requirements:
|
165
|
-
- -
|
165
|
+
- - ~>
|
166
166
|
- !ruby/object:Gem::Version
|
167
167
|
version: '0.11'
|
168
168
|
- !ruby/object:Gem::Dependency
|
169
169
|
name: guard-rspec
|
170
170
|
requirement: !ruby/object:Gem::Requirement
|
171
171
|
requirements:
|
172
|
-
- -
|
172
|
+
- - ~>
|
173
173
|
- !ruby/object:Gem::Version
|
174
174
|
version: '4.6'
|
175
175
|
type: :development
|
176
176
|
prerelease: false
|
177
177
|
version_requirements: !ruby/object:Gem::Requirement
|
178
178
|
requirements:
|
179
|
-
- -
|
179
|
+
- - ~>
|
180
180
|
- !ruby/object:Gem::Version
|
181
181
|
version: '4.6'
|
182
182
|
- !ruby/object:Gem::Dependency
|
183
183
|
name: test_notifier
|
184
184
|
requirement: !ruby/object:Gem::Requirement
|
185
185
|
requirements:
|
186
|
-
- -
|
186
|
+
- - ~>
|
187
187
|
- !ruby/object:Gem::Version
|
188
188
|
version: '2.0'
|
189
189
|
type: :development
|
190
190
|
prerelease: false
|
191
191
|
version_requirements: !ruby/object:Gem::Requirement
|
192
192
|
requirements:
|
193
|
-
- -
|
193
|
+
- - ~>
|
194
194
|
- !ruby/object:Gem::Version
|
195
195
|
version: '2.0'
|
196
|
-
description: This is the official Ruby client for the Billimatic API. See http://www.billimatic.com
|
196
|
+
description: This is the official Ruby client for the Billimatic API. See http://www.billimatic.com.br
|
197
197
|
for more information.
|
198
198
|
email:
|
199
199
|
- rodrigo@pittlandia.net
|
@@ -202,10 +202,10 @@ executables: []
|
|
202
202
|
extensions: []
|
203
203
|
extra_rdoc_files: []
|
204
204
|
files:
|
205
|
-
-
|
206
|
-
-
|
207
|
-
-
|
208
|
-
-
|
205
|
+
- .codeclimate.yml
|
206
|
+
- .gitignore
|
207
|
+
- .rspec
|
208
|
+
- .travis.yml
|
209
209
|
- Gemfile
|
210
210
|
- Gemfile.lock
|
211
211
|
- Guardfile
|
@@ -255,18 +255,19 @@ require_paths:
|
|
255
255
|
- lib
|
256
256
|
required_ruby_version: !ruby/object:Gem::Requirement
|
257
257
|
requirements:
|
258
|
-
- -
|
258
|
+
- - ! '>='
|
259
259
|
- !ruby/object:Gem::Version
|
260
260
|
version: '0'
|
261
261
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
262
262
|
requirements:
|
263
|
-
- -
|
263
|
+
- - ! '>='
|
264
264
|
- !ruby/object:Gem::Version
|
265
265
|
version: '0'
|
266
266
|
requirements: []
|
267
267
|
rubyforge_project:
|
268
|
-
rubygems_version: 2.
|
268
|
+
rubygems_version: 2.6.4
|
269
269
|
signing_key:
|
270
270
|
specification_version: 4
|
271
271
|
summary: This is the official Ruby client for the Billimatic API.
|
272
272
|
test_files: []
|
273
|
+
has_rdoc:
|