oauth-tty 1.0.4 → 1.0.5
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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +15 -7
- data/CONTRIBUTING.md +1 -4
- data/README.md +11 -1
- data/SECURITY.md +7 -4
- data/lib/oauth/tty/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +6 -6
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a64eaf693ec80f73ce109fe69291a2491e212b5f7ff37c80d8a36060729443a
|
4
|
+
data.tar.gz: 6a720146a1fbec4409dffe7229c6f35949d897a08cc318de68a4994bdebaa8f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6e9ec80e4f5fea92ad5abd35003946f5616b37e0c88a336a3bfe7b470bfddecb61646979114a080c40ad7bf1fe09749d865154db0da6407d2b9f528725d1397
|
7
|
+
data.tar.gz: 84ae38f1b990e4de71eea20c88164c8a4da827a3d078fce845e23c47eaf660d0471b06c9ca1927c4f667f381c41c009916059c02822e494c77392d324c5b9f63
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -10,34 +10,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
10
10
|
### Fixed
|
11
11
|
### Removed
|
12
12
|
|
13
|
-
## [1.0.
|
13
|
+
## [1.0.5] - 2022-09-20 ([tag][1.0.5t])
|
14
|
+
### Added
|
15
|
+
- SHA 256 Checksum for release (in addition to SHA 512) (@pboling)
|
16
|
+
- Aligned checksums directory name with `rake build:checksum` task (@pboling)
|
17
|
+
- General Cleanup
|
18
|
+
|
19
|
+
## [1.0.4] - 2022-09-19 ([tag][1.0.4t])
|
14
20
|
### Added
|
15
21
|
- Certificate for signing gem releases (@pboling)
|
16
22
|
- Gemspec metadata (@pboling)
|
17
23
|
- funding_uri
|
18
24
|
- mailing_list_uri
|
19
25
|
- Installation and usage documentation (@pboling)
|
20
|
-
-
|
26
|
+
- SHA 512 Checksum for release (@pboling)
|
21
27
|
### Changed
|
22
28
|
- Gem releases are now cryptographically signed (@pboling)
|
23
29
|
|
24
|
-
## [1.0.3] - 2022-09-06
|
30
|
+
## [1.0.3] - 2022-09-06 ([tag][1.0.3t])
|
25
31
|
### Fixed
|
26
32
|
- Author name - Thaigo Pinto (@pboling)
|
27
33
|
|
28
|
-
## [1.0.2] - 2022-08-26
|
34
|
+
## [1.0.2] - 2022-08-26 ([tag][1.0.2t])
|
29
35
|
### Fixed
|
30
36
|
- URLs in Gemspec (@pboling)
|
31
37
|
|
32
|
-
## [1.0.1] - 2022-08-26
|
38
|
+
## [1.0.1] - 2022-08-26 ([tag][1.0.1t])
|
33
39
|
### Fixed
|
34
40
|
- Circular reference while loading (@pboling)
|
35
41
|
|
36
|
-
## [1.0.0] - 2022-08-26
|
42
|
+
## [1.0.0] - 2022-08-26 ([tag][1.0.0t])
|
37
43
|
### Added
|
38
44
|
- Initial release (@pboling)
|
39
45
|
|
40
|
-
[Unreleased]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.
|
46
|
+
[Unreleased]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.5...main
|
47
|
+
[1.0.5]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.4...v1.0.5
|
48
|
+
[1.0.5t]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.5
|
41
49
|
[1.0.4]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.3...v1.0.4
|
42
50
|
[1.0.4t]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.4
|
43
51
|
[1.0.3]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.2...v1.0.3
|
data/CONTRIBUTING.md
CHANGED
@@ -10,9 +10,7 @@ tests. Once you're happy with it send a pull request and post a message to the
|
|
10
10
|
|
11
11
|
## Contributors
|
12
12
|
|
13
|
-
[
|
14
|
-
|
15
|
-
Made with [contributors-img][contrib-rocks].
|
13
|
+
See: [https://gitlab.com/oauth-xx/oauth-tty/-/graphs/main][contributors]
|
16
14
|
|
17
15
|
[comment]: <> (Following links are used by README, CONTRIBUTING, Homepage)
|
18
16
|
|
@@ -20,4 +18,3 @@ Made with [contributors-img][contrib-rocks].
|
|
20
18
|
[contributors]: https://gitlab.com/oauth-xx/oauth-tty/-/graphs/main
|
21
19
|
[mailinglist]: http://groups.google.com/group/oauth-ruby
|
22
20
|
[source]: https://gitlab.com/oauth-xx/oauth-tty/-/tree/main
|
23
|
-
[contrib-rocks]: https://contrib.rocks
|
data/README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
<p align="center">
|
2
|
+
<a href="http://oauth.net/core/1.0/" target="_blank" rel="noopener">
|
3
|
+
<img width="124px" src="https://github.com/oauth-xx/oauth-ruby/raw/main/docs/images/logo/Oauth_logo.svg?raw=true" alt="OAuth 1.0 Logo by Chris Messina, CC BY-SA 3.0, via Wikimedia Commons">
|
4
|
+
</a>
|
5
|
+
<a href="https://www.ruby-lang.org/" target="_blank" rel="noopener">
|
6
|
+
<img width="124px" src="https://github.com/oauth-xx/oauth-ruby/raw/main/docs/images/logo/ruby-logo-198px.svg?raw=true" alt="Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5">
|
7
|
+
</a>
|
8
|
+
</p>
|
9
|
+
|
1
10
|
# OAuth::TTY
|
2
11
|
|
3
12
|
A TTY Command Line Interface for interacting with OAuth 1.0 services.
|
@@ -32,7 +41,8 @@ For now, please see the tests for other usage.
|
|
32
41
|
|
33
42
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
34
43
|
|
35
|
-
To install this gem onto your local machine, run `bundle exec rake install`.
|
44
|
+
To install this gem onto your local machine, run `bundle exec rake install`.
|
45
|
+
To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
36
46
|
|
37
47
|
## Contributing
|
38
48
|
|
data/SECURITY.md
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
|
3
3
|
## Supported Versions
|
4
4
|
|
5
|
-
| Version | Supported
|
6
|
-
|
7
|
-
| 1.0.x |
|
5
|
+
| Version | Supported | EOL | Post-EOL / Enterprise |
|
6
|
+
|---------|-----------|---------|---------------------------------------|
|
7
|
+
| 1.0.x | ✅ | 04/2023 | [Tidelift Subscription][tidelift-ref] |
|
8
8
|
|
9
9
|
### EOL Policy
|
10
10
|
|
@@ -19,4 +19,7 @@ Tidelift will coordinate the fix and disclosure.
|
|
19
19
|
|
20
20
|
Available as part of the Tidelift Subscription.
|
21
21
|
|
22
|
-
The maintainers of oauth-tty and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications
|
22
|
+
The maintainers of oauth-tty and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications
|
23
|
+
Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. [Learn more.][tidelift-ref]
|
24
|
+
|
25
|
+
[tidelift-ref]: https://tidelift.com/subscription/pkg/rubygems-oauth-tty?utm_source=rubygems-oauth-tty&utm_medium=referral&utm_campaign=enterprise&utm_term=repo
|
data/lib/oauth/tty/version.rb
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oauth-tty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thiago Pinto
|
@@ -37,7 +37,7 @@ cert_chain:
|
|
37
37
|
gwGrEXGQGDZ0NIgBcmvMOqlXjkGQwQvugKycJ024z89+fz2332vdZIKTrSxJrXGk
|
38
38
|
4/bR9A==
|
39
39
|
-----END CERTIFICATE-----
|
40
|
-
date: 2022-09-
|
40
|
+
date: 2022-09-20 00:00:00.000000000 Z
|
41
41
|
dependencies:
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: version_gem
|
@@ -245,10 +245,10 @@ licenses:
|
|
245
245
|
- MIT
|
246
246
|
metadata:
|
247
247
|
homepage_uri: https://gitlab.com/oauth-xx/oauth-tty
|
248
|
-
source_code_uri: https://gitlab.com/oauth-xx/oauth-tty/-/tree/v1.0.
|
249
|
-
changelog_uri: https://gitlab.com/oauth-xx/oauth-tty/-/blob/v1.0.
|
248
|
+
source_code_uri: https://gitlab.com/oauth-xx/oauth-tty/-/tree/v1.0.5
|
249
|
+
changelog_uri: https://gitlab.com/oauth-xx/oauth-tty/-/blob/v1.0.5/CHANGELOG.md
|
250
250
|
bug_tracker_uri: https://gitlab.com/oauth-xx/oauth-tty/-/issues
|
251
|
-
documentation_uri: https://www.rubydoc.info/gems/oauth-tty/1.0.
|
251
|
+
documentation_uri: https://www.rubydoc.info/gems/oauth-tty/1.0.5
|
252
252
|
wiki_uri: https://gitlab.com/oauth-xx/oauth-tty/-/wikis/home
|
253
253
|
funding_uri: https://liberapay.com/pboling
|
254
254
|
mailing_list_uri: https://groups.google.com/g/oauth-ruby
|
@@ -268,7 +268,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
268
268
|
- !ruby/object:Gem::Version
|
269
269
|
version: '0'
|
270
270
|
requirements: []
|
271
|
-
rubygems_version: 3.3.
|
271
|
+
rubygems_version: 3.3.22
|
272
272
|
signing_key:
|
273
273
|
specification_version: 4
|
274
274
|
summary: OAuth 1.0 TTY CLI
|
metadata.gz.sig
CHANGED
Binary file
|