oauth 0.5.7 → 0.5.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +28 -0
- data/CONTRIBUTING.md +23 -0
- data/README.md +31 -64
- data/SECURITY.md +16 -0
- data/lib/oauth/version.rb +1 -1
- metadata +4 -156
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1807df6b1dca91fa9f0847f63822d62091cf4ec58df1672717a0079ef4e8857a
|
|
4
|
+
data.tar.gz: dbd064cf033678fa81a0a14c746a2baf35ccdacdca8558704d84e00305a7f6eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 964271d5d010566584c7b398ad00d9c9ed73fa50a0b87e1a326cb30d3b31605af45eacd743599171f8e9f48dccf64ebfefad47c355291d9579dc19ae7cc88610
|
|
7
|
+
data.tar.gz: 2828e98d4b4836c8493768c7f96de0d8943c05de072aaf70c59efd25c4f17eed3bfcc9f55bc3b7589260c9be5414616c9266b104499a595e98ba9da1ace0df79
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
### Added
|
|
9
9
|
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Removed
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## [0.5.8] 2021-11-10
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
* Added more documentation files to packaged gem, e.g. SECURITY.md, CODE_OF_CONDUCT.md
|
|
24
|
+
|
|
25
|
+
### Fixed
|
|
26
|
+
|
|
27
|
+
* Removed reference to RUBY_VERSION from gemspec, as it depends on rake release, which is problematic on some ruby engines. (by @pboling)
|
|
28
|
+
|
|
29
|
+
## [0.5.7] 2021-11-02
|
|
30
|
+
### Added
|
|
31
|
+
|
|
10
32
|
* Setup Rubocop (#205, #208 by @pboling)
|
|
11
33
|
* Added CODE_OF_CONDUCT.md (#217, #218 by @pboling)
|
|
12
34
|
* Added FUNDING.yml (#217, #218 by @pboling)
|
|
@@ -452,4 +474,10 @@ but please have a look at the unit tests.
|
|
|
452
474
|
|
|
453
475
|
[0.5.4]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.4
|
|
454
476
|
|
|
477
|
+
[0.5.5]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.5
|
|
478
|
+
|
|
455
479
|
[0.5.6]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.6
|
|
480
|
+
|
|
481
|
+
[0.5.7]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.7
|
|
482
|
+
|
|
483
|
+
[0.5.8]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.8
|
data/CONTRIBUTING.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
## Contributing
|
|
2
|
+
|
|
3
|
+
Bug reports and pull requests are welcome on GitHub at [https://github.com/oauth-xx/oauth-ruby][source]. This project is
|
|
4
|
+
intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
|
|
5
|
+
the [code of conduct][conduct].
|
|
6
|
+
|
|
7
|
+
To submit a patch, please fork the project and create a patch with
|
|
8
|
+
tests. Once you're happy with it send a pull request and post a message to the
|
|
9
|
+
[google group][mailinglist].
|
|
10
|
+
|
|
11
|
+
## Contributors
|
|
12
|
+
|
|
13
|
+
[][contributors]
|
|
14
|
+
|
|
15
|
+
Made with [contributors-img][contrib-rocks].
|
|
16
|
+
|
|
17
|
+
[comment]: <> (Following links are used by README, CONTRIBUTING, Homepage)
|
|
18
|
+
|
|
19
|
+
[conduct]: https://github.com/oauth-xx/oauth-ruby/blob/master/CODE_OF_CONDUCT.md
|
|
20
|
+
[contributing]: https://github.com/oauth-xx/oauth-ruby/blob/master/CONTRIBUTING.md
|
|
21
|
+
[contributors]: https://github.com/oauth-xx/oauth-ruby/graphs/contributors
|
|
22
|
+
[mailinglist]: http://groups.google.com/group/oauth-ruby
|
|
23
|
+
[source]: https://github.com/oauth-xx/oauth-ruby/
|
data/README.md
CHANGED
|
@@ -9,12 +9,12 @@ This README, on branch `v0.5-maintenance`, targets 0.5.x series releases. For l
|
|
|
9
9
|
| Project | Ruby Oauth |
|
|
10
10
|
|--------------------------- |--------------------------- |
|
|
11
11
|
| name, license, docs | [][rubygems] [][license-ref] [][documentation] |
|
|
12
|
-
| version & downloads | [][rubygems] [][rubygems] [][source] |
|
|
12
|
+
| version & downloads | [][rubygems] [][rubygems] [][rubygems] [][source] |
|
|
13
13
|
| dependencies & linting | [][depfu] [][actions] |
|
|
14
14
|
| unit tests | [][actions] [][actions] |
|
|
15
|
-
| coverage & maintainability | [][climate_coverage] [][codecov_coverage] [][climate_maintainability] |
|
|
16
|
-
| resources | [][gh_discussions] [][code_triage] [][liberapay_donate] [🌏][aboutme] [👼][angelme] [💻][coderme] [🌹][politicme] [![Tweet @ Peter][followme-img]][tweetme] |
|
|
15
|
+
| coverage & maintainability | [][climate_coverage] [][codecov_coverage] [][climate_maintainability] [][security] |
|
|
16
|
+
| resources | [][gh_discussions] [][mailinglist] [][chat] [][blogpage] |
|
|
17
|
+
| Spread ~♡ⓛⓞⓥⓔ♡~ | [][code_triage] [][liberapay_donate] [][gh_sponsors] [🌏][aboutme] [👼][angelme] [💻][coderme] [🌹][politicme] [![Tweet @ Peter][followme-img]][tweetme] |
|
|
18
18
|
|
|
19
19
|
## What
|
|
20
20
|
|
|
@@ -117,19 +117,13 @@ OAuth provider if you choose.
|
|
|
117
117
|
|
|
118
118
|
## Contributing
|
|
119
119
|
|
|
120
|
-
|
|
121
|
-
intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
|
|
122
|
-
the [code of conduct][conduct].
|
|
123
|
-
|
|
124
|
-
To submit a patch, please fork the oauth project and create a patch with
|
|
125
|
-
tests. Once you're happy with it send a pull request and post a message to the
|
|
126
|
-
[google group][mailinglist].
|
|
120
|
+
See [CONTRIBUTING.md][contributing]
|
|
127
121
|
|
|
128
122
|
## Contributors
|
|
129
123
|
|
|
130
|
-
[]
|
|
124
|
+
[][contributors]
|
|
131
125
|
|
|
132
|
-
Made with [contributors-img]
|
|
126
|
+
Made with [contributors-img][contrib-rocks].
|
|
133
127
|
|
|
134
128
|
## Versioning
|
|
135
129
|
|
|
@@ -160,64 +154,37 @@ individuals. The current maintainer is Peter Boling ([@pboling][gh_sponsors]).
|
|
|
160
154
|
|
|
161
155
|
Comments are welcome. Contact the [OAuth Ruby mailing list (Google Group)][mailinglist] or [GitHub Discussions][gh_discussions].
|
|
162
156
|
|
|
163
|
-
[
|
|
164
|
-
|
|
165
|
-
[gh_discussions]: https://github.com/oauth-xx/oauth-ruby/discussions
|
|
166
|
-
|
|
167
|
-
[mailinglist]: http://groups.google.com/group/oauth-ruby
|
|
157
|
+
[comment]: <> (Following links are used by README, CONTRIBUTING, Homepage)
|
|
168
158
|
|
|
169
159
|
[conduct]: https://github.com/oauth-xx/oauth-ruby/blob/master/CODE_OF_CONDUCT.md
|
|
160
|
+
[contributing]: https://github.com/oauth-xx/oauth-ruby/blob/master/CONTRIBUTING.md
|
|
161
|
+
[contributors]: https://github.com/oauth-xx/oauth-ruby/graphs/contributors
|
|
162
|
+
[mailinglist]: http://groups.google.com/group/oauth-ruby
|
|
163
|
+
[source]: https://github.com/oauth-xx/oauth-ruby/
|
|
170
164
|
|
|
171
|
-
[
|
|
172
|
-
|
|
173
|
-
[license-ref]: https://opensource.org/licenses/MIT
|
|
174
|
-
|
|
175
|
-
[semver]: http://semver.org/
|
|
176
|
-
|
|
177
|
-
[pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
|
|
178
|
-
|
|
179
|
-
[railsbling]: http://www.railsbling.com
|
|
180
|
-
|
|
181
|
-
[peterboling]: http://www.peterboling.com
|
|
165
|
+
[comment]: <> (Following links are used by README, Homepage)
|
|
182
166
|
|
|
183
167
|
[aboutme]: https://about.me/peter.boling
|
|
184
|
-
|
|
185
|
-
[angelme]: https://angel.co/peter-boling
|
|
186
|
-
|
|
187
|
-
[coderme]:http://coderwall.com/pboling
|
|
188
|
-
|
|
189
|
-
[followme-img]: https://img.shields.io/twitter/follow/galtzo.svg?style=social&label=Follow
|
|
190
|
-
|
|
191
|
-
[tweetme]: http://twitter.com/galtzo
|
|
192
|
-
|
|
193
|
-
[politicme]: https://nationalprogressiveparty.org
|
|
194
|
-
|
|
195
|
-
[documentation]: https://rubydoc.info/github/oauth-xx/oauth-ruby/main
|
|
196
|
-
|
|
197
|
-
[source]: https://github.com/oauth-xx/oauth-ruby/
|
|
198
|
-
|
|
199
168
|
[actions]: https://github.com/oauth-xx/oauth-ruby/actions
|
|
200
|
-
|
|
201
|
-
[
|
|
202
|
-
|
|
203
|
-
[climate_maintainability]: https://codeclimate.com/github/oauth-xx/oauth-ruby/maintainability
|
|
204
|
-
|
|
169
|
+
[angelme]: https://angel.co/peter-boling
|
|
170
|
+
[blogpage]: http://www.railsbling.com/tags/oauth/
|
|
171
|
+
[chat]: https://gitter.im/oauth-xx/oauth-ruby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
|
205
172
|
[climate_coverage]: https://codeclimate.com/github/oauth-xx/oauth-ruby/test_coverage
|
|
206
|
-
|
|
207
|
-
[codecov_coverage]: https://codecov.io/gh/oauth-xx/oauth-ruby
|
|
208
|
-
|
|
173
|
+
[climate_maintainability]: https://codeclimate.com/github/oauth-xx/oauth-ruby/maintainability
|
|
209
174
|
[code_triage]: https://www.codetriage.com/oauth-xx/oauth-ruby
|
|
210
|
-
|
|
175
|
+
[codecov_coverage]: https://codecov.io/gh/oauth-xx/oauth-ruby
|
|
176
|
+
[coderme]:http://coderwall.com/pboling
|
|
211
177
|
[depfu]: https://depfu.com/github/oauth-xx/oauth-ruby?project_id=22868
|
|
212
|
-
|
|
213
|
-
[
|
|
214
|
-
|
|
215
|
-
[
|
|
216
|
-
|
|
217
|
-
[
|
|
218
|
-
|
|
219
|
-
[maintenancee_policy]: https://guides.rubyonrails.org/maintenance_policy.html#security-issues
|
|
220
|
-
|
|
178
|
+
[documentation]: https://rubydoc.info/github/oauth-xx/oauth-ruby
|
|
179
|
+
[followme-img]: https://img.shields.io/twitter/follow/galtzo.svg?style=social&label=Follow
|
|
180
|
+
[gh_discussions]: https://github.com/oauth-xx/oauth-ruby/discussions
|
|
181
|
+
[gh_sponsors]: https://github.com/sponsors/pboling
|
|
182
|
+
[license]: https://github.com/oauth-xx/oauth-ruby/blob/master/LICENSE
|
|
183
|
+
[license-ref]: https://opensource.org/licenses/MIT
|
|
221
184
|
[liberapay_donate]: https://liberapay.com/pboling/donate
|
|
222
|
-
|
|
223
|
-
[
|
|
185
|
+
[politicme]: https://nationalprogressiveparty.org
|
|
186
|
+
[pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
|
|
187
|
+
[rubygems]: https://rubygems.org/gems/oauth
|
|
188
|
+
[security]: https://github.com/oauth-xx/oauth-ruby/blob/master/SECURITY.md
|
|
189
|
+
[semver]: http://semver.org/
|
|
190
|
+
[tweetme]: http://twitter.com/galtzo
|
data/SECURITY.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Security Policy
|
|
2
|
+
|
|
3
|
+
## Supported Versions
|
|
4
|
+
|
|
5
|
+
| Version | Supported |
|
|
6
|
+
| ------- | ------------------ |
|
|
7
|
+
| 0.7.x | :white_check_mark: |
|
|
8
|
+
| 0.6.x | :white_check_mark: |
|
|
9
|
+
| 0.5.x | :white_check_mark: |
|
|
10
|
+
| <= 0.5 | :x: |
|
|
11
|
+
|
|
12
|
+
## Reporting a Vulnerability
|
|
13
|
+
|
|
14
|
+
Peter Boling is the primary maintainer of the this gem. Please find a way to [contact him directly][contact] to report the issue. Include as much relevant information as possible.
|
|
15
|
+
|
|
16
|
+
[contact]: https://railsbling.com/contact
|
data/lib/oauth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oauth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pelle Braendgaard
|
|
@@ -16,7 +16,7 @@ authors:
|
|
|
16
16
|
autorequire:
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
|
-
date: 2021-11-
|
|
19
|
+
date: 2021-11-10 00:00:00.000000000 Z
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
22
|
name: actionpack
|
|
@@ -32,20 +32,6 @@ dependencies:
|
|
|
32
32
|
- - ">="
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
34
|
version: '5.0'
|
|
35
|
-
- !ruby/object:Gem::Dependency
|
|
36
|
-
name: byebug
|
|
37
|
-
requirement: !ruby/object:Gem::Requirement
|
|
38
|
-
requirements:
|
|
39
|
-
- - "~>"
|
|
40
|
-
- !ruby/object:Gem::Version
|
|
41
|
-
version: '11.1'
|
|
42
|
-
type: :development
|
|
43
|
-
prerelease: false
|
|
44
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
45
|
-
requirements:
|
|
46
|
-
- - "~>"
|
|
47
|
-
- !ruby/object:Gem::Version
|
|
48
|
-
version: '11.1'
|
|
49
35
|
- !ruby/object:Gem::Dependency
|
|
50
36
|
name: curb
|
|
51
37
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -172,146 +158,6 @@ dependencies:
|
|
|
172
158
|
- - ">="
|
|
173
159
|
- !ruby/object:Gem::Version
|
|
174
160
|
version: '0'
|
|
175
|
-
- !ruby/object:Gem::Dependency
|
|
176
|
-
name: rubocop
|
|
177
|
-
requirement: !ruby/object:Gem::Requirement
|
|
178
|
-
requirements:
|
|
179
|
-
- - "~>"
|
|
180
|
-
- !ruby/object:Gem::Version
|
|
181
|
-
version: '1.22'
|
|
182
|
-
type: :development
|
|
183
|
-
prerelease: false
|
|
184
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
185
|
-
requirements:
|
|
186
|
-
- - "~>"
|
|
187
|
-
- !ruby/object:Gem::Version
|
|
188
|
-
version: '1.22'
|
|
189
|
-
- !ruby/object:Gem::Dependency
|
|
190
|
-
name: rubocop-faker
|
|
191
|
-
requirement: !ruby/object:Gem::Requirement
|
|
192
|
-
requirements:
|
|
193
|
-
- - "~>"
|
|
194
|
-
- !ruby/object:Gem::Version
|
|
195
|
-
version: '1.1'
|
|
196
|
-
type: :development
|
|
197
|
-
prerelease: false
|
|
198
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
199
|
-
requirements:
|
|
200
|
-
- - "~>"
|
|
201
|
-
- !ruby/object:Gem::Version
|
|
202
|
-
version: '1.1'
|
|
203
|
-
- !ruby/object:Gem::Dependency
|
|
204
|
-
name: rubocop-md
|
|
205
|
-
requirement: !ruby/object:Gem::Requirement
|
|
206
|
-
requirements:
|
|
207
|
-
- - "~>"
|
|
208
|
-
- !ruby/object:Gem::Version
|
|
209
|
-
version: '1.0'
|
|
210
|
-
type: :development
|
|
211
|
-
prerelease: false
|
|
212
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
213
|
-
requirements:
|
|
214
|
-
- - "~>"
|
|
215
|
-
- !ruby/object:Gem::Version
|
|
216
|
-
version: '1.0'
|
|
217
|
-
- !ruby/object:Gem::Dependency
|
|
218
|
-
name: rubocop-minitest
|
|
219
|
-
requirement: !ruby/object:Gem::Requirement
|
|
220
|
-
requirements:
|
|
221
|
-
- - "~>"
|
|
222
|
-
- !ruby/object:Gem::Version
|
|
223
|
-
version: '0.15'
|
|
224
|
-
type: :development
|
|
225
|
-
prerelease: false
|
|
226
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
227
|
-
requirements:
|
|
228
|
-
- - "~>"
|
|
229
|
-
- !ruby/object:Gem::Version
|
|
230
|
-
version: '0.15'
|
|
231
|
-
- !ruby/object:Gem::Dependency
|
|
232
|
-
name: rubocop-packaging
|
|
233
|
-
requirement: !ruby/object:Gem::Requirement
|
|
234
|
-
requirements:
|
|
235
|
-
- - "~>"
|
|
236
|
-
- !ruby/object:Gem::Version
|
|
237
|
-
version: '0.5'
|
|
238
|
-
type: :development
|
|
239
|
-
prerelease: false
|
|
240
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
241
|
-
requirements:
|
|
242
|
-
- - "~>"
|
|
243
|
-
- !ruby/object:Gem::Version
|
|
244
|
-
version: '0.5'
|
|
245
|
-
- !ruby/object:Gem::Dependency
|
|
246
|
-
name: rubocop-performance
|
|
247
|
-
requirement: !ruby/object:Gem::Requirement
|
|
248
|
-
requirements:
|
|
249
|
-
- - "~>"
|
|
250
|
-
- !ruby/object:Gem::Version
|
|
251
|
-
version: '1.11'
|
|
252
|
-
type: :development
|
|
253
|
-
prerelease: false
|
|
254
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
255
|
-
requirements:
|
|
256
|
-
- - "~>"
|
|
257
|
-
- !ruby/object:Gem::Version
|
|
258
|
-
version: '1.11'
|
|
259
|
-
- !ruby/object:Gem::Dependency
|
|
260
|
-
name: rubocop-rake
|
|
261
|
-
requirement: !ruby/object:Gem::Requirement
|
|
262
|
-
requirements:
|
|
263
|
-
- - "~>"
|
|
264
|
-
- !ruby/object:Gem::Version
|
|
265
|
-
version: '0.6'
|
|
266
|
-
type: :development
|
|
267
|
-
prerelease: false
|
|
268
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
269
|
-
requirements:
|
|
270
|
-
- - "~>"
|
|
271
|
-
- !ruby/object:Gem::Version
|
|
272
|
-
version: '0.6'
|
|
273
|
-
- !ruby/object:Gem::Dependency
|
|
274
|
-
name: rubocop-thread_safety
|
|
275
|
-
requirement: !ruby/object:Gem::Requirement
|
|
276
|
-
requirements:
|
|
277
|
-
- - "~>"
|
|
278
|
-
- !ruby/object:Gem::Version
|
|
279
|
-
version: '0.4'
|
|
280
|
-
type: :development
|
|
281
|
-
prerelease: false
|
|
282
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
283
|
-
requirements:
|
|
284
|
-
- - "~>"
|
|
285
|
-
- !ruby/object:Gem::Version
|
|
286
|
-
version: '0.4'
|
|
287
|
-
- !ruby/object:Gem::Dependency
|
|
288
|
-
name: simplecov
|
|
289
|
-
requirement: !ruby/object:Gem::Requirement
|
|
290
|
-
requirements:
|
|
291
|
-
- - "~>"
|
|
292
|
-
- !ruby/object:Gem::Version
|
|
293
|
-
version: '0.21'
|
|
294
|
-
type: :development
|
|
295
|
-
prerelease: false
|
|
296
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
297
|
-
requirements:
|
|
298
|
-
- - "~>"
|
|
299
|
-
- !ruby/object:Gem::Version
|
|
300
|
-
version: '0.21'
|
|
301
|
-
- !ruby/object:Gem::Dependency
|
|
302
|
-
name: simplecov-cobertura
|
|
303
|
-
requirement: !ruby/object:Gem::Requirement
|
|
304
|
-
requirements:
|
|
305
|
-
- - "~>"
|
|
306
|
-
- !ruby/object:Gem::Version
|
|
307
|
-
version: '1.4'
|
|
308
|
-
type: :development
|
|
309
|
-
prerelease: false
|
|
310
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
311
|
-
requirements:
|
|
312
|
-
- - "~>"
|
|
313
|
-
- !ruby/object:Gem::Version
|
|
314
|
-
version: '1.4'
|
|
315
161
|
- !ruby/object:Gem::Dependency
|
|
316
162
|
name: typhoeus
|
|
317
163
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -350,8 +196,10 @@ extra_rdoc_files:
|
|
|
350
196
|
files:
|
|
351
197
|
- CHANGELOG.md
|
|
352
198
|
- CODE_OF_CONDUCT.md
|
|
199
|
+
- CONTRIBUTING.md
|
|
353
200
|
- LICENSE
|
|
354
201
|
- README.md
|
|
202
|
+
- SECURITY.md
|
|
355
203
|
- TODO
|
|
356
204
|
- bin/oauth
|
|
357
205
|
- lib/oauth.rb
|