glimmer-dsl-swt 4.22.1.2 → 4.22.2.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: b7f1a29590af7f987c7f766f38be9db3b963043e8be7b7c47396bf43002e7cab
4
- data.tar.gz: 03e3578b2ec589a710bc097a21447722d11893b10dabdbb71961caa73877bb02
3
+ metadata.gz: 980aa1462abaaaba10965a3479335f3e9def40aff66d8a8241526f4b652232e7
4
+ data.tar.gz: 11de3f19cb26d5185719bcde3fc5f97df25c665b18beaa466645e7cd9db5a3ea
5
5
  SHA512:
6
- metadata.gz: 0705f8be12c4c40a82dc0db53d89c2c25054322952d8ab2ad0ffae4309564099fd05393e0132ac9f1b3fce0f0c03e4ba873b5c67cecd3bf063ba1b1233520f88
7
- data.tar.gz: 6f90add738eed715917269fc17b57f363456f2e92571af298cd9df2d1cb95c3c96df059699397d79dc33d19f98b619a0fde1f832180853813856e50f2f8b7f27
6
+ metadata.gz: a6dcc628fa448c9cac1c1e8540bcbfcde0b6b63a36f7213c89d7608f56392f4c162284eaf85dc300d06f97966f89fc5e49b1f0dae5aa123563bad8d5760e2dc2
7
+ data.tar.gz: c52de736843bd49253aa4fff70453f317d661a5aff379538d47a9c4efd0e6dfc85910769dd7220c6f2819b7ba51fee0fadf74061a886419a2208d31a221856c2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.22.2.0
4
+
5
+ - Upgrade to JRuby 9.3.3.0 (supporting ARM64/AARCH64)
6
+
3
7
  ## 4.22.1.2
4
8
 
5
9
  - Fix support for ARM64 on Mac
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.22.1.2
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.22.2.0
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)
@@ -17,7 +17,7 @@ Featured in JRuby Cookbook](http://shop.oreilly.com/product/9780596519650.do) an
17
17
 
18
18
  ![Eclipse SWT RCP NASA Mars Rover](/images/glimmer-eclipse-swt-rcp-nasa-mars-rover.png)
19
19
 
20
- [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.22.1.2 includes [SWT 4.22](https://download.eclipse.org/eclipse/downloads/drops4/R-4.22-202111241800/), which was released on November 24, 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/ARM64 on Mac and Linux!
20
+ [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.22.2.0 includes [SWT 4.22](https://download.eclipse.org/eclipse/downloads/drops4/R-4.22-202111241800/), which was released on November 24, 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/ARM64 on Mac and Linux!
21
21
 
22
22
  **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.
23
23
 
@@ -295,7 +295,7 @@ https://www.eclipse.org/swt/faq.php
295
295
 
296
296
  - JDK 17 (17.0.1) (find at https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html / Ensure PATH includes Java bin directory for `jpackage` command to work when packaging Glimmer applications)
297
297
  - [RVM](http://rvm.io) on Mac & Linux (not available on Windows)
298
- - JRuby 9.3.1.0 (supporting Ruby 2.6.x syntax) (get via [RVM](http://rvm.io) on Mac and Linux by running `rvm install jruby-9.3.1.0`; On Windows, find at [https://www.jruby.org/download](https://www.jruby.org/download))
298
+ - JRuby 9.3.3.0 (supporting Ruby 2.6.x syntax) (get via [RVM](http://rvm.io) on Mac and Linux by running `rvm install jruby-9.3.3.0`; On Windows, find at [https://www.jruby.org/download](https://www.jruby.org/download))
299
299
  - SWT 4.22 (already included in the [glimmer-dsl-swt](https://rubygems.org/gems/glimmer-dsl-swt) gem). Note that SWT now supports AARCH64/ARM64 on Mac and Linux!
300
300
  - Git (comes with Mac and Linux. Install on Windows: https://git-scm.com/download/win )
301
301
 
@@ -325,7 +325,7 @@ jgem install glimmer-dsl-swt
325
325
 
326
326
  Or this command if you want a specific version:
327
327
  ```
328
- jgem install glimmer-dsl-swt -v 4.22.1.2
328
+ jgem install glimmer-dsl-swt -v 4.22.2.0
329
329
  ```
330
330
 
331
331
  `jgem` is JRuby's version of `gem` command.
@@ -353,7 +353,7 @@ Note: if you're using activerecord or activesupport, keep in mind that Glimmer u
353
353
 
354
354
  Add the following to `Gemfile`:
355
355
  ```
356
- gem 'glimmer-dsl-swt', '~> 4.22.1.2'
356
+ gem 'glimmer-dsl-swt', '~> 4.22.2.0'
357
357
  ```
358
358
 
359
359
  And, then run:
@@ -376,7 +376,7 @@ glimmer
376
376
  ```
377
377
 
378
378
  ```
379
- Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.22.1.2
379
+ Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.22.2.0
380
380
 
381
381
  Usage: glimmer [--bundler] [--pd] [--quiet] [--debug] [--log-level=VALUE] [[ENV_VAR=VALUE]...] [[-jruby-option]...] (application.rb or task[task_args]) [[application2.rb]...]
382
382
 
data/RUBY_VERSION CHANGED
@@ -1 +1 @@
1
- jruby-9.3.1.0
1
+ jruby-9.3.3.0
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.22.1.2
1
+ 4.22.2.0
@@ -126,7 +126,7 @@ This brings up the [Glimmer Meta-Sample (The Sample of Samples)](#samples):
126
126
  Glimmer borrows from Rails the idea of Scaffolding, that is generating a structure for your app files that
127
127
  helps you get started just like true building scaffolding helps construction workers, civil engineers, and architects.
128
128
 
129
- Glimmer scaffolding goes beyond just scaffolding the app files that Rails does. It also packages it and launches it,
129
+ Glimmer scaffolding goes beyond just scaffolding the app files. It also packages it and launches it,
130
130
  getting you to a running and delivered state of an advanced "Hello, World!" Glimmer application right off the bat.
131
131
 
132
132
  This should greatly facilitate building a new Glimmer app by helping you be productive and focus on app details while
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.22.1.2
4
+ version: 4.22.2.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: 2022-01-17 00:00:00.000000000 Z
11
+ date: 2022-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement