bb_oauth 1.0.2 → 1.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ab9f5ec11922bf64d0dd8a15d39b253a3dce3cca51fc8ee214a5c7b2021f6db
4
- data.tar.gz: a6fd8f9272e28dd11f892149e47454b73882936fb84c12711a1731e214af7bb6
3
+ metadata.gz: 9dccd42860f4668bd221a21bd1a267f63aae462b85fe96908191c77b11eff880
4
+ data.tar.gz: 55a1f8cdc98b4ca8f3b0c3274b4de93c377003b6afdc327125e3c409c9c9e5a2
5
5
  SHA512:
6
- metadata.gz: aa3b8068a3a61a9d183d6f1b2592d0e03974fcd676108517edb672081fa54520f5816c40287490543f42704c242365b12648fcc50ea6bd76cd63fa39202c0e38
7
- data.tar.gz: 5d05bb9ff0a0bbd7f8f22bcd64d09480084f8ecb7a16c19bd77f35a11aec7f2ca6f2844ac21db8add291254f86f3d9532ffba414e7979f4da747bd9a1e56c0d2
6
+ metadata.gz: 293deb2c0e3788637756167b8cd14f2f54ae7f7b708d27c7addd3b38746332ca7485f43c7dcf8405e592aead9c8d21647b04ed18099b41c58c9b0a844ca99a6e
7
+ data.tar.gz: b002b35252c9d44d73556feb1434bb7696375494d898b02fe8b39cdd4928b331eef2661a7fa2a4819e22fc3b26759998b6894ae85ebb5ddec2c38ea578b235b1
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bb_oauth (1.0.1)
5
- json (~> 2.1, >= 2.1.0)
6
- typhoeus (~> 1.0, >= 1.0.1)
4
+ bb_oauth (1.0.2)
5
+ json (~> 2.7, >= 2.1.0)
6
+ typhoeus (~> 1.4, >= 1.0.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
@@ -16,7 +16,7 @@ GEM
16
16
  ffi (>= 1.15.0)
17
17
  ffi (1.15.5)
18
18
  jaro_winkler (1.5.4)
19
- json (2.6.3)
19
+ json (2.7.1)
20
20
  method_source (1.0.0)
21
21
  parallel (1.20.1)
22
22
  parser (3.0.0.0)
@@ -68,4 +68,4 @@ DEPENDENCIES
68
68
  rubocop (~> 0.66.0)
69
69
 
70
70
  BUNDLED WITH
71
- 2.2.0
71
+ 2.4.22
Binary file
data/bb_oauth.gemspec CHANGED
@@ -7,15 +7,15 @@ Gem::Specification.new do |s|
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.homepage = "https://github.com/ruby-banco-brasil/bb-oauth"
9
9
  s.metadata = { "source_code_uri" => "https://github.com/ruby-banco-brasil/bb-oauth" }
10
- s.authors = ["Rafael R. Aschoff", "Hent"]
11
- s.email = ["roque.rafael@gmail.com","tech@hent.com.br"]
10
+ s.authors = ["Rafael R. Aschoff"]
11
+ s.email = ["roque.rafael@gmail.com"]
12
12
  s.summary = "A ruby wrapper for Banco do Brasil OAuth Client Credentials"
13
13
  s.description = "This gem maps to the BB Client Credentials"
14
- s.license = "MIT"
14
+ s.license = "Unlicense"
15
15
  s.required_ruby_version = ">= 1.9"
16
16
 
17
- s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
18
- s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
17
+ s.add_runtime_dependency 'typhoeus', '~> 1.4', '>= 1.0.1'
18
+ s.add_runtime_dependency 'json', '~> 2.7', '>= 2.1.0'
19
19
 
20
20
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
21
21
 
@@ -1,3 +1,3 @@
1
1
  module BancoBrasilClientCredentials
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bb_oauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafael R. Aschoff
8
- - Hent
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2023-07-03 00:00:00.000000000 Z
11
+ date: 2024-02-22 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: typhoeus
@@ -17,7 +16,7 @@ dependencies:
17
16
  requirements:
18
17
  - - "~>"
19
18
  - !ruby/object:Gem::Version
20
- version: '1.0'
19
+ version: '1.4'
21
20
  - - ">="
22
21
  - !ruby/object:Gem::Version
23
22
  version: 1.0.1
@@ -27,7 +26,7 @@ dependencies:
27
26
  requirements:
28
27
  - - "~>"
29
28
  - !ruby/object:Gem::Version
30
- version: '1.0'
29
+ version: '1.4'
31
30
  - - ">="
32
31
  - !ruby/object:Gem::Version
33
32
  version: 1.0.1
@@ -37,7 +36,7 @@ dependencies:
37
36
  requirements:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
- version: '2.1'
39
+ version: '2.7'
41
40
  - - ">="
42
41
  - !ruby/object:Gem::Version
43
42
  version: 2.1.0
@@ -47,7 +46,7 @@ dependencies:
47
46
  requirements:
48
47
  - - "~>"
49
48
  - !ruby/object:Gem::Version
50
- version: '2.1'
49
+ version: '2.7'
51
50
  - - ">="
52
51
  - !ruby/object:Gem::Version
53
52
  version: 2.1.0
@@ -74,16 +73,15 @@ dependencies:
74
73
  description: This gem maps to the BB Client Credentials
75
74
  email:
76
75
  - roque.rafael@gmail.com
77
- - tech@hent.com.br
78
76
  executables: []
79
77
  extensions: []
80
78
  extra_rdoc_files: []
81
79
  files:
82
80
  - Gemfile
83
81
  - Gemfile.lock
84
- - MIT-LICENSE.txt
85
82
  - README.md
86
83
  - Rakefile
84
+ - bb_oauth-1.0.2.gem
87
85
  - bb_oauth.gemspec
88
86
  - config.json
89
87
  - docs/Body.md
@@ -106,7 +104,7 @@ files:
106
104
  - swagger_oauth_client_credentials.json
107
105
  homepage: https://github.com/ruby-banco-brasil/bb-oauth
108
106
  licenses:
109
- - MIT
107
+ - Unlicense
110
108
  metadata:
111
109
  source_code_uri: https://github.com/ruby-banco-brasil/bb-oauth
112
110
  post_install_message:
@@ -124,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
122
  - !ruby/object:Gem::Version
125
123
  version: '0'
126
124
  requirements: []
127
- rubygems_version: 3.4.14
125
+ rubygems_version: 3.4.19
128
126
  signing_key:
129
127
  specification_version: 4
130
128
  summary: A ruby wrapper for Banco do Brasil OAuth Client Credentials
data/MIT-LICENSE.txt DELETED
@@ -1,20 +0,0 @@
1
- Copyright (c) 2012-2023 Hent
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.