From 5b5742753b7c1297172be1105f82c99a25e3ae71 Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Mon, 9 Mar 2015 15:25:46 -0800 Subject: [PATCH] prepped for release [git-p4: depot-paths = "//src/sexp_processor/dev/": change = 10052] --- History.txt | 6 ++++++ README.txt | 2 ++ lib/sexp_processor.rb | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 5955919..223c71e 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,9 @@ +=== 4.5.0 / 2015-03-09 + +* 1 minor enhancement: + + * Added SexpProcessor::expand_dirs_to_files as a utility to cmdline tools. + === 4.4.5 / 2015-01-16 * 1 bug fix: diff --git a/README.txt b/README.txt index cb007f5..289a06d 100644 --- a/README.txt +++ b/README.txt @@ -15,6 +15,8 @@ for your language processing pleasure. * Allows you to write very clean filters. +* Sexp provides a simple and clean interface to creating and manipulating ASTs. + == SYNOPSIS: class MyProcessor < SexpProcessor diff --git a/lib/sexp_processor.rb b/lib/sexp_processor.rb index 62351c2..d4bf870 100644 --- a/lib/sexp_processor.rb +++ b/lib/sexp_processor.rb @@ -33,7 +33,7 @@ class SexpProcessor - VERSION = "4.4.5" + VERSION = "4.5.0" ## # Automatically shifts off the Sexp type before handing the