[ANN] NoBacksies v0.3.0 released

NoBacksies 0.3.0 has been released.

NoBacksies is a callback layer built on top of Ruby's built-in callback methods. It makes it possible to add new callbacks very easily, without having to fuss with more nuanced issues of defining and redefining callback methods.

* home: http://rubyworks.github.com/no_backsies
* docs: http://rubydoc.info/gems/no_backsies/frames

This release is made primarily because the program is now distributed under the BSD 2-Clause license.

Changes:

* Changed licenses to BSD 2-Clause.
* Cleaned up project files.

Note I just release 0.3.1. Found some typos in the code. While I was
at it I added all missing tests.

For the record: Bernard Lambeau found the typos :wink: Thanks dude!!!

···

On Jul 6, 11:10 am, Intransition <transf...@gmail.com> wrote:

Note I just release 0.3.1. Found some typos in the code. While I was
at it I added all missing tests.

I also found a superfluous "self." in the docs.... :wink:

Cheers

robert

···

On Wed, Jul 6, 2011 at 5:18 PM, Intransition <transfire@gmail.com> wrote:

On Jul 6, 11:10 am, Intransition <transf...@gmail.com> wrote:

Note I just release 0.3.1. Found some typos in the code. While I was
at it I added all missing tests.

For the record: Bernard Lambeau found the typos :wink: Thanks dude!!!

--
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/

Where's the <a href="GitHub - rubyworks/no_backsies: Enhanced Ruby Callback System
issues">issue</a>? :-p

···

On Jul 7, 5:40 am, Robert Klemme <shortcut...@googlemail.com> wrote:

On Wed, Jul 6, 2011 at 5:18 PM, Intransition <transf...@gmail.com> wrote:
> On Jul 6, 11:10 am, Intransition <transf...@gmail.com> wrote:
>> Note I just release 0.3.1. Found some typos in the code. While I was
>> at it I added all missing tests.

> For the record: Bernard Lambeau found the typos :wink: Thanks dude!!!

I also found a superfluous "self." in the docs.... :wink: