oauth-tty 1.0.3 → 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: 26b58736636326cbfc8e5a56982c1d9945f7268d48daff63b8a41bbd4a847fec
4
- data.tar.gz: 3c5695fa35a827e5973f17756aa64620555164afceeb39d9a1797259645f1e56
3
+ metadata.gz: 0a64eaf693ec80f73ce109fe69291a2491e212b5f7ff37c80d8a36060729443a
4
+ data.tar.gz: 6a720146a1fbec4409dffe7229c6f35949d897a08cc318de68a4994bdebaa8f3
5
5
  SHA512:
6
- metadata.gz: ab347abb5ef865c83bd90b06d5789f9638faca042f2dcdba002d3c3fcb83726e5b4adef79fc20e36a6a68c566840d7d4dda9c15ba0cd623b149de1c49d7df720
7
- data.tar.gz: fb1d94d23cdf6933ba7bd5717a245e56203aac5200b8d125169996c0f230188554a60d5e5f3aaf11e1e7b0eac739da917c3c5b6398130fa38a949bba8e074690
6
+ metadata.gz: b6e9ec80e4f5fea92ad5abd35003946f5616b37e0c88a336a3bfe7b470bfddecb61646979114a080c40ad7bf1fe09749d865154db0da6407d2b9f528725d1397
7
+ data.tar.gz: 84ae38f1b990e4de71eea20c88164c8a4da827a3d078fce845e23c47eaf660d0471b06c9ca1927c4f667f381c41c009916059c02822e494c77392d324c5b9f63
checksums.yaml.gz.sig ADDED
Binary file
data/CHANGELOG.md CHANGED
@@ -6,30 +6,53 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
  ### Added
9
-
10
9
  ### Changed
11
-
12
10
  ### Fixed
13
-
14
11
  ### Removed
15
12
 
16
- ## [1.0.3] - 2022-09-06
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])
20
+ ### Added
21
+ - Certificate for signing gem releases (@pboling)
22
+ - Gemspec metadata (@pboling)
23
+ - funding_uri
24
+ - mailing_list_uri
25
+ - Installation and usage documentation (@pboling)
26
+ - SHA 512 Checksum for release (@pboling)
27
+ ### Changed
28
+ - Gem releases are now cryptographically signed (@pboling)
29
+
30
+ ## [1.0.3] - 2022-09-06 ([tag][1.0.3t])
17
31
  ### Fixed
18
- - Author name - Thaigo Pinto
32
+ - Author name - Thaigo Pinto (@pboling)
19
33
 
20
- ## [1.0.2] - 2022-08-26
34
+ ## [1.0.2] - 2022-08-26 ([tag][1.0.2t])
21
35
  ### Fixed
22
- - URLs in Gemspec
36
+ - URLs in Gemspec (@pboling)
23
37
 
24
- ## [1.0.1] - 2022-08-26
38
+ ## [1.0.1] - 2022-08-26 ([tag][1.0.1t])
25
39
  ### Fixed
26
- - Circular reference while loading
40
+ - Circular reference while loading (@pboling)
27
41
 
28
- ## [1.0.0] - 2022-08-26
42
+ ## [1.0.0] - 2022-08-26 ([tag][1.0.0t])
29
43
  ### Added
30
- - Initial release
31
-
32
- [Unreleased]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.2...main
33
- [1.0.2]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.2
34
- [1.0.1]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.1
44
+ - Initial release (@pboling)
45
+
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
49
+ [1.0.4]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.3...v1.0.4
50
+ [1.0.4t]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.4
51
+ [1.0.3]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.2...v1.0.3
52
+ [1.0.3t]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.3
53
+ [1.0.2]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.1...v1.0.2
54
+ [1.0.2t]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.2
55
+ [1.0.1]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.0...v1.0.1
56
+ [1.0.1t]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.1
35
57
  [1.0.0]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.0
58
+ [1.0.0t]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.0
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.
@@ -15,15 +24,25 @@ If bundler is not being used to manage dependencies, install the gem by executin
15
24
 
