glimmer-dsl-swt 4.18.6.3 → 4.18.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,21 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glimmer-dsl-swt
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.18.6.3
4
+ version: 4.18.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - AndyMaleh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-03 00:00:00.000000000 Z
11
+ date: 2021-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: 1.1.2
18
+ version: 1.2.0
19
19
  name: glimmer
20
20
  type: :runtime
21
21
  prerelease: false
@@ -23,7 +23,7 @@ dependencies:
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.1.2
26
+ version: 1.2.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
@@ -385,6 +385,7 @@ files:
385
385
  - lib/glimmer/dsl/swt/column_properties_expression.rb
386
386
  - lib/glimmer/dsl/swt/combo_selection_data_binding_expression.rb
387
387
  - lib/glimmer/dsl/swt/cursor_expression.rb
388
+ - lib/glimmer/dsl/swt/custom_shape_expression.rb
388
389
  - lib/glimmer/dsl/swt/custom_widget_expression.rb
389
390
  - lib/glimmer/dsl/swt/data_binding_expression.rb
390
391
  - lib/glimmer/dsl/swt/dialog_expression.rb
@@ -476,6 +477,7 @@ files:
476
477
  - lib/glimmer/swt/widget_listener_proxy.rb
477
478
  - lib/glimmer/swt/widget_proxy.rb
478
479
  - lib/glimmer/ui.rb
480
+ - lib/glimmer/ui/custom_shape.rb
479
481
  - lib/glimmer/ui/custom_shell.rb
480
482
  - lib/glimmer/ui/custom_widget.rb
481
483
  - lib/glimmer/util/proc_tracker.rb
@@ -516,6 +518,7 @@ files:
516
518
  - samples/hello/hello_computed.rb
517
519
  - samples/hello/hello_computed/contact.rb
518
520
  - samples/hello/hello_cursor.rb
521
+ - samples/hello/hello_custom_shape.rb
519
522
  - samples/hello/hello_custom_shell.rb
520
523
  - samples/hello/hello_custom_widget.rb
521
524
  - samples/hello/hello_date_time.rb
@@ -536,6 +539,7 @@ files:
536
539
  - samples/hello/hello_radio.rb
537
540
  - samples/hello/hello_radio_group.rb
538
541
  - samples/hello/hello_sash_form.rb
542
+ - samples/hello/hello_shape.rb
539
543
  - samples/hello/hello_spinner.rb
540
544
  - samples/hello/hello_styled_text.rb
541
545
  - samples/hello/hello_tab.rb