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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c128ccf40db0a9550913c5aa5318ab59a7cb8ea5a858b339050a010fea51efa
4
- data.tar.gz: 65145490f7074e5439da84526bef3111a4c475b201bf8fbc633b8755836cbfed
3
+ metadata.gz: 26b58736636326cbfc8e5a56982c1d9945f7268d48daff63b8a41bbd4a847fec
4
+ data.tar.gz: 3c5695fa35a827e5973f17756aa64620555164afceeb39d9a1797259645f1e56
5
5
  SHA512:
6
- metadata.gz: c2fae3f13cdcca2a07daa944b443455c29af51b739c7683f2559a30dfd7e445163a5cbd5f27379b7e6af7f46b063db904282c2140496d9efebd4c7db98aaa581
7
- data.tar.gz: b28ee2c38cfa5c3d69b80cf4e16860f1eac00387f702dd6e001512962a8f3de656aef6e8e3d859fc69e88b6ae448018353d792edcc2ee688b0c7836589966562
6
+ metadata.gz: ab347abb5ef865c83bd90b06d5789f9638faca042f2dcdba002d3c3fcb83726e5b4adef79fc20e36a6a68c566840d7d4dda9c15ba0cd623b149de1c49d7df720
7
+ data.tar.gz: fb1d94d23cdf6933ba7bd5717a245e56203aac5200b8d125169996c0f230188554a60d5e5f3aaf11e1e7b0eac739da917c3c5b6398130fa38a949bba8e074690
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.3] - 2022-09-06
17
+ ### Fixed
18
+ - Author name - Thaigo Pinto
19
+
16
20
  ## [1.0.2] - 2022-08-26
17
21
  ### Fixed
18
22
  - URLs in Gemspec
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
 
@@ -3,7 +3,7 @@
3
3
  module OAuth
4
4
  module TTY
5
5
  module Version
6
- VERSION = "1.0.2"
6
+ VERSION = "1.0.3"
7
7
  end
8
8
  end
9
9
  end
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.2
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
@@ -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.2
214
- changelog_uri: https://gitlab.com/oauth-xx/oauth-tty/-/blob/v1.0.2/CHANGELOG.md
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.2
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.20
234
+ rubygems_version: 3.3.21
235
235
  signing_key:
236
236
  specification_version: 4
237
237
  summary: OAuth 1.0 TTY CLI