Skip to content

Add to require whenever/version#865

Merged
taketo1113 merged 1 commit into
mainfrom
require-version
Nov 18, 2025
Merged

Add to require whenever/version#865
taketo1113 merged 1 commit into
mainfrom
require-version

Conversation

@taketo1113

Copy link
Copy Markdown
Collaborator

This Pull Request adds to require "whenever/version".
With this change, requiring only whenever will allow Whenever::VERSION to be accessed from anywhere.

Expected behavior

require 'whenever'

Whenever::VERSION
#=> "1.0.0"

Actual behavior

require 'whenever'

Whenever::VERSION
(irb):3:in '<main>': uninitialized constant Whenever::VERSION (NameError)

@taketo1113 taketo1113 merged commit 932e831 into main Nov 18, 2025
22 checks passed
@taketo1113 taketo1113 deleted the require-version branch November 18, 2025 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant