glimmer-dsl-swt 4.20.13.14 → 4.20.13.18

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,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.20.13.14
4
+ version: 4.20.13.18
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-08-03 00:00:00.000000000 Z
11
+ date: 2021-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -528,6 +528,17 @@ files:
528
528
  - lib/glimmer/ui/custom_shell.rb
529
529
  - lib/glimmer/ui/custom_widget.rb
530
530
  - lib/glimmer/util/proc_tracker.rb
531
+ - samples/elaborate/battleship.rb
532
+ - samples/elaborate/battleship/model/cell.rb
533
+ - samples/elaborate/battleship/model/game.rb
534
+ - samples/elaborate/battleship/model/grid.rb
535
+ - samples/elaborate/battleship/model/ship.rb
536
+ - samples/elaborate/battleship/model/ship_collection.rb
537
+ - samples/elaborate/battleship/view/action_panel.rb
538
+ - samples/elaborate/battleship/view/cell.rb
539
+ - samples/elaborate/battleship/view/grid.rb
540
+ - samples/elaborate/battleship/view/ship.rb
541
+ - samples/elaborate/battleship/view/ship_collection.rb
531
542
  - samples/elaborate/calculator.rb
532
543
  - samples/elaborate/calculator/model/command.rb
533
544
  - samples/elaborate/calculator/model/command/all_clear.rb
@@ -594,6 +605,7 @@ files:
594
605
  - samples/elaborate/timer/sounds/alarm1.wav
595
606
  - samples/elaborate/user_profile.rb
596
607
  - samples/elaborate/weather.rb
608
+ - samples/hello/hello_arrow.rb
597
609
  - samples/hello/hello_browser.rb
598
610
  - samples/hello/hello_button.rb
599
611
  - samples/hello/hello_c_combo.rb
@@ -641,6 +653,7 @@ files:
641
653
  - samples/hello/hello_scale.rb
642
654
  - samples/hello/hello_shape.rb
643
655
  - samples/hello/hello_shell.rb
656
+ - samples/hello/hello_slider.rb
644
657
  - samples/hello/hello_spinner.rb
645
658
  - samples/hello/hello_styled_text.rb
646
659
  - samples/hello/hello_tab.rb