Skip to content

Commit 7d7b4cc

Browse files
committed
📝 Fix Gem Author Name, Links
1 parent b094675 commit 7d7b4cc

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Removed
1515

16+
## [1.0.3] - 2022-09-06
17+
### Fixed
18+
- Author name - Thaigo Pinto
19+
-
20+
1621
## [1.0.2] - 2022-08-26
1722
### Fixed
1823
- URLs in Gemspec

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
2727

2828
## Contributing
2929

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).
3131

3232
## License
3333

lib/oauth/tty/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module OAuth
44
module TTY
55
module Version
6-
VERSION = "1.0.2"
6+
VERSION = "1.0.3"
77
end
88
end
99
end

oauth-cli.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
77

88
spec.name = "oauth-tty"
99
spec.version = OAuth::TTY::Version::VERSION
10-
spec.authors = ["James Pinto", "Peter Boling"]
10+
spec.authors = ["Thiago Pinto", "Peter Boling"]
1111
spec.email = ["[email protected]"]
1212

1313
spec.summary = "OAuth 1.0 TTY CLI"

0 commit comments

Comments
 (0)