[ruby-talk:444257] Glimmer DSL for WX 0.0.6 Released

Glimmer DSL for WX 0.0.6 has been released! It now supports all layout
sizers (like VBoxSizer, which is `v_box_sizer` in Glimmer DSL syntax), and
includes a new sample (`samples/hello/hello_sizer.rb`). Sizer child
controls can specify their own `sizer_args` declaratively within their
bodies.

GitHub: GitHub - AndyObtiva/glimmer-dsl-wx: Glimmer DSL for WX - Ruby Desktop Development GUI Library for the wxWidgets GUI toolkit and wxruby3 binding

Ruby Gem: glimmer-dsl-wx | RubyGems.org | your community gem host

Change Log:

0.0.6:

- Sizer (layout) support
- samples/hello/hello_sizer.rb
- Refactor/move glimmer_new samples to hello directory
- Fix ControlProxy#frame_proxy method, which grabs the parent frame (going
all the way to the top of the hierarchy)