bb_oauth 1.0.1 → 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 +4 -4
- data/Gemfile.lock +5 -5
- data/bb_oauth-1.0.2.gem +0 -0
- data/bb_oauth.gemspec +2 -2
- data/lib/bb_oauth/version.rb +1 -1
- metadata +12 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9dccd42860f4668bd221a21bd1a267f63aae462b85fe96908191c77b11eff880
|
|
4
|
+
data.tar.gz: 55a1f8cdc98b4ca8f3b0c3274b4de93c377003b6afdc327125e3c409c9c9e5a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
5
|
-
json (~> 2.
|
|
6
|
-
typhoeus (~> 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.
|
|
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.
|
|
71
|
+
2.4.22
|
data/bb_oauth-1.0.2.gem
ADDED
|
Binary file
|
data/bb_oauth.gemspec
CHANGED
|
@@ -14,8 +14,8 @@ Gem::Specification.new do |s|
|
|
|
14
14
|
s.license = "Unlicense"
|
|
15
15
|
s.required_ruby_version = ">= 1.9"
|
|
16
16
|
|
|
17
|
-
s.add_runtime_dependency 'typhoeus', '~> 1.
|
|
18
|
-
s.add_runtime_dependency 'json', '~> 2.
|
|
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
|
|
data/lib/bb_oauth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bb_oauth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rafael R. Aschoff
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-02-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '1.
|
|
19
|
+
version: '1.4'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 1.0.1
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - "~>"
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '1.
|
|
29
|
+
version: '1.4'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 1.0.1
|
|
@@ -36,7 +36,7 @@ dependencies:
|
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '2.
|
|
39
|
+
version: '2.7'
|
|
40
40
|
- - ">="
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
42
|
version: 2.1.0
|
|
@@ -46,7 +46,7 @@ dependencies:
|
|
|
46
46
|
requirements:
|
|
47
47
|
- - "~>"
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: '2.
|
|
49
|
+
version: '2.7'
|
|
50
50
|
- - ">="
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: 2.1.0
|
|
@@ -81,6 +81,7 @@ files:
|
|
|
81
81
|
- Gemfile.lock
|
|
82
82
|
- README.md
|
|
83
83
|
- Rakefile
|
|
84
|
+
- bb_oauth-1.0.2.gem
|
|
84
85
|
- bb_oauth.gemspec
|
|
85
86
|
- config.json
|
|
86
87
|
- docs/Body.md
|
|
@@ -106,7 +107,7 @@ licenses:
|
|
|
106
107
|
- Unlicense
|
|
107
108
|
metadata:
|
|
108
109
|
source_code_uri: https://github.com/ruby-banco-brasil/bb-oauth
|
|
109
|
-
post_install_message:
|
|
110
|
+
post_install_message:
|
|
110
111
|
rdoc_options: []
|
|
111
112
|
require_paths:
|
|
112
113
|
- lib
|
|
@@ -121,13 +122,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
121
122
|
- !ruby/object:Gem::Version
|
|
122
123
|
version: '0'
|
|
123
124
|
requirements: []
|
|
124
|
-
rubygems_version: 3.
|
|
125
|
-
signing_key:
|
|
125
|
+
rubygems_version: 3.4.19
|
|
126
|
+
signing_key:
|
|
126
127
|
specification_version: 4
|
|
127
128
|
summary: A ruby wrapper for Banco do Brasil OAuth Client Credentials
|
|
128
129
|
test_files:
|
|
129
130
|
- spec/api/default_api_spec.rb
|
|
130
131
|
- spec/api_client_spec.rb
|
|
131
|
-
- spec/models/response_token_spec.rb
|
|
132
132
|
- spec/models/body_spec.rb
|
|
133
|
+
- spec/models/response_token_spec.rb
|
|
133
134
|
- spec/spec_helper.rb
|