16
25
  $ gem install oauth-tty
17
26
 
27
+ NOTE: You might see a warning like:
28
+ ```
29
+ oauth-tty's executable "oauth" conflicts with oauth
30
+ Overwrite the executable? [yN] y
31
+ ```
32
+ The `oauth` executable from this gem *is* the extracted and repackaged executable from the `oauth` gem, so you *should* overwrite it.
33
+
18
34
  ## Usage
19
35
 
20
- For now, please see the tests.
36
+ In a shell run `oauth` to start the console.
37
+
38
+ For now, please see the tests for other usage.
21
39
 
22
40
  ## Development
23
41
 
24
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.
25
43
 
26
- 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).
27
46
 
28
47
  ## Contributing
29
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.3"
6
+ VERSION = "1.0.5"
7
7
  end
8
8
  end
9
9
  end
data.tar.gz.sig ADDED
@@ -0,0 +1,3 @@
1
+ �B�Q�! ������8��4�\N.�}��>�����ZQ.�S�cH\�5�=y��BL�`|�#j�d�}S�~���9�xD_�Y�l�WH6��
2
+ ��b�14�mjgHmI�����K'�…�l ��-�$�h���� ۢ�r�ן(���H��,?�#���e�s�M�{Ap� F�\�F��/��P�Rk����*%"��c+U+��*����pN��=�-��g����8xu)�K^z:2���gJ��(��N¼�|DB�����؞Xn����KH5
3
+ %���S
metadata CHANGED
@@ -1,15 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oauth-tty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Pinto
8
8
  - Peter Boling
9
9
  autorequire:
10
10
  bindir: exe
11
- cert_chain: []
12
- date: 2022-09-06 00:00:00.000000000 Z
11
+ cert_chain:
12
+ - |
13
+ -----BEGIN CERTIFICATE-----
14
+ MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
15
+ ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
16
+ A2NvbTAeFw0yMjA5MTgyMzEyMzBaFw0yMzA5MTgyMzEyMzBaMEMxFTATBgNVBAMM
17
+ DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
18
+ LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEA2Dn1GM3W
19
+ 8K2/rvN1zz+06bQMcxD16ZKTihVwi7Pb1v3T98rM4Omnxohm3s+CwpDWGeiB9pj6
20
+ 0I/CTce0e4e3s8GKJSOrg93veImPSoH2PfsMsRsuB8wtqyiOCjLbF5o6S29x87r0
21
+ LA5EawH+Lh4xqrkkPjdffsmLk7TaCig/vlmNvnzxXKBdey/X/aEJZXzzBiWRfVdh
22
+ O1fmMbVKyieGv9HK7+pLotIoT08bjDv8NP6V7zZslwQRqW27bQc6cqC2LGIbTYO3
23
+ 3jt1kQxfMWmhOictS6SzG9VtKSrXf0L4Neq0Gh7CLBZBvJFWJYZPfb92YNITDbd8
24
+ emPOAQlXXNMN4mMXsEqtEhCPZRMnmwO+fOk/cC4AyglKi9lnQugCQoFV1XDMZST/
25
+ CYbzdQyadOdPDInTntG6V+Uw51d2QGXZ6PDDfrx9+toc/3sl5h68rCUGgE6Q3jPz
26
+ srinqmBsxv2vTpmd4FjmiAtEnwH5/ooLpQYL8UdAjEoeysxS3AwIh+5dAgMBAAGj
27
+ fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQWU6D156a2cle+
28
+ lb5RBfvVXlxTwjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
29
+ A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
30
+ ggGBAJ4SqhPlgUiLYIrphGXIaxXScHyvx4kixuvdrwhI4VoQV2qXvO7R6ZjOXVwX
31
+ f/z84BWPiTZ8lzThPbt1UV/BGwkvLw9I4RjOdzvUz3J42j9Ly6q63isall07bo3F
32
+ QWe/OBvIMBF1IbjC3q5vKPg4rq8+TkNRJNoE86U2gfR+PkW3jYYs9uiy0GloHDCP
33
+ k5xgaj0vSL0Uy5mTOPdk3K6a/sUGZyYniWK05zdhIi956ynhfGaFO988FFdVw5Jq
34
+ LHtXfIpAU8F7ES04syZSslxOluw7VlcSKyRdVIr737J92ZTduppB4PRGSKRgBsWV
35
+ hXTahRE72Kyw53Q7FAuzF3v102WxAAQ7BuMjW+MyCUT75fwPm3W4ELPL8HYkNGE7
36
+ 2oA5CPghFitRnvYS3GNrDG+9bNiRMEskeaBYwZ9UgReBQIwGYVj7LZk3UhiAsn44
37
+ gwGrEXGQGDZ0NIgBcmvMOqlXjkGQwQvugKycJ024z89+fz2332vdZIKTrSxJrXGk
38
+ 4/bR9A==
39
+ -----END CERTIFICATE-----
40
+ date: 2022-09-20 00:00:00.000000000 Z
13
41
  dependencies:
14
42
  - !ruby/object:Gem::Dependency
15
43
  name: version_gem
@@ -18,6 +46,9 @@ dependencies:
18
46
  - - "~>"
19
47
  - !ruby/object:Gem::Version
20
48
  version: '1.1'
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: 1.1.1
21
52
  type: :runtime
22
53
  prerelease: false
23
54
  version_requirements: !ruby/object:Gem::Requirement
@@ -25,6 +56,9 @@ dependencies:
25
56
  - - "~>"
26
57
  - !ruby/object:Gem::Version
27
58
  version: '1.1'
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: 1.1.1
28
62
  - !ruby/object:Gem::Dependency
29
63
  name: em-http-request
30
64
  requirement: !ruby/object:Gem::Requirement
@@ -182,6 +216,7 @@ dependencies:
182
216
  description: OAuth 1.0 TTY Command Line Interface
183
217
  email:
184
218
  - peter.boling@gmail.com
219
+ - oauth-ruby@googlegroups.com
185
220
  executables:
186
221
  - oauth
187
222
  extensions: []
@@ -210,11 +245,13 @@ licenses:
210
245
  - MIT
211
246
  metadata:
212
247
  homepage_uri: https://gitlab.com/oauth-xx/oauth-tty
213
- source_code_uri: https://gitlab.com/oauth-xx/oauth-tty/-/tree/v1.0.3
214
- changelog_uri: https://gitlab.com/oauth-xx/oauth-tty/-/blob/v1.0.3/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
215
250
  bug_tracker_uri: https://gitlab.com/oauth-xx/oauth-tty/-/issues
216
- documentation_uri: https://www.rubydoc.info/gems/oauth-tty/1.0.3
251
+ documentation_uri: https://www.rubydoc.info/gems/oauth-tty/1.0.5
217
252
  wiki_uri: https://gitlab.com/oauth-xx/oauth-tty/-/wikis/home
253
+ funding_uri: https://liberapay.com/pboling
254
+ mailing_list_uri: https://groups.google.com/g/oauth-ruby
218
255
  rubygems_mfa_required: 'true'
219
256
  post_install_message:
220
257
  rdoc_options: []
@@ -231,7 +268,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
231
268
  - !ruby/object:Gem::Version
232
269
  version: '0'
233
270
  requirements: []
234
- rubygems_version: 3.3.21
271
+ rubygems_version: 3.3.22
235
272
  signing_key:
236
273
  specification_version: 4
237
274
  summary: OAuth 1.0 TTY CLI
metadata.gz.sig ADDED
@@ -0,0 +1 @@
1
+ ���~W��&3��u�����0y:a��L���L��x�Co�R�5�T�,ß� �?��?������p�kj�+#:���o���a��G���FEu����4�a�.��G��IJލ�Nn�G}�ᴇ?�h�lD)����J�+u��7�Q���-����W�H<��/� �R���l9ـ,��&4!