oauth-tty 1.0.2 → 1.0.3
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 +4 -0
- data/README.md +1 -1
- data/lib/oauth/tty/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26b58736636326cbfc8e5a56982c1d9945f7268d48daff63b8a41bbd4a847fec
|
|
4
|
+
data.tar.gz: 3c5695fa35a827e5973f17756aa64620555164afceeb39d9a1797259645f1e56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab347abb5ef865c83bd90b06d5789f9638faca042f2dcdba002d3c3fcb83726e5b4adef79fc20e36a6a68c566840d7d4dda9c15ba0cd623b149de1c49d7df720
|
|
7
|
+
data.tar.gz: fb1d94d23cdf6933ba7bd5717a245e56203aac5200b8d125169996c0f230188554a60d5e5f3aaf11e1e7b0eac739da917c3c5b6398130fa38a949bba8e074690
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -27,7 +27,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
27
27
|
|
|
28
28
|
## Contributing
|
|
29
29
|
|
|
30
|
-
Bug reports and pull requests are welcome on GitHub at https://gitlab.com/oauth-xx/oauth-tty/-/issues. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://gitlab.com/oauth-xx/oauth-tty/-/blob/main/CODE_OF_CONDUCT.md).
|
|
30
|
+
Bug reports and pull requests are welcome on GitHub at [https://gitlab.com/oauth-xx/oauth-tty/-/issues](https://gitlab.com/oauth-xx/oauth-tty/-/issues). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://gitlab.com/oauth-xx/oauth-tty/-/blob/main/CODE_OF_CONDUCT.md).
|
|
31
31
|
|
|
32
32
|
## License
|
|
33
33
|
|
data/lib/oauth/tty/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
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.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Thiago Pinto
|
|
8
8
|
- Peter Boling
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2022-
|
|
12
|
+
date: 2022-09-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: version_gem
|
|
@@ -210,10 +210,10 @@ licenses:
|
|
|
210
210
|
- MIT
|
|
211
211
|
metadata:
|
|
212
212
|
homepage_uri: https://gitlab.com/oauth-xx/oauth-tty
|
|
213
|
-
source_code_uri: https://gitlab.com/oauth-xx/oauth-tty/-/tree/v1.0.
|
|
214
|
-
changelog_uri: https://gitlab.com/oauth-xx/oauth-tty/-/blob/v1.0.
|
|
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
|
|
215
215
|
bug_tracker_uri: https://gitlab.com/oauth-xx/oauth-tty/-/issues
|
|
216
|
-
documentation_uri: https://www.rubydoc.info/gems/oauth-tty/1.0.
|
|
216
|
+
documentation_uri: https://www.rubydoc.info/gems/oauth-tty/1.0.3
|
|
217
217
|
wiki_uri: https://gitlab.com/oauth-xx/oauth-tty/-/wikis/home
|
|
218
218
|
rubygems_mfa_required: 'true'
|
|
219
219
|
post_install_message:
|
|
@@ -231,7 +231,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
231
231
|
- !ruby/object:Gem::Version
|
|
232
232
|
version: '0'
|
|
233
233
|
requirements: []
|
|
234
|
-
rubygems_version: 3.3.
|
|
234
|
+
rubygems_version: 3.3.21
|
|
235
235
|
signing_key:
|
|
236
236
|
specification_version: 4
|
|
237
237
|
summary: OAuth 1.0 TTY CLI
|