conexa 0.0.6 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conexa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guilherme Gazzinelli
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2026-02-12 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: jwt
@@ -133,7 +132,6 @@ files:
133
132
  - ".rspec"
134
133
  - ".rubocop.yml"
135
134
  - ".solargraph.yml"
136
- - ".tool-versions"
137
135
  - ".vscode/launch.json"
138
136
  - CHANGELOG.md
139
137
  - CODE_OF_CONDUCT.md
@@ -142,9 +140,11 @@ files:
142
140
  - LICENSE
143
141
  - README.md
144
142
  - README_pt-BR.md
143
+ - REFERENCE.md
145
144
  - Rakefile
146
145
  - bin/console
147
146
  - bin/setup
147
+ - docs/postman-collection.json
148
148
  - lib/conexa.rb
149
149
  - lib/conexa/authenticator.rb
150
150
  - lib/conexa/configuration.rb
@@ -155,7 +155,8 @@ files:
155
155
  - lib/conexa/object.rb
156
156
  - lib/conexa/order_commom.rb
157
157
  - lib/conexa/request.rb
158
- - lib/conexa/resources/addres.rb
158
+ - lib/conexa/resources/address.rb
159
+ - lib/conexa/resources/auth.rb
159
160
  - lib/conexa/resources/bill.rb
160
161
  - lib/conexa/resources/charge.rb
161
162
  - lib/conexa/resources/company.rb
@@ -175,6 +176,7 @@ files:
175
176
  - lib/conexa/token_manager.rb
176
177
  - lib/conexa/util.rb
177
178
  - lib/conexa/version.rb
179
+ - scripts/extract_fixtures.rb
178
180
  homepage: https://github.com/guilhermegazzinelli/conexa-ruby
179
181
  licenses:
180
182
  - MIT
@@ -182,7 +184,6 @@ metadata:
182
184
  homepage_uri: https://github.com/guilhermegazzinelli/conexa-ruby
183
185
  source_code_uri: https://github.com/guilhermegazzinelli/conexa-ruby
184
186
  changelog_uri: https://github.com/guilhermegazzinelli/conexa-ruby/blob/main/CHANGELOG.md
185
- post_install_message:
186
187
  rdoc_options: []
187
188
  require_paths:
188
189
  - lib
@@ -197,8 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
197
198
  - !ruby/object:Gem::Version
198
199
  version: '0'
199
200
  requirements: []
200
- rubygems_version: 3.4.19
201
- signing_key:
201
+ rubygems_version: 3.6.9
202
202
  specification_version: 4
203
203
  summary: Gem para integração com a Api da Conexa
204
204
  test_files: []
data/.tool-versions DELETED
@@ -1 +0,0 @@
1
- ruby 3.1.2
@@ -1,4 +0,0 @@
1
- module Conexa
2
- class Addres < ConexaObject
3
- end
4
- end