Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VERSION to auto-loaded constants #147

Merged

Conversation

ransombriggs
Copy link
Contributor

Before

irb(main):001:0> $:.unshift 'lib'
irb(main):002:0> require 'super_diff'
=> true
irb(main):003:0> SuperDiff::VERSION
NameError (uninitialized constant SuperDiff::VERSION)

After

irb(main):001:0> $:.unshift 'lib'
irb(main):002:0> require 'super_diff'
=> true
irb(main):003:0> SuperDiff::VERSION
=> "0.8.0"

@ransombriggs
Copy link
Contributor Author

I merged master can you kick off the test suite again?

@mcmire mcmire merged commit 1ac51ea into splitwise:master Apr 15, 2022
@mcmire
Copy link
Collaborator

mcmire commented Apr 15, 2022

Done and merged!

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