glimmer-dsl-swt 4.24.1.0 → 4.24.1.1

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: 4ed904011b359114245bc0485e75023e038fa9b208a2a818aaba46b923e94f4c
4
- data.tar.gz: 0a1d365ab053b96ee367716aedb6a1ecf4a2057fa051736709c1dce8f87914a1
3
+ metadata.gz: fb2e6b29d0e22472197125558b15c5907bb8cd0f14435a5394e50e988d246e60
4
+ data.tar.gz: fb077b4b726a322ba57a3bc18e5feb8356d25eac9f8919cd3fccabd8cb3220a6
5
5
  SHA512:
6
- metadata.gz: bd0c8206fd81b65e1df28ed4cfa65c3926a79fa5481d7952b8c79b4e2fe8df3b05038ff8d027b5cd0e719fc2343daf9a90b4a70ef26e11919f90b7deb32fd76f
7
- data.tar.gz: 2ba445c625a88d29701f7d7a37e92c6da6e3aa7c202eee23207ca7f723133fcc80484697d2e9e708b5b8c1c47fd19e9afeb1ba9f2e16746c6b7903719624489d
6
+ metadata.gz: be47b7d1ed562c8a086f6d4f58df9f669597fe0726f7befc15632ee21ba326514978a6622b6daeb3c35da6fdaaf104a55c316ee1b8fd22841697999eddedb193
7
+ data.tar.gz: bd6f034024917f91b7b15b54010c37c17b9b10a85d82ae9b41ad7f5605935217ca381a98f15f4f96f874684a3fb1f6b62e6bb19fb7a354af4c98d30a746daa47
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.24.1.1
4
+
5
+ - Fix `jar-dependencies` gem version to v0.4.1 in scaffolded applications to avoid issue encountered in newly released v0.4.2
6
+
3
7
  ## 4.24.1.0
4
8
 
