Skip to content

Conversation

@taketo1113
Copy link
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.

2 participants