oauth-tty 1.0.0 → 1.0.3

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: 9fb5812f14a92a8a60c904bf888e20701efd84500e09b872246757702619fcd0
4
- data.tar.gz: e8d2c97c028f5aa121dcc148665971d05d4131f9167c32d703092ffd24915308
3
+ metadata.gz: 26b58736636326cbfc8e5a56982c1d9945f7268d48daff63b8a41bbd4a847fec
4
+ data.tar.gz: 3c5695fa35a827e5973f17756aa64620555164afceeb39d9a1797259645f1e56
5
5
  SHA512:
6
- metadata.gz: 4ed6e99d3681333289f5e97e05789c05392ce034e96d10beea77b8a0dbd7c7d5a31649aec74ea4c41ca08546bc8d9c7ce99a6abdf7f9274bfa7465055fbd7b53
7
- data.tar.gz: d7fc8d67328d2b95233f5f2156e11ef24dc0c2c9fce709d40d3169ee346075e2007c9e7da9c5c2fe07a9e97f3989c77affedc136a5044c6b32347c71bbc67b7f
6
+ metadata.gz: ab347abb5ef865c83bd90b06d5789f9638faca042f2dcdba002d3c3fcb83726e5b4adef79fc20e36a6a68c566840d7d4dda9c15ba0cd623b149de1c49d7df720
7
+ data.tar.gz: fb1d94d23cdf6933ba7bd5717a245e56203aac5200b8d125169996c0f230188554a60d5e5f3aaf11e1e7b0eac739da917c3c5b6398130fa38a949bba8e074690
data/CHANGELOG.md CHANGED
@@ -13,9 +13,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
- ## [1.0.0] - 2022-08-23
16
+ ## [1.0.3] - 2022-09-06
17
+ ### Fixed
18
+ - Author name - Thaigo Pinto
19
+
20
+ ## [1.0.2] - 2022-08-26
21
+ ### Fixed
22
+ - URLs in Gemspec
23
+
24
+ ## [1.0.1] - 2022-08-26
25
+ ### Fixed
26
+ - Circular reference while loading
27
+
28
+ ## [1.0.0] - 2022-08-26
17
29
  ### Added
18
30
  - Initial release
19
31
 
20
- [Unreleased]: https://gitlab.com/oauth-xx/oauth-tty/-/compare/v1.0.0...main
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
21
35
  [1.0.0]: https://gitlab.com/oauth-xx/oauth-tty/-/releases/tag/v1.0.0
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/cli.rb CHANGED
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require "oauth/tty"
4
- require "oauth/tty/cli"
5
4
 
6
5
  # Backwards compatibility hack.
7
6
  # TODO: Remove with April 2023 release of 2.0 release of oauth gem
@@ -3,7 +3,7 @@
3
3
  module OAuth
4
4
  module TTY
5
5
  module Version
6
- VERSION = "1.0.0"
6
+ VERSION = "1.0.3"
7
7
  end
8
8
  end
9
9
  end
data/lib/oauth/tty.rb CHANGED
@@ -21,16 +21,6 @@ require_relative "tty/commands/authorize_command"
21
21
  require_relative "tty/commands/sign_command"
22
22
  require_relative "tty/commands/version_command"
23
23
 
24
- # A gem was released in 2011 which was a rudimentary commands for the oauth gem,
25
- # thus it occupies the name in RubyGems.org.
26
- # This library was originally written as part of the oauth gem, in 2016, as OAuth::TTY.
27
- # This gem is named oauth-tty, but intends to have backwards compatibility with oauth gem v1.0.x.
28
- # Now that it is being extracted there is a name conflict.
29
- #
30
- # oauth-cli is a backwards compatibility loader hook for bundler
31
- # TODO: Remove with April 2023 release of 2.0 release of oauth gem
32
- require "oauth/cli"
33
-
34
24
  module OAuth
35
25
  # The namespace of this gem
36
26
  module TTY
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.0
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
- - James Pinto
7
+ - Thiago Pinto
8
8
  - Peter Boling
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2022-08-26 00:00:00.000000000 Z
12
+ date: 2022-09-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: version_gem
@@ -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.0
214
- changelog_uri: https://gitlab.com/pboling/oauth-commands/-/blob/v1.0.0/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.0
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.3
214
+ changelog_uri: https://gitlab.com/oauth-xx/oauth-tty/-/blob/v1.0.3/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.3
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: []
@@ -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.20
234
+ rubygems_version: 3.3.21
235
235
  signing_key:
236
236
  specification_version: 4
237
237
  summary: OAuth 1.0 TTY CLI