-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The version field is empty in the source GEM
- Loading branch information
1 parent
dd43816
commit a2361c4
Showing
1 changed file
with
1 addition
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 makes sense only for the non-
main
branch which lacks theversion
value as @Hao-Chalmers mentioned. It would be more robust to move up the check forisempty(version)
.