File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2066,6 +2066,14 @@ See https://github.com/travis-ci/travis.rb/issues/768#issuecomment-700220351 for
20662066
20672067# # Version History
20682068
2069+ # ## 1.11.1
2070+
2071+ * Fix ` travis sshkey --generate` https: // github.com/ travis- ci/ travis.rb/ pull/ 820
2072+
2073+ # ## 1.11.0
2074+
2075+ * Removed authentication with password https: // github.com/ travis- ci/ travis.rb/ pull/ 811
2076+
20692077# ## 1.10.1
20702078
20712079* Fix ` travis monitor` command https: // github.com/ travis- ci/ travis.rb/ pull/ 770
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ def generate_key
5656 github . with_token do |token |
5757 access_token = github_auth ( token )
5858 end
59- session . access_token = nil
6059 unless access_token
6160 raise Travis ::Client ::GitHubLoginFailed , "all GitHub tokens given were invalid"
6261 end
Original file line number Diff line number Diff line change 11module Travis
2- VERSION = '1.11.0 '
2+ VERSION = '1.11.1 '
33end
Original file line number Diff line number Diff line change 22Gem ::Specification . new do |s |
33 # general info
44 s . name = "travis"
5- s . version = "1.11.0 "
5+ s . version = "1.11.1 "
66 s . required_ruby_version = ">= 2.3.0"
77 s . description = "CLI and Ruby client library for Travis CI"
88 s . homepage = "https://github.com/travis-ci/travis.rb"
You can’t perform that action at this time.
0 commit comments