WxSugar version 0.1.3 is available from
https://rubyforge.org/frs/?group_id=35&release_id=8265
It can be installed via gems, or using ''rake install'' from the
tar.gz file.
== What''s new
This is mainly a bugfix release, fixing some problems with
KeywordConstructors for certain wxruby classes (thanks to Alex Speller
for spotting these). It''s a recommended upgrade. There are some minor
updates to reflect recent wxruby2 progress.
ItemData modules are deprecated because the functionality they were
covering for is now fixed in wxruby2 core. I doubt anyone was using them.
== What''s WxSugar?
WxSugar is a set of pure-ruby extensions to wxRuby''s port of the GUI
API. The extensions aim to make writing wxRuby code more expressive and
less repetitive by making better use Ruby''s syntactic features and
conventions.