oauth-tty 1.0.1 → 1.0.2

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: dcc7765f4354e03f3fd41b09347728bfe5fca79683d3c8c7379bba38a07eb4c4
4
- data.tar.gz: 54796d589108809e84feee2c9cfe5b23d42b8439396462aae954f0080b2383a0
3
+ metadata.gz: 7c128ccf40db0a9550913c5aa5318ab59a7cb8ea5a858b339050a010fea51efa
4
+ data.tar.gz: 65145490f7074e5439da84526bef3111a4c475b201bf8fbc633b8755836cbfed
5
5
  SHA512:
6
- metadata.gz: 9718b73f4efb400ec9849832f7de0db79a8ecb30ae9e7d5a46f4dcf63af3170b59e3add7bf9123400e54bd4bd5d17faafe23ccab0a6cdf3f93ab97eb5b340026
7
- data.tar.gz: cf68697e0857296c0553d614686142fe0df3d60cae37258aacaabc1d48339d62db45c8038fc46cd46521205bc46c201e42c527ba9fb537d752f42a04c305d352
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.1...main
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
@@ -3,7 +3,7 @@
3
3
  module OAuth
4
4
  module TTY
5
5
  module Version
6
- VERSION = "1.0.1"
6
+ VERSION = "1.0.2"
7
7
  end
8
8
  end
9
9
  end
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.1
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/pboling/oauth-commands
208
+ homepage: https://gitlab.com/oauth-xx/oauth-tty
209
209
  licenses:
210
210
  - MIT
211
211
  metadata:
212
- homepage_uri: https://gitlab.com/pboling/oauth-commands
213
- source_code_uri: https://gitlab.com/pboling/oauth-commands/-/tree/v1.0.1
214
- changelog_uri: https://gitlab.com/pboling/oauth-commands/-/blob/v1.0.1/CHANGELOG.md
215
- bug_tracker_uri: https://gitlab.com/pboling/oauth-commands/-/issues
216
- documentation_uri: https://www.rubydoc.info/gems/oauth-tty/1.0.1
217
- wiki_uri: https://gitlab.com/pboling/oauth-commands/-/wikis/home
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: []