Skip to content

Commit

Permalink
✏️ Version typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Sep 30, 2023
1 parent 3ed8b99 commit 9284023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ MyLib::Version.to_h # => { major: 0, minor: 1, patch: 0, pre: "" }

Your `version.rb` file now abides the Ruby convention of directory / path matching the namespace / class!

#### Query Ruby Version (as of version 1.2.0)
#### Query Ruby Version (as of version 1.1.2)

In Continuous Integration environments for libraries that run against many versions of Ruby,
I often need to configure things discretely per Ruby version, and doing so forced me to repeat
Expand Down

0 comments on commit 9284023

Please sign in to comment.