bb_oauth 1.0.1 → 1.0.2
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/MIT-LICENSE.txt +20 -0
- data/bb_oauth.gemspec +3 -3
- data/lib/bb_oauth/version.rb +1 -1
- metadata +11 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1ab9f5ec11922bf64d0dd8a15d39b253a3dce3cca51fc8ee214a5c7b2021f6db
|
|
4
|
+
data.tar.gz: a6fd8f9272e28dd11f892149e47454b73882936fb84c12711a1731e214af7bb6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa3b8068a3a61a9d183d6f1b2592d0e03974fcd676108517edb672081fa54520f5816c40287490543f42704c242365b12648fcc50ea6bd76cd63fa39202c0e38
|
|
7
|
+
data.tar.gz: 5d05bb9ff0a0bbd7f8f22bcd64d09480084f8ecb7a16c19bd77f35a11aec7f2ca6f2844ac21db8add291254f86f3d9532ffba414e7979f4da747bd9a1e56c0d2
|
data/MIT-LICENSE.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
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.
|
data/bb_oauth.gemspec
CHANGED
|
@@ -7,11 +7,11 @@ 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"]
|
|
11
|
-
s.email = ["roque.rafael@gmail.com"]
|
|
10
|
+
s.authors = ["Rafael R. Aschoff", "Hent"]
|
|
11
|
+
s.email = ["roque.rafael@gmail.com","tech@hent.com.br"]
|
|
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 = "
|
|
14
|
+
s.license = "MIT"
|
|
15
15
|
s.required_ruby_version = ">= 1.9"
|
|
16
16
|
|
|
17
17
|
s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
|
data/lib/bb_oauth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rafael R. Aschoff
|
|
8
|
-
|
|
8
|
+
- Hent
|
|
9
|
+
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
12
|
+
date: 2023-07-03 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: typhoeus
|
|
@@ -73,12 +74,14 @@ dependencies:
|
|
|
73
74
|
description: This gem maps to the BB Client Credentials
|
|
74
75
|
email:
|
|
75
76
|
- roque.rafael@gmail.com
|
|
77
|
+
- tech@hent.com.br
|
|
76
78
|
executables: []
|
|
77
79
|
extensions: []
|
|
78
80
|
extra_rdoc_files: []
|
|
79
81
|
files:
|
|
80
82
|
- Gemfile
|
|
81
83
|
- Gemfile.lock
|
|
84
|
+
- MIT-LICENSE.txt
|
|
82
85
|
- README.md
|
|
83
86
|
- Rakefile
|
|
84
87
|
- bb_oauth.gemspec
|
|
@@ -103,10 +106,10 @@ files:
|
|
|
103
106
|
- swagger_oauth_client_credentials.json
|
|
104
107
|
homepage: https://github.com/ruby-banco-brasil/bb-oauth
|
|
105
108
|
licenses:
|
|
106
|
-
-
|
|
109
|
+
- MIT
|
|
107
110
|
metadata:
|
|
108
111
|
source_code_uri: https://github.com/ruby-banco-brasil/bb-oauth
|
|
109
|
-
post_install_message:
|
|
112
|
+
post_install_message:
|
|
110
113
|
rdoc_options: []
|
|
111
114
|
require_paths:
|
|
112
115
|
- lib
|
|
@@ -121,13 +124,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
121
124
|
- !ruby/object:Gem::Version
|
|
122
125
|
version: '0'
|
|
123
126
|
requirements: []
|
|
124
|
-
rubygems_version: 3.
|
|
125
|
-
signing_key:
|
|
127
|
+
rubygems_version: 3.4.14
|
|
128
|
+
signing_key:
|
|
126
129
|
specification_version: 4
|
|
127
130
|
summary: A ruby wrapper for Banco do Brasil OAuth Client Credentials
|
|
128
131
|
test_files:
|
|
129
132
|
- spec/api/default_api_spec.rb
|
|
130
133
|
- spec/api_client_spec.rb
|
|
131
|
-
- spec/models/response_token_spec.rb
|
|
132
134
|
- spec/models/body_spec.rb
|
|
135
|
+
- spec/models/response_token_spec.rb
|
|
133
136
|
- spec/spec_helper.rb
|