waxeye-org / waxeye

Waxeye is a parser generator based on parsing expression grammars (PEGs). It supports C, Java, JavaScript, Python, Racket, and Ruby.
https://waxeye-org.github.io/waxeye/index.html
Other
235 stars 38 forks source link

latest pip + gem packages are 0.7.0, will these be updated? #5

Closed bookshelfdave closed 10 years ago

bookshelfdave commented 10 years ago

I'm working on the Homebrew Formula for Waxeye based off of Waxeye 0.8.0. The Homebrew docs mention that if a package is installable via pip or gem, it should be be installed. However, the Python and Ruby packages look to be behind a version. Do you have any plans to update these?

orlandohill commented 10 years ago

Hi Dave, thanks for reporting this.

I've uploaded new packages to RubyForge and PyPI.

I've also bumped the latest version to 0.8.1, as I had to make some small changes to support Ruby 1.9.

bookshelfdave commented 10 years ago

Thanks, I'll get working on an updated brew package.

Cheers, Dave