-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rb: Release 2.65.2 with encoding issue fix
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ end | |
|
||
Gem::Specification.new do |s| | ||
s.name = "selenium-webdriver" | ||
s.version = "2.47.0.dev" | ||
s.version = "2.46.2" | ||
|
||
s.authors = ["Jari Bakken"] | ||
s.email = "[email protected]" | ||
|
f840e24
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Obviously it's 2.46.2, not 2.65.2. I wish I could reword it, but it's in master already...
f840e24
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Depending on how strongly you feel about the commit log, you can revert this and apply one that is correct.
f840e24
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will still be shown in log. I'd prefer to rebase and force-push, but that's not possible, isn't it?
f840e24
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should never rewrite the public history and do a force push as this will mess with local checkouts.
f840e24
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know, that's why I didn't.