glimmer-dsl-swt 4.27.0.1 → 4.29.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad47a99034eacf77b9ea1726e783dc6e14907deedb0ee8114a044ea283f7a5a1
4
- data.tar.gz: bd32bc806f306eb65ee37270bae97f650545159b0225a14c9fcd8f9603a44f0c
3
+ metadata.gz: 2d4c43470ebc5404b5a15e04a87326cbf4a930ae75685c5f13d22cc10334b497
4
+ data.tar.gz: '028066d00b4f2283917779500a8dc93d63b9fcc000dba809b211009756a1b5ce'
5
5
  SHA512:
6
- metadata.gz: 9b67597fef7f3df0fb07160182756a5e1c9937f5b8be60322a163bd297ca8c303e328f69657425cba1c11011e84741b58083eaa5722b2188800506694d1ad328
7
- data.tar.gz: 02fcd6df52677d7525bb9568add9f11430461e9b5d6a6eddf3a111d4e86d022d95a05452f81ab73004e107fa913a720fd4e387c31323942f3400c27f66e17a35
6
+ metadata.gz: fdbd2403d322ac1ec9b601c410ece74c794e283d7a2386ef82d8c299f98669b6697d27c4efe1083cfd9fdd067985d0bccd2728a127943bfe11a6f9a76ffa02ee
7
+ data.tar.gz: b2c36fbd48b013488f5bd54561a25aa13ee048a8e8edf1e3573378fff8e3b9a1dce707c63d5bcaaa63e642be11e0cfa5db7994a93edeffe5b41d0b3e289f5553
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.29.0.0
4
+
5
+ - Upgrade to SWT 4.29
6
+ - Upgrade to JRuby 9.3.11.0
7
+ - Enable setting properties direclty on main code body `styled_text` component of `code_text` by nesting properties underneath the `code` element (e.g. `code_text { code { font font_options } }`)
8
+
9
+ ## 4.28.0.0
10
+
11
+ - Upgrade to SWT 4.28
12
+
3
13
  ## 4.27.0.1
4
14
 
5
15
  - Avoid displaying confusing "No such file or directory" message when scaffolding fails due to missing GitHub user configuration (by displaying a friendly message for when either GitHub user or Git user is missing)
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # [<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=85 />](https://github.com/AndyObtiva/glimmer) Glimmer DSL for SWT 4.27.0.1
2
- ## JRuby Desktop Development GUI Framework
1
+ # [<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=85 />](https://github.com/AndyObtiva/glimmer) Glimmer DSL for SWT 4.29.0.0
2
+ ## JRuby Desktop Development Cross-Platform Native GUI Framework
3
3
  ### The Quickest Way From Zero To GUI