5
9
  - Upgrade to JRuby 9.3.6.0
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.24.1.0
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.24.1.1
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)
@@ -19,7 +19,7 @@ Featured in JRuby Cookbook](http://shop.oreilly.com/product/9780596519650.do) an
19
19
 
20
20
  ![Eclipse SWT RCP NASA Mars Rover](/images/glimmer-eclipse-swt-rcp-nasa-mars-rover.png)
21
21
 
22
- [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.24.1.0 includes [SWT 4.24](https://download.eclipse.org/eclipse/downloads/drops4/R-4.24-202206070700/), which was released on June 7, 2022. 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.
22
+ [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.24.1.1 includes [SWT 4.24](https://download.eclipse.org/eclipse/downloads/drops4/R-4.24-202206070700/), which was released on June 7, 2022. 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.
23
23
 
24
24
  **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).
25
25
 
@@ -281,7 +281,7 @@ Audio is supported via the Java Sound library in a cross-platform approach and v
281
281
 
282
282
  ### Remaining Challenges
283
283
 
284
- JRuby startup time is longer than that of CRuby, but has gotten a lot faster with newer CPUs, especially the latest Mac ARM64 processors. Thankfully, [there are work-arounds](https://andymaleh.blogspot.com/2021/03/glimmer-dsl-for-swt-41900-halved.html) that could make apps start as fast as instantly when needed.
284
+ JRuby startup time is longer than that of CRuby, but has gotten a lot faster with newer CPUs, especially the latest Mac ARM64 processors (it is now about 2.5 seconds on Mac ARM64 processors like the M1 chip). Thankfully, [there are work-arounds](https://andymaleh.blogspot.com/2021/03/glimmer-dsl-for-swt-41900-halved.html) that could make apps start as fast as instantly when needed.
285
285
 
286
286
  Contributors who appreciate Glimmer's ultra-high productivity, maintainability, and extensibility might want to help report and resolve remaining challenges in its software architecture.
287
287
 
@@ -336,7 +336,7 @@ jgem install glimmer-dsl-swt
336
336
 
337
337
  Or this command if you want a specific version:
338
338
  ```
339
- jgem install glimmer-dsl-swt -v 4.24.1.0
339
+ jgem install glimmer-dsl-swt -v 4.24.1.1
340
340
  ```
341
341
 
342
342
  `jgem` is JRuby's version of `gem` command.
@@ -364,7 +364,7 @@ Note: if you're using activerecord or activesupport, keep in mind that Glimmer u
364
364
 
365
365
  Add the following to `Gemfile`:
366
366
  ```
367
- gem 'glimmer-dsl-swt', '~> 4.24.1.0'
367
+ gem 'glimmer-dsl-swt', '~> 4.24.1.1'
368
368
  ```
369
369
 
370
370
  And, then run:
@@ -387,7 +387,7 @@ glimmer
387
387
  ```
388
388
 
389
389
  ```
390
- Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.24.1.0
390
+ Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.24.1.1
391
391
 
392
392
  Usage: glimmer [--bundler] [--pd] [--quiet] [--debug] [--log-level=VALUE] [[ENV_VAR=VALUE]...] [[-jruby-option]...] (application.rb or task[task_args]) [[application2.rb]...]
393
393
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.24.1.0
1
+ 4.24.1.1
@@ -100,7 +100,7 @@ This brings up the [Glimmer Meta-Sample (The Sample of Samples)](/samples/elabor
100
100
 
101
101
  ![Glimmer Meta-Sample](/images/glimmer-meta-sample.png)
102
102
 
103
- You may edit the code of any sample before launching it by clicking on the "Launch" button. This helps you learn by experimenting with Glimmer GUI DSL syntax. To go back to original code, simply hit the "Reset" button.
103
+ You may edit the code of any sample before launching it by clicking on the "Launch" button. This helps you learn by experimenting with Glimmer GUI DSL syntax. To go back to original code, simply hit the "Reset" button. Also, for some samples, you can click the "Tutorial" button, and a YouTube video is played to guide you through learning the sample. The YouTube videos are played from the [Glimmer YouTube Channel](https://www.youtube.com/channel/UC5hzDE23HZXsZLAxYk2UJEw).
104
104
 
105
105
  Note that if you fail to run any sample through the Glimmer Meta-Sample for whatever reason, you could always run directly by cloning the project, running `bundle`, and then this command (drop the "bin" if you install the glimmer-dsl-swt gem instead):
106
106
 
Binary file
@@ -125,6 +125,7 @@ module Glimmer
125
125
  GEMFILE_SUFFIX = <<~MULTI_LINE_STRING
126
126
 
127
127
  group :development do
128
+ gem 'jar-dependencies', '0.4.1'
128
129
  gem 'rspec', '~> 3.5.0'
129
130
  gem 'juwelier', '2.4.9'
130
131
  gem 'warbler', '2.0.5'
@@ -23,3 +23,5 @@ Hello, Drag And Drop!: zJSG5ysow0M
23
23
  Hello, Canvas Drag And Drop!: e7taTbRrDAM
24
24
  Game Of Life: pDE79YRjOjs
25
25
  Hello, Canvas Data Binding!: PQ_Y8e5VeDo
26
+ Hello, Canvas Path!: ThmNcXTldY8
27
+ Hello, Canvas Transform!: ePIAF5EMsE0
@@ -52,6 +52,7 @@ class HelloCanvasPath
52
52
 
53
53
  canvas {
54
54
  layout_data :fill, :fill, true, true
55
+
55
56
  background :white
56
57
 
57
58
  text('line', 15, 200) {
@@ -19,12 +19,14 @@ shell {
19
19
  # also supports inversion, identity, shear, and multiplication {transform properties}
20
20
  }
21
21
  }
22
+
22
23
  image(glimmer_logo, 0, 0) {
23
24
  transform {
24
25
  translation 110, 220
25
26
  scale 0.21, 0.21
26
27
  }
27
28
  }
29
+
28
30
  image(glimmer_logo, 0, 0) {
29
31
  transform {
30
32
  translation 220, 220
@@ -32,6 +34,7 @@ shell {
32
34
  scale 0.21, 0.21
33
35
  }
34
36
  }
37
+
35
38
  image(glimmer_logo, 0, 0) {
36
39
  transform {
37
40
  translation 220, 110
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.24.1.0
4
+ version: 4.24.1.1
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-07-22 00:00:00.000000000 Z
11
+ date: 2022-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement