Skip to content

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