4
4
  [![Gem Version](https://badge.fury.io/rb/glimmer-dsl-swt.svg)](http://badge.fury.io/rb/glimmer-dsl-swt)
5
5
  [![Travis CI](https://travis-ci.com/AndyObtiva/glimmer-dsl-swt.svg?branch=master)](https://travis-ci.com/github/AndyObtiva/glimmer-dsl-swt)
@@ -7,6 +7,8 @@
7
7
  [![Maintainability](https://api.codeclimate.com/v1/badges/aaf1cba142dd351f84bd/maintainability)](https://codeclimate.com/github/AndyObtiva/glimmer-dsl-swt/maintainability)
8
8
  [![Join the chat at https://gitter.im/AndyObtiva/glimmer](https://badges.gitter.im/AndyObtiva/glimmer.svg)](https://gitter.im/AndyObtiva/glimmer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
9
9
 
10
+ **[If You Liked Shoes, You'll Love Glimmer!](https://github.com/AndyObtiva/glimmer#faq)**
11
+
10
12
  **(The Original Glimmer Library Handling the World’s Ruby GUI Needs Since 2007. Beware of Imitators!)**
11
13
 
12
14
  (**[***RubyConf 2022 Talk - Building Native GUI Apps in Ruby***](https://andymaleh.blogspot.com/2023/02/rubyconf-2022-talk-video-for-building.html)**)
@@ -19,34 +21,22 @@
19
21
 
20
22
  ![Glimmer DSL for SWT Demo of Hello, World!](/images/glimmer-dsl-swt-demo-hello-world.gif)
21
23
 
22
- [Glimmer](https://github.com/AndyObtiva/glimmer) DSL for [SWT](https://www.eclipse.org/swt/) (formerly [Glimmer](https://github.com/AndyObtiva/glimmer)) is a native GUI (Graphical User Interface) cross-platform desktop development library written in [JRuby](https://www.jruby.org/), an OS-threaded faster [JVM](https://www.java.com/en/download/help/whatis_java.html) version of [Ruby](https://www.ruby-lang.org/en/). [Glimmer](https://github.com/AndyObtiva/glimmer)'s main innovation is a declarative [Ruby DSL](docs/reference/GLIMMER_GUI_DSL_SYNTAX.md#glimmer-dsl-syntax) (Domain Specific Language) that enables productive and efficient authoring of desktop application user-interfaces by relying on the robust [Eclipse SWT library](https://www.eclipse.org/swt/). [Glimmer](https://rubygems.org/gems/glimmer) additionally innovates by having built-in [data-binding](docs/reference/GLIMMER_GUI_DSL_SYNTAX.md#data-binding) support, which greatly facilitates synchronizing the GUI with domain models, thus achieving true decoupling of object oriented components and enabling developers to solve business problems (test-first) without worrying about GUI concerns, or alternatively drive development GUI-first, and then write clean business models afterwards. Not only does Glimmer provide a large set of GUI [widgets](docs/reference/GLIMMER_GUI_DSL_SYNTAX.md#widgets), but it also supports drawing Canvas Graphics like [Shapes](docs/reference/GLIMMER_GUI_DSL_SYNTAX.md#canvas-shape-dsl) and [Animations](docs/reference/GLIMMER_GUI_DSL_SYNTAX.md#canvas-animation-dsl). To get started quickly, [Glimmer](https://rubygems.org/gems/glimmer) offers [scaffolding](docs/reference/GLIMMER_COMMAND.md#scaffolding) options for [Apps](#in-production), [Gems](docs/reference/GLIMMER_COMMAND.md#custom-shell-gem), and [Custom Widgets](docs/reference/GLIMMER_GUI_DSL_SYNTAX.md#custom-widgets). [Glimmer](https://rubygems.org/gems/glimmer) also includes native-executable [packaging](docs/reference/GLIMMER_PACKAGING_AND_DISTRIBUTION.md) support, sorely lacking in other libraries, thus enabling the delivery of desktop apps written in [Ruby](https://www.ruby-lang.org/en/) as truly native DMG/PKG/APP files on the [Mac](https://www.apple.com/ca/macos), MSI/EXE files on [Windows](https://www.microsoft.com/en-ca/windows), and DEB/RPM files on [Linux](https://www.linux.org/). [Glimmer](https://github.com/AndyObtiva/glimmer) was the [first Ruby gem](https://rubygems.org/gems/glimmer) to bring [SWT](https://www.eclipse.org/swt/) (Standard Widget Toolkit) to [Ruby](https://www.ruby-lang.org/en/), thanks to creator [Andy Maleh](https://andymaleh.blogspot.com/), EclipseCon/EclipseWorld/RubyConf speaker.
24
+ [Glimmer](https://github.com/AndyObtiva/glimmer) DSL for [SWT](https://www.eclipse.org/swt/) (formerly [Glimmer](https://github.com/AndyObtiva/glimmer)) is a native GUI (Graphical User Interface) cross-platform desktop development library written in [JRuby](https://www.jruby.org/), an OS-threaded faster [JVM](https://www.java.com/en/download/help/whatis_java.html) version of [Ruby](https://www.ruby-lang.org/en/). [Glimmer](https://github.com/AndyObtiva/glimmer)'s main innovation is a minimalistic declarative [Ruby DSL](docs/reference/GLIMMER_GUI_DSL_SYNTAX.md#glimmer-dsl-syntax) (Domain Specific Language) that enables productive and efficient authoring of professional-grade desktop applications by relying on the robust [Eclipse SWT library](https://www.eclipse.org/swt/), with the familiar native look, feel, and behavior of GUI on Mac, Windows, and Linux. [Glimmer](https://rubygems.org/gems/glimmer) additionally innovates by having built-in [data-binding](docs/reference/GLIMMER_GUI_DSL_SYNTAX.md#data-binding) support, which greatly facilitates synchronizing the GUI with domain models, thus achieving true decoupling of object oriented components and enabling developers to solve business problems (test-first) without worrying about GUI concerns, or alternatively drive development GUI-first, and then write clean business models afterwards. Not only does Glimmer provide a large set of GUI [widgets](docs/reference/GLIMMER_GUI_DSL_SYNTAX.md#widgets), but it also supports drawing Canvas Graphics like [Shapes](docs/reference/GLIMMER_GUI_DSL_SYNTAX.md#canvas-shape-dsl) and [Animations](docs/reference/GLIMMER_GUI_DSL_SYNTAX.md#canvas-animation-dsl). To get started quickly, [Glimmer](https://rubygems.org/gems/glimmer) offers [scaffolding](docs/reference/GLIMMER_COMMAND.md#scaffolding) options for [Apps](#in-production), [Gems](docs/reference/GLIMMER_COMMAND.md#custom-shell-gem), and [Custom Widgets](docs/reference/GLIMMER_GUI_DSL_SYNTAX.md#custom-widgets). [Glimmer](https://rubygems.org/gems/glimmer) also includes native-executable [packaging](docs/reference/GLIMMER_PACKAGING_AND_DISTRIBUTION.md) support, sorely lacking in other libraries, thus enabling the delivery of desktop apps written in [Ruby](https://www.ruby-lang.org/en/) as truly native DMG/PKG/APP files on the [Mac](https://www.apple.com/ca/macos), MSI/EXE files on [Windows](https://www.microsoft.com/en-ca/windows), and DEB/RPM files on [Linux](https://www.linux.org/). [Glimmer](https://github.com/AndyObtiva/glimmer) was the [first Ruby gem](https://rubygems.org/gems/glimmer) to bring [SWT](https://www.eclipse.org/swt/) (Standard Widget Toolkit) to [Ruby](https://www.ruby-lang.org/en/), thanks to creator [Andy Maleh](https://andymaleh.blogspot.com/), EclipseCon/EclipseWorld/RubyConf speaker.
23
25
 
24
26
  [<img src="https://covers.oreillystatic.com/images/9780596519650/lrg.jpg" width=105 /><br />
25
27
  Featured in JRuby Cookbook](http://shop.oreilly.com/product/9780596519650.do) and [Chalmers/Gothenburg University Software Engineering Master's Lecture Material](http://www.cse.chalmers.se/~bergert/slides/guest_lecture_DSLs.pdf)
26
28
 
27
- [SWT](https://www.eclipse.org/swt/) (Standard Widget Toolkit) is a very robust GUI toolkit that is most famous for building the [Eclipse IDE](https://www.eclipse.org/ide/), a free and open-source general language Integrated Development Environment that was the first to provide a high-performance pause-free [Java](https://www.oracle.com/ca-en/java/) IDE (unlike earlier versions of NetBeans and other [Java](https://www.oracle.com/ca-en/java/) IDEs), thanks to its very smart software architecture. Additionally, [Eclipse RCP (Rich Client Platform, built on top of SWT) has been used by NASA to build Mars Rover operational software](https://www.eclipse.org/community/casestudies/NASAfinal.pdf). So, [Eclipse technologies](https://www.eclipse.org/) are not only very highly proven, but are also considered some of the best in the world. In fact, it took CSS decades before it finally caught up with one of [SWT](https://www.eclipse.org/swt/)'s very effective ideas, the [GridLayout](https://help.eclipse.org/latest/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/layout/package-summary.html). [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) makes [Eclipse Technologies](https://www.eclipse.org/) available in [Ruby](https://www.ruby-lang.org) via [JRuby](https://www.jruby.org/).
29
+ [SWT](https://www.eclipse.org/swt/) (Standard Widget Toolkit) is a very robust GUI toolkit that is most famous for building the [Eclipse IDE](https://www.eclipse.org/ide/), a free and open-source general language Integrated Development Environment that was the first to provide a high-performance pause-free [Java](https://www.oracle.com/ca-en/java/) IDE (unlike earlier versions of NetBeans and other [Java](https://www.oracle.com/ca-en/java/) IDEs), thanks to its very smart software architecture. Additionally, [Eclipse RCP (Rich Client Platform, built on top of SWT) has been used by NASA to build Mars Rover operational software](https://www.eclipse.org/community/casestudies/NASAfinal.pdf). So, [Eclipse technologies](https://www.eclipse.org/) are not only very highly proven, but are also considered some of the best in the world.
28
30
 
29
31
  ![Eclipse SWT RCP NASA Mars Rover](/images/glimmer-eclipse-swt-rcp-nasa-mars-rover.png)
30
32
 
31
- [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.27.0.1 includes [SWT 4.27](https://download.eclipse.org/eclipse/downloads/drops4/R-4.27-202303020300/), which was released on Mar 2, 2023. Gem version numbers are in sync with the SWT library versions. The first two digits represent the SWT version number. The last two digits represent the minor and patch versions of Glimmer DSL for SWT.
33
+ [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.29.0.0 includes [SWT 4.29](https://download.eclipse.org/eclipse/downloads/drops4/R-4.29-202309031000/), which was released on September 3, 2023. Gem version numbers are in sync with the SWT library versions. The first two digits represent the SWT version number. The last two digits represent the minor and patch versions of Glimmer DSL for SWT.
32
34
 
33
35
  **Starting in version 4.20.0.0, [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) comes with the new [***Shine***](/docs/reference/GLIMMER_GUI_DSL_SYNTAX.md#shine) syntax** for highly intuitive and visually expressive View/Model Attribute Mapping, relying on `<=>` for bidirectional (two-way) data-binding and `<=` for unidirectional (one-way) data-binding, providing an alternative to the `bind` keyword. That was [originally conceived back in 2007](https://andymaleh.blogspot.com/2007/12/data-shining-in-glimmer.html).
34
36
 
35
37
  Please help make [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) better by providing feedback and [contributing](#contributing) whenever possible. Any feature suggestions that are accepted could be implemented within weeks if not days.
36
38
 
37
- **[Glimmer](https://github.com/AndyObtiva/glimmer) DSL Comparison Table:**
38
- DSL | Platforms | Native? | Vector Graphics? | Pros | Cons | Prereqs
39
- ----|-----------|---------|------------------|------|------|--------
40
- [Glimmer DSL for SWT (JRuby Desktop Development GUI Framework)](https://github.com/AndyObtiva/glimmer-dsl-swt) | Mac / Windows / Linux | Yes | Yes (Canvas Shape DSL) | Very Mature / Scaffolding / Native Executable Packaging / Custom Widgets | Slow JRuby Startup Time / Heavy Memory Footprint | Java / JRuby
41
- [Glimmer DSL for Opal (Pure Ruby Web GUI and Auto-Webifier of Desktop Apps)](https://github.com/AndyObtiva/glimmer-dsl-opal) | All Web Browsers | No | Yes (Canvas Shape DSL) | Simpler than All JavaScript Technologies / Auto-Webify Desktop Apps | Setup Process / Incomplete Alpha | Rails
42
- [Glimmer DSL for LibUI (Prerequisite-Free Ruby Desktop Development GUI Library)](https://github.com/AndyObtiva/glimmer-dsl-libui) | Mac / Windows / Linux | Yes | Yes (Area API) | Fast Startup Time / Light Memory Footprint | LibUI is an Incomplete Mid-Alpha Only | None Other Than MRI Ruby
43
- [Glimmer DSL for Tk (Ruby Tk Desktop Development GUI Library)](https://github.com/AndyObtiva/glimmer-dsl-tk) | Mac / Windows / Linux | Some Native-Themed Widgets (Not Truly Native) | Yes (Canvas) | Fast Startup Time / Light Memory Footprint | Widgets Do Not Look Truly Native, Espcially on Linux | ActiveTcl / MRI Ruby
44
- [Glimmer DSL for GTK (Ruby-GNOME Desktop Development GUI Library)](https://github.com/AndyObtiva/glimmer-dsl-gtk) | Mac / Windows / Linux | Only on Linux | Yes (Cairo) | Complete Access to GNOME Features on Linux (Forte) | Not Native on Mac and Windows | None Other Than MRI Ruby on Linux / Brew Packages on Mac / MSYS & MING Toolchains on Windows / MRI Ruby
45
- [Glimmer DSL for FX (FOX Toolkit Ruby Desktop Development GUI Library)](https://github.com/AndyObtiva/glimmer-dsl-fx) | Mac (requires XQuartz) / Windows / Linux | No | Yes (Canvas) | No Prerequisites on Windows (Forte Since Binaries Are Included Out of The Box) | Widgets Do Not Look Native / Mac Usage Obtrusively Starts XQuartz | None Other Than MRI Ruby on Windows / XQuarts on Mac / MRI Ruby
46
- [Glimmer DSL for JFX (JRuby JavaFX Desktop Development GUI Library)](https://github.com/AndyObtiva/glimmer-dsl-jfx) | Mac / Windows / Linux | No | Yes (javafx.scene.shape and javafx.scene.canvas) | Rich in Custom Widgets | Slow JRuby Startup Time / Heavy Memory Footprint / Widgets Do Not Look Native | Java / JRuby / JavaFX SDK
47
- [Glimmer DSL for Swing (JRuby Swing Desktop Development GUI Library)](https://github.com/AndyObtiva/glimmer-dsl-swing) | Mac / Windows / Linux | No | Yes (Java2D) | Very Mature | Slow JRuby Startup Time / Heavy Memory Footprint / Widgets Do Not Look Native | Java / JRuby
48
- [Glimmer DSL for XML (& HTML)](https://github.com/AndyObtiva/glimmer-dsl-xml) | All Web Browsers | No | Yes (SVG) | Programmable / Lighter-weight Than Actual XML | XML Elements Are Sometimes Not Well-Named (Many Types of Input) | None
49
- [Glimmer DSL for CSS](https://github.com/AndyObtiva/glimmer-dsl-css) | All Web Browsers | No | Yes | Programmable | CSS Is Over-Engineered / Too Many Features To Learn | None
39
+ Learn more about the differences between various [Glimmer](https://github.com/AndyObtiva/glimmer) DSLs by looking at the **[Glimmer DSL Comparison Table](https://github.com/AndyObtiva/glimmer#glimmer-dsl-comparison-table)**.
50
40
 
51
41
  ## Examples
52
42
 
@@ -315,7 +305,7 @@ https://www.eclipse.org/swt/faq.php
315
305
 
316
306
  - JDK 19 is recommended / JDK 16 is the minimum except on Mac ARM64 where JDK 17 is the minimum (find at https://www.oracle.com/java/technologies/downloads / Ensure `PATH` env var includes Java bin directory for `jpackage` command to work when packaging Glimmer applications / Preferably setup `JAVA_HOME` env var too to point to JDK home directory before installing JRuby)
317
307
  - [RVM](http://rvm.io) on Mac & Linux (not needed on Windows)
318
- - JRuby 9.3.8.0 is recommended / JRuby 9.3.6.0 is the minimum (supporting Ruby 2.6.x syntax) (get via [RVM](http://rvm.io) on Mac and Linux by running `rvm install jruby-9.3.8.0`; On Windows, find at [https://www.jruby.org/download](https://www.jruby.org/download))
308
+ - JRuby 9.3.11.0 is recommended / JRuby 9.3.6.0 is the minimum (supporting Ruby 2.6.x syntax) (get via [RVM](http://rvm.io) on Mac and Linux by running `rvm install jruby-9.3.11.0`; On Windows, find at [https://www.jruby.org/download](https://www.jruby.org/download))
319
309
  - SWT 4.25 (already included in the [glimmer-dsl-swt](https://rubygems.org/gems/glimmer-dsl-swt) gem). Note that SWT supports ARM64/AARCH64 on Mac and Linux since version 4.20
320
310
  - Git (comes with Mac and Linux. Install on Windows: https://git-scm.com/download/win )
321
311
 
@@ -345,7 +335,7 @@ jgem install glimmer-dsl-swt
345
335
 
346
336
  Or this command if you want a specific version:
347
337
  ```
348
- jgem install glimmer-dsl-swt -v 4.27.0.1
338
+ jgem install glimmer-dsl-swt -v 4.29.0.0
349
339
  ```
350
340
 
351
341
  `jgem` is JRuby's version of `gem` command.
@@ -373,7 +363,7 @@ Note: if you're using activerecord or activesupport, keep in mind that Glimmer u
373
363
 
374
364
  Add the following to `Gemfile`:
375
365
  ```
376
- gem 'glimmer-dsl-swt', '~> 4.27.0.1'
366
+ gem 'glimmer-dsl-swt', '~> 4.29.0.0'
377
367
  ```
378
368
 
379
369
  And, then run:
@@ -396,7 +386,7 @@ glimmer
396
386
  ```
397
387
 
398
388
  ```
399
- Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.27.0.1
389
+ Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.29.0.0
400
390
 
401
391
  Usage: glimmer [--bundler] [--pd] [--quiet] [--debug] [--log-level=VALUE] [[ENV_VAR=VALUE]...] [[-jruby-option]...] (application.rb or task[task_args]) [[application2.rb]...]
402
392
 
data/RUBY_VERSION CHANGED
@@ -1 +1 @@
1
- jruby-9.3.10.0
1
+ jruby-9.3.11.0
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.27.0.1
1
+ 4.29.0.0
@@ -5344,6 +5344,23 @@ code_text(lines: true) {
5344
5344
  }
5345
5345
  ```
5346
5346
 
5347
+ Code Text Example with lines enabled, setting a property on main code body `styled_text` without also applying to outer `composite`, by nesting underneath `code` element:
5348
+
5349
+ ```ruby
5350
+ code_text(lines: true) {
5351
+ line_numbers {
5352
+ background Display.system_dark_theme? ? :black : :white
5353
+ }
5354
+ code {
5355
+ background :yellow
5356
+ }
5357
+ text <=> [SampleDirectory, 'selected_sample.code']
5358
+ editable <= [SampleDirectory, 'selected_sample.editable']
5359
+ left_margin 7
5360
+ right_margin 7
5361
+ }
5362
+ ```
5363
+
5347
5364
  ###### Code Text Options
5348
5365
 
5349
5366
  **lines**
@@ -5355,6 +5372,13 @@ If set to a hash like `{width: 4}`, it sets the initial width of the line number
5355
5372
 
5356
5373
  Keep in mind that if the text grows and required a wider line numbers area, it grows automatically regardless of initial width.
5357
5374
 
5375
+ When lines are enabled, `code_text` ends up with multiple widgets underneath, which can be customized through these nested elements:
5376
+ - `root {...}` customizes the root `composite` widget
5377
+ - `line_numbers {...}` customizes the line numbers `styled_text` widget
5378
+ - `code {...}` customizes the code `styled_text` widget
5379
+
5380
+ If you include properties directly under `code_text` while lines are enabled, then they are applied to both the root `composite` and code `styled_text` if applicable to each widget.
5381
+
5358
5382
  **theme**
5359
5383
  (default: `'glimmer'`)
5360
5384
 
Binary file
@@ -123,6 +123,10 @@ module Glimmer
123
123
  @line_numbers_styled_text_proxy.content(&block)
124
124
  end
125
125
 
126
+ def code_block=(block)
127
+ @styled_text_proxy.content(&block)
128
+ end
129
+
126
130
  before_body do
127
131
  require 'rouge'
128
132
  require 'ext/rouge/themes/glimmer'
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glimmer-dsl-swt
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.27.0.1
4
+ version: 4.29.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Maleh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-28 00:00:00.000000000 Z
11
+ date: 2023-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -342,24 +342,26 @@ dependencies:
342
342
  - - ">="
343
343
  - !ruby/object:Gem::Version
344
344
  version: 0.14.1.cr2
345
- description: Glimmer DSL for SWT (JRuby Desktop Development GUI Framework) is a native-GUI
346
- cross-platform desktop development library written in JRuby, an OS-threaded faster
347
- JVM version of Ruby. It includes SWT 4.25 (released 31 Aug 2022). Glimmer's main
348
- innovation is a declarative Ruby DSL that enables productive and efficient authoring
349
- of desktop application user-interfaces by relying on the robust Eclipse SWT library.
350
- Glimmer additionally innovates by having built-in data-binding support, which greatly
351
- facilitates synchronizing the GUI with domain models, thus achieving true decoupling
352
- of object oriented components and enabling developers to solve business problems
353
- (test-first) without worrying about GUI concerns, or alternatively drive development
354
- GUI-first, and then write clean business models (test-first) afterwards. Not only
355
- does Glimmer provide a large set of GUI widgets, but it also supports drawing Canvas
356
- Graphics like Shapes and Animations. To get started quickly, Glimmer offers scaffolding
357
- options for Apps, Gems, and Custom Widgets. Glimmer also includes native-executable
358
- packaging support, sorely lacking in other libraries, thus enabling the delivery
359
- of desktop apps written in Ruby as truly native DMG/PKG/APP files on the Mac, MSI/EXE
360
- files on Windows, and DEB/RPM files on Linux. Glimmer was the first Ruby gem to
361
- bring SWT (Standard Widget Toolkit) to Ruby, thanks to creator Andy Maleh, EclipseCon/EclipseWorld/RubyConf
362
- speaker.
345
+ description: Glimmer DSL for SWT (JRuby Desktop Development Cross-Platform Native
346
+ GUI Framework) is a native-GUI cross-platform desktop development library written
347
+ in JRuby, an OS-threaded faster JVM version of Ruby. It includes SWT 4.29 (released
348
+ on September 3, 2023). Glimmer's main innovation is a declarative Ruby DSL that
349
+ enables productive and efficient authoring of professional-grade desktop applications
350
+ by relying on the robust Eclipse SWT library, with the familiar native look, feel,
351
+ and behavior of GUI on Mac, Windows, and Linux. Glimmer additionally innovates by
352
+ having built-in data-binding support, which greatly facilitates synchronizing the
353
+ GUI with domain models, thus achieving true decoupling of object oriented components
354
+ and enabling developers to solve business problems (test-first) without worrying
355
+ about GUI concerns, or alternatively drive development GUI-first, and then write
356
+ clean business models (test-first) afterwards. Not only does Glimmer provide a large
357
+ set of GUI widgets, but it also supports drawing Canvas Graphics like Shapes and
358
+ Animations. To get started quickly, Glimmer offers scaffolding options for Apps,
359
+ Gems, and Custom Widgets. Glimmer also includes native-executable packaging support,
360
+ sorely lacking in other libraries, thus enabling the delivery of desktop apps written
361
+ in Ruby as truly native DMG/PKG/APP files on the Mac, MSI/EXE files on Windows,
362
+ and DEB/RPM files on Linux. Glimmer was the first Ruby gem to bring SWT (Standard
363
+ Widget Toolkit) to Ruby, thanks to creator Andy Maleh, EclipseCon/EclipseWorld/RubyConf
364
+ speaker. If you liked Shoes, You'll love Glimmer!
363
365
  email: andy.am@gmail.com
364
366
  executables:
365
367
  - glimmer
@@ -739,5 +741,6 @@ requirements: []
739
741
  rubygems_version: 3.2.33
740
742
  signing_key:
741
743
  specification_version: 4
742
- summary: Glimmer DSL for SWT (JRuby Desktop Development GUI Framework)
744
+ summary: Glimmer DSL for SWT (JRuby Desktop Development Cross-Platform Native GUI
745
+ Framework)
743
746
  test_files: []