oauth-tty 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4be523783b36e07c47962148d50a2aad44ff1cac7c951a5b8dc6c68d4e9209f4
4
- data.tar.gz: db35338757887d00250046193faf6585c73de1cdd9d5af77c39f763dbc9a3e40
3
+ metadata.gz: 0a64eaf693ec80f73ce109fe69291a2491e212b5f7ff37c80d8a36060729443a
4
+ data.tar.gz: 6a720146a1fbec4409dffe7229c6f35949d897a08cc318de68a4994bdebaa8f3
5
5
  SHA512:
6
- metadata.gz: f2e63752db2ec16c923d624b7527cefcca0abc0bd4e9e0ec32b00ab754771cc420989c65cdda0459d6abe6d16400e4d251399b56dee6e3dc73aa45af601e7c95
7
- data.tar.gz: b281adc1572563cff8ec42e4d16445b898ef1f080dabbf566d78f81507fa9e67023f5abdccc2aba5826a7505c702439f0c83979687bf8c6601567caa56386915
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.4] - 2022-09-19
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
- - Checksums for released gems (@pboling)
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.4...main
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
- [![Contributors](https://contrib.rocks/image?repo=oauth-xx/oauth-ruby)][contributors]
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`. 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).
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 | :white_check_mark: |
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. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. [Learn more.](https://tidelift.com/subscription/pkg/rubygems-oauth?utm_source=rubygems-oauth&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
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
@@ -3,7 +3,7 @@
3
3
  module OAuth
4
4
  module TTY
5
5
  module Version
6
- VERSION = "1.0.4"
6
+ VERSION = "1.0.5"
7
7
  end
8
8
  end
9
9
  end
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
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-19 00:00:00.000000000 Z
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.4
249
- changelog_uri: https://gitlab.com/oauth-xx/oauth-tty/-/blob/v1.0.4/CHANGELOG.md
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.4
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.21
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