oauth-tty 1.0.1 → 1.0.2
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 +6 -1
- data/lib/oauth/tty/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c128ccf40db0a9550913c5aa5318ab59a7cb8ea5a858b339050a010fea51efa
|
|
4
|
+
data.tar.gz: 65145490f7074e5439da84526bef3111a4c475b201bf8fbc633b8755836cbfed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2fae3f13cdcca2a07daa944b443455c29af51b739c7683f2559a30dfd7e445163a5cbd5f27379b7e6af7f46b063db904282c2140496d9efebd4c7db98aaa581
|
|
7
|
+
data.tar.gz: b28ee2c38cfa5c3d69b80cf4e16860f1eac00387f702dd6e001512962a8f3de656aef6e8e3d859fc69e88b6ae448018353d792edcc2ee688b0c7836589966562
|
data/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
13
13
|
|
|
14
14
|
### Removed
|
|
15
15
|
|
|
16
|
+
## [1.0.2] - 2022-08-26
|
|
17
|
+
### Fixed
|
|
18
|
+
- URLs in Gemspec
|
|
19
|
+
|
|
16
20
|
## [1.0.1] - 2022-08-26
|
|
17
21
|
### Fixed
|
|
18
22
|
- Circular reference while loading
|
|
@@ -21,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
21
25
|
### Added
|
|
22
26
|
- Initial release
|
|
23
27
|
|
|
24
|
-
[Unreleased]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.
|
|
28
|
+
[Unreleased]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.2...main
|
|
29
|
+
[1.0.2]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.2
|
|
25
30
|
[1.0.1]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.1
|
|
26
31
|
[1.0.0]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.0
|
data/lib/oauth/tty/version.rb
CHANGED
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Pinto
|
|
@@ -205,16 +205,16 @@ files:
|
|
|
205
205
|
- lib/oauth/tty/commands/version_command.rb
|
|
206
206
|
- lib/oauth/tty/version.rb
|
|
207
207
|
- lib/oauth_tty.rb
|
|
208
|
-
homepage: https://gitlab.com/
|
|
208
|
+
homepage: https://gitlab.com/oauth-xx/oauth-tty
|
|
209
209
|
licenses:
|
|
210
210
|
- MIT
|
|
211
211
|
metadata:
|
|
212
|
-
homepage_uri: https://gitlab.com/
|
|
213
|
-
source_code_uri: https://gitlab.com/
|
|
214
|
-
changelog_uri: https://gitlab.com/
|
|
215
|
-
bug_tracker_uri: https://gitlab.com/
|
|
216
|
-
documentation_uri: https://www.rubydoc.info/gems/oauth-tty/1.0.
|
|
217
|
-
wiki_uri: https://gitlab.com/
|
|
212
|
+
homepage_uri: https://gitlab.com/oauth-xx/oauth-tty
|
|
213
|
+
source_code_uri: https://gitlab.com/oauth-xx/oauth-tty/-/tree/v1.0.2
|
|
214
|
+
changelog_uri: https://gitlab.com/oauth-xx/oauth-tty/-/blob/v1.0.2/CHANGELOG.md
|
|
215
|
+
bug_tracker_uri: https://gitlab.com/oauth-xx/oauth-tty/-/issues
|
|
216
|
+
documentation_uri: https://www.rubydoc.info/gems/oauth-tty/1.0.2
|
|
217
|
+
wiki_uri: https://gitlab.com/oauth-xx/oauth-tty/-/wikis/home
|
|
218
218
|
rubygems_mfa_required: 'true'
|
|
219
219
|
post_install_message:
|
|
220
220
|
rdoc_options: []
|