asciidoctor / asciimath

Asciimath parser
MIT License
24 stars 18 forks source link

Fix warning of uninitialized instance variable #1

Closed mojavelinux closed 8 years ago

mojavelinux commented 9 years ago

Fix the following warning caused by an uninitialized instance variable:

lib/asciimath/parser.rb:76: warning: instance variable @push_back not initialized

This shows up when running the main Asciidoctor test suite.

pepijnve commented 9 years ago

Resolved by ecb9954d1fb31df58988692c4196de5635ef54d0

mojavelinux commented 8 years ago

I see this is resolved, but it doesn't seem to be included in the 1.0.1 release on RubyGems.org. Perhaps cut a 1.0.2 release, then close.

pepijnve commented 8 years ago

I'm looking at the commit log and shell history and can't figure out how this went wrong... Weird.

Looking at the wrong issue. This change was made after I built 1.0.1 so that make sense. I'll release 1.0.2 right away.

pepijnve commented 8 years ago

1.0.2 has been published.

I've also added a Travis config to make sure the unit tests are run automatically and added 1.8.7 to the list of Ruby versions to test.

mojavelinux commented 8 years ago

Thanks!!