bigid_auth 0.2.2 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bigid/auth/version.rb +1 -1
- metadata +21 -56
- data/docs/CHANGELOG.md +0 -53
- data/docs/CODE_OF_CONDUCT.md +0 -128
- data/docs/LICENSE.txt +0 -22
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8265c2a4cc1c830362478018a3a9e5208fe432af82025afda306386bb53032ef
|
4
|
+
data.tar.gz: 965df8bfc2dd7fd051d0424646a763c95e811d3e34b2c15bbf13db073ef07cee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00d84971a5d2ea3683d526838efa0a0123bbf61fa5218e137f2d19900522c66d1d319369d917f19e27e71de2d3573df77c3cc41ecbbe51ef8ad7a1af69572d1a
|
7
|
+
data.tar.gz: f88ccfc6b45b19734f0d226bb5f03690039317492f34b0d81d13f69b732c2b7b56edf573acdebd2e13f8d94de58120acf872501e1f915c5162c76a221556285d
|
data/lib/bigid/auth/version.rb
CHANGED
@@ -9,6 +9,6 @@ module Bigid
|
|
9
9
|
# Major - Incremented for incompatible changes with previous release (or big enough new features)
|
10
10
|
# Minor - Incremented for new backwards-compatible features + deprecations
|
11
11
|
# Patch - Incremented for backwards-compatible bug fixes
|
12
|
-
VERSION = "
|
12
|
+
VERSION = File.read(".version").strip
|
13
13
|
end
|
14
14
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bigid_auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Danilo Carolino
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: flash_integration
|
@@ -30,60 +30,28 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
34
|
-
- - "<"
|
35
|
-
- !ruby/object:Gem::Version
|
36
|
-
version: '1.11'
|
33
|
+
version: '0'
|
37
34
|
type: :runtime
|
38
35
|
prerelease: false
|
39
36
|
version_requirements: !ruby/object:Gem::Requirement
|
40
37
|
requirements:
|
41
38
|
- - ">="
|
42
39
|
- !ruby/object:Gem::Version
|
43
|
-
version: '
|
44
|
-
- - "<"
|
45
|
-
- !ruby/object:Gem::Version
|
46
|
-
version: '1.11'
|
40
|
+
version: '0'
|
47
41
|
- !ruby/object:Gem::Dependency
|
48
42
|
name: json
|
49
43
|
requirement: !ruby/object:Gem::Requirement
|
50
44
|
requirements:
|
51
45
|
- - ">="
|
52
46
|
- !ruby/object:Gem::Version
|
53
|
-
version: '
|
54
|
-
- - "<"
|
55
|
-
- !ruby/object:Gem::Version
|
56
|
-
version: '2.7'
|
47
|
+
version: '0'
|
57
48
|
type: :runtime
|
58
49
|
prerelease: false
|
59
50
|
version_requirements: !ruby/object:Gem::Requirement
|
60
51
|
requirements:
|
61
52
|
- - ">="
|
62
53
|
- !ruby/object:Gem::Version
|
63
|
-
version: '
|
64
|
-
- - "<"
|
65
|
-
- !ruby/object:Gem::Version
|
66
|
-
version: '2.7'
|
67
|
-
- !ruby/object:Gem::Dependency
|
68
|
-
name: bundler
|
69
|
-
requirement: !ruby/object:Gem::Requirement
|
70
|
-
requirements:
|
71
|
-
- - "~>"
|
72
|
-
- !ruby/object:Gem::Version
|
73
|
-
version: 2.3.14
|
74
|
-
- - ">="
|
75
|
-
- !ruby/object:Gem::Version
|
76
|
-
version: 2.3.0
|
77
|
-
type: :development
|
78
|
-
prerelease: false
|
79
|
-
version_requirements: !ruby/object:Gem::Requirement
|
80
|
-
requirements:
|
81
|
-
- - "~>"
|
82
|
-
- !ruby/object:Gem::Version
|
83
|
-
version: 2.3.14
|
84
|
-
- - ">="
|
85
|
-
- !ruby/object:Gem::Version
|
86
|
-
version: 2.3.0
|
54
|
+
version: '0'
|
87
55
|
- !ruby/object:Gem::Dependency
|
88
56
|
name: factory_bot
|
89
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -138,70 +106,70 @@ dependencies:
|
|
138
106
|
requirements:
|
139
107
|
- - "~>"
|
140
108
|
- !ruby/object:Gem::Version
|
141
|
-
version: 3.
|
109
|
+
version: 3.12.0
|
142
110
|
type: :development
|
143
111
|
prerelease: false
|
144
112
|
version_requirements: !ruby/object:Gem::Requirement
|
145
113
|
requirements:
|
146
114
|
- - "~>"
|
147
115
|
- !ruby/object:Gem::Version
|
148
|
-
version: 3.
|
116
|
+
version: 3.12.0
|
149
117
|
- !ruby/object:Gem::Dependency
|
150
118
|
name: rubocop
|
151
119
|
requirement: !ruby/object:Gem::Requirement
|
152
120
|
requirements:
|
153
121
|
- - "~>"
|
154
122
|
- !ruby/object:Gem::Version
|
155
|
-
version: 1.
|
123
|
+
version: 1.44.0
|
156
124
|
type: :development
|
157
125
|
prerelease: false
|
158
126
|
version_requirements: !ruby/object:Gem::Requirement
|
159
127
|
requirements:
|
160
128
|
- - "~>"
|
161
129
|
- !ruby/object:Gem::Version
|
162
|
-
version: 1.
|
130
|
+
version: 1.44.0
|
163
131
|
- !ruby/object:Gem::Dependency
|
164
132
|
name: rubocop-packaging
|
165
133
|
requirement: !ruby/object:Gem::Requirement
|
166
134
|
requirements:
|
167
135
|
- - "~>"
|
168
136
|
- !ruby/object:Gem::Version
|
169
|
-
version: 0.5.
|
137
|
+
version: 0.5.2
|
170
138
|
type: :development
|
171
139
|
prerelease: false
|
172
140
|
version_requirements: !ruby/object:Gem::Requirement
|
173
141
|
requirements:
|
174
142
|
- - "~>"
|
175
143
|
- !ruby/object:Gem::Version
|
176
|
-
version: 0.5.
|
144
|
+
version: 0.5.2
|
177
145
|
- !ruby/object:Gem::Dependency
|
178
146
|
name: rubocop-performance
|
179
147
|
requirement: !ruby/object:Gem::Requirement
|
180
148
|
requirements:
|
181
149
|
- - "~>"
|
182
150
|
- !ruby/object:Gem::Version
|
183
|
-
version: 1.
|
151
|
+
version: 1.15.2
|
184
152
|
type: :development
|
185
153
|
prerelease: false
|
186
154
|
version_requirements: !ruby/object:Gem::Requirement
|
187
155
|
requirements:
|
188
156
|
- - "~>"
|
189
157
|
- !ruby/object:Gem::Version
|
190
|
-
version: 1.
|
158
|
+
version: 1.15.2
|
191
159
|
- !ruby/object:Gem::Dependency
|
192
160
|
name: simplecov
|
193
161
|
requirement: !ruby/object:Gem::Requirement
|
194
162
|
requirements:
|
195
163
|
- - "~>"
|
196
164
|
- !ruby/object:Gem::Version
|
197
|
-
version: 0.
|
165
|
+
version: 0.22.0
|
198
166
|
type: :development
|
199
167
|
prerelease: false
|
200
168
|
version_requirements: !ruby/object:Gem::Requirement
|
201
169
|
requirements:
|
202
170
|
- - "~>"
|
203
171
|
- !ruby/object:Gem::Version
|
204
|
-
version: 0.
|
172
|
+
version: 0.22.0
|
205
173
|
description: A library to use BigData Corps auth features
|
206
174
|
email:
|
207
175
|
- danilo.carolino@qflash.com.br
|
@@ -210,10 +178,7 @@ extensions: []
|
|
210
178
|
extra_rdoc_files: []
|
211
179
|
files:
|
212
180
|
- Rakefile
|
213
|
-
- docs/CHANGELOG.md
|
214
|
-
- docs/CODE_OF_CONDUCT.md
|
215
181
|
- docs/CONTRIBUTING.md
|
216
|
-
- docs/LICENSE.txt
|
217
182
|
- docs/PUBLISHING.md
|
218
183
|
- lib/bigid/auth/authenticated_connection.rb
|
219
184
|
- lib/bigid/auth/authenticated_resource.rb
|
@@ -237,7 +202,7 @@ metadata:
|
|
237
202
|
changelog_uri: https://github.com/Quasar-Flash/bigid_auth/blob/master/CHANGELOG.md
|
238
203
|
source_code_uri: https://github.com/Quasar-Flash/bigid_auth
|
239
204
|
bug_tracker_uri: https://github.com/Quasar-Flash/bigid_auth/issues
|
240
|
-
post_install_message:
|
205
|
+
post_install_message:
|
241
206
|
rdoc_options: []
|
242
207
|
require_paths:
|
243
208
|
- lib
|
@@ -252,10 +217,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
252
217
|
- !ruby/object:Gem::Version
|
253
218
|
version: '0'
|
254
219
|
requirements: []
|
255
|
-
rubygems_version: 3.
|
256
|
-
signing_key:
|
220
|
+
rubygems_version: 3.1.6
|
221
|
+
signing_key:
|
257
222
|
specification_version: 4
|
258
223
|
summary: Bigid Auth Library
|
259
224
|
test_files:
|
260
|
-
- spec/bigid_auth_spec.rb
|
261
225
|
- spec/spec_helper.rb
|
226
|
+
- spec/bigid_auth_spec.rb
|
data/docs/CHANGELOG.md
DELETED
@@ -1,53 +0,0 @@
|
|
1
|
-
# Changelog
|
2
|
-
|
3
|
-
All notable Changed to this project will be documented in this file.
|
4
|
-
|
5
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
|
-
|
8
|
-
## [Unreleased]
|
9
|
-
|
10
|
-
## [0.2.2] - 2022-06-13
|
11
|
-
|
12
|
-
### Changed
|
13
|
-
|
14
|
-
- build(deps): bump flash_integration from 0.1.2 to 1.0.0 #41
|
15
|
-
|
16
|
-
## [0.2.1.4] - 2022-05-05
|
17
|
-
|
18
|
-
### Changed
|
19
|
-
|
20
|
-
- build(deps): bump ruby version from 3.1.0 to 3.1.2
|
21
|
-
|
22
|
-
## [0.2.1.1] - 2022-02-09
|
23
|
-
|
24
|
-
### Changed
|
25
|
-
|
26
|
-
- bump flash_integration version to v0.1.2
|
27
|
-
- add docker configs to the project
|
28
|
-
|
29
|
-
## [0.2.1] - 2022-02-02
|
30
|
-
|
31
|
-
### Changed
|
32
|
-
|
33
|
-
- [QC-79](https://qflash.atlassian.net/jira/software/projects/QC/boards/31?selectedIssue=QC-79)
|
34
|
-
Reduzir uso de pipelines em projetos Ruby [Dependabot]
|
35
|
-
- Bump Ruby version to v3.1.0
|
36
|
-
|
37
|
-
## [0.2.0] - 2022-01
|
38
|
-
|
39
|
-
### Added
|
40
|
-
|
41
|
-
- Use the gem "flash_integration" to retrieve a connection
|
42
|
-
|
43
|
-
## [0.1.1] - 2022-01
|
44
|
-
|
45
|
-
## Fixed
|
46
|
-
|
47
|
-
- Fix a problem with the locale initialization in Rails projects
|
48
|
-
|
49
|
-
## [0.1.0]
|
50
|
-
|
51
|
-
### Added
|
52
|
-
|
53
|
-
- Initial release of Bigid Auth
|
data/docs/CODE_OF_CONDUCT.md
DELETED
@@ -1,128 +0,0 @@
|
|
1
|
-
# Contributor Covenant Code of Conduct
|
2
|
-
|
3
|
-
## Our Pledge
|
4
|
-
|
5
|
-
We as members, contributors, and leaders pledge to make participation in our
|
6
|
-
community a harassment-free experience for everyone, regardless of age, body
|
7
|
-
size, visible or invisible disability, ethnicity, sex characteristics, gender
|
8
|
-
identity and expression, level of experience, education, socio-economic status,
|
9
|
-
nationality, personal appearance, race, religion, or sexual identity
|
10
|
-
and orientation.
|
11
|
-
|
12
|
-
We pledge to act and interact in ways that contribute to an open, welcoming,
|
13
|
-
diverse, inclusive, and healthy community.
|
14
|
-
|
15
|
-
## Our Standards
|
16
|
-
|
17
|
-
Examples of behavior that contributes to a positive environment for our
|
18
|
-
community include:
|
19
|
-
|
20
|
-
* Demonstrating empathy and kindness toward other people
|
21
|
-
* Being respectful of differing opinions, viewpoints, and experiences
|
22
|
-
* Giving and gracefully accepting constructive feedback
|
23
|
-
* Accepting responsibility and apologizing to those affected by our mistakes,
|
24
|
-
and learning from the experience
|
25
|
-
* Focusing on what is best not just for us as individuals, but for the
|
26
|
-
overall community
|
27
|
-
|
28
|
-
Examples of unacceptable behavior include:
|
29
|
-
|
30
|
-
* The use of sexualized language or imagery, and sexual attention or
|
31
|
-
advances of any kind
|
32
|
-
* Trolling, insulting or derogatory comments, and personal or political attacks
|
33
|
-
* Public or private harassment
|
34
|
-
* Publishing others' private information, such as a physical or email
|
35
|
-
address, without their explicit permission
|
36
|
-
* Other conduct which could reasonably be considered inappropriate in a
|
37
|
-
professional setting
|
38
|
-
|
39
|
-
## Enforcement Responsibilities
|
40
|
-
|
41
|
-
Community leaders are responsible for clarifying and enforcing our standards of
|
42
|
-
acceptable behavior and will take appropriate and fair corrective action in
|
43
|
-
response to any behavior that they deem inappropriate, threatening, offensive,
|
44
|
-
or harmful.
|
45
|
-
|
46
|
-
Community leaders have the right and responsibility to remove, edit, or reject
|
47
|
-
comments, commits, code, wiki edits, issues, and other contributions that are
|
48
|
-
not aligned to this Code of Conduct, and will communicate reasons for moderation
|
49
|
-
decisions when appropriate.
|
50
|
-
|
51
|
-
## Scope
|
52
|
-
|
53
|
-
This Code of Conduct applies within all community spaces, and also applies when
|
54
|
-
an individual is officially representing the community in public spaces.
|
55
|
-
Examples of representing our community include using an official e-mail address,
|
56
|
-
posting via an official social media account, or acting as an appointed
|
57
|
-
representative at an online or offline event.
|
58
|
-
|
59
|
-
## Enforcement
|
60
|
-
|
61
|
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
62
|
-
reported to the community leaders responsible for enforcement at
|
63
|
-
danilogcarolino@gmail.com.
|
64
|
-
All complaints will be reviewed and investigated promptly and fairly.
|
65
|
-
|
66
|
-
All community leaders are obligated to respect the privacy and security of the
|
67
|
-
reporter of any incident.
|
68
|
-
|
69
|
-
## Enforcement Guidelines
|
70
|
-
|
71
|
-
Community leaders will follow these Community Impact Guidelines in determining
|
72
|
-
the consequences for any action they deem in violation of this Code of Conduct:
|
73
|
-
|
74
|
-
### 1. Correction
|
75
|
-
|
76
|
-
**Community Impact**: Use of inappropriate language or other behavior deemed
|
77
|
-
unprofessional or unwelcome in the community.
|
78
|
-
|
79
|
-
**Consequence**: A private, written warning from community leaders, providing
|
80
|
-
clarity around the nature of the violation and an explanation of why the
|
81
|
-
behavior was inappropriate. A public apology may be requested.
|
82
|
-
|
83
|
-
### 2. Warning
|
84
|
-
|
85
|
-
**Community Impact**: A violation through a single incident or series
|
86
|
-
of actions.
|
87
|
-
|
88
|
-
**Consequence**: A warning with consequences for continued behavior. No
|
89
|
-
interaction with the people involved, including unsolicited interaction with
|
90
|
-
those enforcing the Code of Conduct, for a specified period of time. This
|
91
|
-
includes avoiding interactions in community spaces as well as external channels
|
92
|
-
like social media. Violating these terms may lead to a temporary or
|
93
|
-
permanent ban.
|
94
|
-
|
95
|
-
### 3. Temporary Ban
|
96
|
-
|
97
|
-
**Community Impact**: A serious violation of community standards, including
|
98
|
-
sustained inappropriate behavior.
|
99
|
-
|
100
|
-
**Consequence**: A temporary ban from any sort of interaction or public
|
101
|
-
communication with the community for a specified period of time. No public or
|
102
|
-
private interaction with the people involved, including unsolicited interaction
|
103
|
-
with those enforcing the Code of Conduct, is allowed during this period.
|
104
|
-
Violating these terms may lead to a permanent ban.
|
105
|
-
|
106
|
-
### 4. Permanent Ban
|
107
|
-
|
108
|
-
**Community Impact**: Demonstrating a pattern of violation of community
|
109
|
-
standards, including sustained inappropriate behavior, harassment of an
|
110
|
-
individual, or aggression toward or disparagement of classes of individuals.
|
111
|
-
|
112
|
-
**Consequence**: A permanent ban from any sort of public interaction within
|
113
|
-
the community.
|
114
|
-
|
115
|
-
## Attribution
|
116
|
-
|
117
|
-
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
118
|
-
version 2.0, available at
|
119
|
-
<https://www.contributor-covenant.org/version/2/0/code_of_conduct.html>.
|
120
|
-
|
121
|
-
Community Impact Guidelines were inspired by [Mozilla's code of conduct
|
122
|
-
enforcement ladder](https://github.com/mozilla/diversity).
|
123
|
-
|
124
|
-
[homepage]: https://www.contributor-covenant.org
|
125
|
-
|
126
|
-
For answers to common questions about this code of conduct, see the FAQ at
|
127
|
-
<https://www.contributor-covenant.org/faq>. Translations are available at
|
128
|
-
<https://www.contributor-covenant.org/translations>.
|
data/docs/LICENSE.txt
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
Copyright (c) 2021 Quasar Flash
|
2
|
-
|
3
|
-
MIT LICENSE
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
-
a copy of this software and associated documentation files (the
|
7
|
-
"Software"), to deal in the Software without restriction, including
|
8
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
-
permit persons to whom the Software is furnished to do so, subject to
|
11
|
-
the following conditions:
|
12
|
-
|
13
|
-
The above copyright notice and this permission notice shall be
|
14
|
-
included in all copies or substantial portions of the Software.
|
15
|
-
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|