glimmer-dsl-swt 4.21.2.3 → 4.21.2.4

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: c54876802ebb7cf1638e2133fda5aaa085e33260423984779c0e304eca419953
4
- data.tar.gz: 825ceeaad21c404984c8fc8fd23d2c110be5f046f81826b57d57c7b85b745631
3
+ metadata.gz: 4d596fb2ca88959177c7939be48e94a9b033fc014968b6bf4e796d5232ff86ae
4
+ data.tar.gz: 1b23f174e063d63213f596559a4aee0acda45004238a85dd7715d72a3e5b42eb
5
5
  SHA512:
6
- metadata.gz: 57c6ce9aca9a50949c357b54f2424ab018e3cba3bc300fa6a5cd2ef3d7a9741b9b6998d716c4b68d3005c74d4849c95637a19f0f8ff9bef4e752af81d857e5ff
7
- data.tar.gz: 8adc0b7b8258e858bce65d297c996146a0ca90ec760c34ad08c5663227f8398f8daee7bdcd983a814cb33864cde99c170077be29dfc3fedbdd3c5997aefe9e40
6
+ metadata.gz: f4579fd24daa2af0b69581b3f474e68b2470033c24f7a34767f2de5acd3454c85ad327cc430dea68e5a17111c052db54eee6a3722a0b348be86cf72d21c7c4b9
7
+ data.tar.gz: 6820f52be1d3b0ea75746a238b17c1cf47f9c619e9552afe3254aff08f1624164658e9845ad26a280f2dd6d4ab050bc3fb885b1339ffb33ef8c282debe261a02
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ### 4.21.2.4
4
+
5
+ - Update gem `post_install_message` to clearly indicate that `-J-XstartOnFirstThread` jruby option is needed on the Mac and is handled automatically with global configuration after running `glimmer-setup`.
6
+
3
7
  ### 4.21.2.3
4
8
 
5
9
  - Upgrade to glimmer 2.5.1 to fix an issue with mistakenly referencing `OpenStruct` without `'ostruct'` being loaded
data/README.md CHANGED
@@ -1,4 +1,4 @@
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.21.2.3
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.21.2.4
2
2
  ## JRuby Desktop Development GUI Framework
3
3
  [![Gem Version](https://badge.fury.io/rb/glimmer-dsl-swt.svg)](http://badge.fury.io/rb/glimmer-dsl-swt)
4
4
  [![Travis CI](https://travis-ci.com/AndyObtiva/glimmer-dsl-swt.svg?branch=master)](https://travis-ci.com/github/AndyObtiva/glimmer-dsl-swt)
@@ -15,14 +15,13 @@
15
15
  [<img src="https://covers.oreillystatic.com/images/9780596519650/lrg.jpg" width=105 /><br />
16
16
  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)
17
17
 
18
- [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.21.2.3 includes [SWT 4.21](https://download.eclipse.org/eclipse/downloads/drops4/R-4.21-202109060500/), which was released on September 6, 2021. 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. Note that SWT now supports AARCH64 on Mac and Linux, but it is not fully tested in Glimmer DSL for SWT yet, so deem its support experimental for the time being without guarantees for functionality until declared otherwise (please report any issues you may encounter).
18
+ [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.21.2.4 includes [SWT 4.21](https://download.eclipse.org/eclipse/downloads/drops4/R-4.21-202109060500/), which was released on September 6, 2021. 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. Note that SWT now supports AARCH64 on Mac and Linux, but it is not fully tested in Glimmer DSL for SWT yet, so deem its support experimental for the time being without guarantees for functionality until declared otherwise (please report any issues you may encounter).
19
19
 
20
20
  **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 (keep in mind that it is still a beta, so default back to `bind` whenever needed).
21
21
 
22
22
  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.
23
23
 
24
- Glimmer DSL gems:
25
- - [glimmer-dsl-swt](https://github.com/AndyObtiva/glimmer-dsl-swt): Glimmer DSL for SWT (JRuby Desktop Development GUI Framework)
24
+ Other [Glimmer](https://rubygems.org/gems/glimmer) DSL gems you might be interested in:
26
25
  - [glimmer-dsl-opal](https://github.com/AndyObtiva/glimmer-dsl-opal): Glimmer DSL for Opal (Pure Ruby Web GUI and Auto-Webifier of Desktop Apps)
27
26
  - [glimmer-dsl-tk](https://github.com/AndyObtiva/glimmer-dsl-tk): Glimmer DSL for Tk (MRI Ruby Desktop Development GUI Library)
28
27
  - [glimmer-dsl-libui](https://github.com/AndyObtiva/glimmer-dsl-libui): Glimmer DSL for LibUI (Prerequisite-Free Ruby Desktop Development GUI Library)
@@ -323,7 +322,7 @@ jgem install glimmer-dsl-swt
323
322
 
324
323
  Or this command if you want a specific version:
325
324
  ```
326
- jgem install glimmer-dsl-swt -v 4.21.2.3
325
+ jgem install glimmer-dsl-swt -v 4.21.2.4
327
326
  ```
328
327
 
329
328
  `jgem` is JRuby's version of `gem` command.
@@ -351,7 +350,7 @@ Note: if you're using activerecord or activesupport, keep in mind that Glimmer u
351
350
 
352
351
  Add the following to `Gemfile`:
353
352
  ```
354
- gem 'glimmer-dsl-swt', '~> 4.21.2.3'
353
+ gem 'glimmer-dsl-swt', '~> 4.21.2.4'
355
354
  ```
356
355
 
357
356
  And, then run:
@@ -372,7 +371,7 @@ glimmer
372
371
  ```
373
372
 
374
373
  ```
375
- Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.21.2.3
374
+ Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.21.2.4
376
375
 
377
376
  Usage: glimmer [--bundler] [--pd] [--quiet] [--debug] [--log-level=VALUE] [[ENV_VAR=VALUE]...] [[-jruby-option]...] (application.rb or task[task_args]) [[application2.rb]...]
378
377
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.21.2.3
1
+ 4.21.2.4
Binary file
@@ -33,7 +33,7 @@ module Glimmer
33
33
  # of a ModelBinding, which is then connected to an anonymous widget observer
34
34
  # (aka widget_data_binder as per widget_data_binders array)
35
35
  #
36
- # Depends on BindCommandHandler
36
+ # Depends on BindExpression
37
37
  class DataBindingExpression < Expression
38
38
  def can_interpret?(parent, keyword, *args, &block)
39
39
  args.size == 1 and
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.21.2.3
4
+ version: 4.21.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Maleh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-20 00:00:00.000000000 Z
11
+ date: 2021-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -709,7 +709,7 @@ post_install_message:
709
709
 
710
710
  You are ready to use `glimmer` and `girb` commands on Windows and Linux.
711
711
 
712
- On the Mac, run `glimmer-setup` command to complete setup of Glimmer DSL for SWT, making `glimmer` and `girb` commands ready for use:
712
+ On the Mac, run `glimmer-setup` command to complete setup of Glimmer DSL for SWT (it will configure a Mac required jruby option globally `-J-XstartOnFirstThread` so that you do not have to add manually), making `glimmer` and `girb` commands ready for use:
713
713
 
714
714
  glimmer-setup
715
715