[ANN] sexp_processor 4.4.4 Released

sexp_processor version 4.4.4 has been released!

* home: <https://github.com/seattlerb/sexp_processor>
* rdoc: <http://docs.seattlerb.org/sexp_processor>

sexp_processor branches from ParseTree bringing all the generic sexp
processing tools with it. Sexp, SexpProcessor, Environment, etc... all
for your language processing pleasure.

Changes:

### 4.4.4 / 2014-08-14

* 1 bug fix:

  * MethodBasedSexpProcessor#in_klass clears out the method_stack for the duration of the block.