glimmer-dsl-swt 4.29.0.0 → 4.30.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (278) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -0
  3. data/LICENSE.txt +1 -1
  4. data/README.md +11 -10
  5. data/RUBY_VERSION +1 -1
  6. data/VERSION +1 -1
  7. data/bin/girb +2 -1
  8. data/bin/girb_runner.rb +1 -1
  9. data/bin/glimmer +1 -1
  10. data/bin/glimmer-setup +1 -1
  11. data/docs/reference/GLIMMER_COMMAND.md +1 -1
  12. data/docs/reference/GLIMMER_CONFIGURATION.md +1 -1
  13. data/docs/reference/GLIMMER_GIRB.md +1 -1
  14. data/docs/reference/GLIMMER_GUI_DSL_SYNTAX.md +1 -1
  15. data/docs/reference/GLIMMER_PACKAGING_AND_DISTRIBUTION.md +5 -1
  16. data/docs/reference/GLIMMER_SAMPLES.md +1 -1
  17. data/docs/reference/GLIMMER_STYLE_GUIDE.md +1 -1
  18. data/glimmer-dsl-swt.gemspec +0 -0
  19. data/lib/ext/glimmer/config.rb +1 -1
  20. data/lib/ext/glimmer.rb +1 -1
  21. data/lib/ext/rouge/themes/glimmer.rb +1 -1
  22. data/lib/ext/rouge/themes/glimmer_dark.rb +1 -1
  23. data/lib/glimmer/Rakefile +1 -1
  24. data/lib/glimmer/data_binding/list_selection_binding.rb +1 -1
  25. data/lib/glimmer/data_binding/observable_widget.rb +1 -1
  26. data/lib/glimmer/data_binding/table_items_binding.rb +1 -1
  27. data/lib/glimmer/data_binding/tree_items_binding.rb +1 -1
  28. data/lib/glimmer/data_binding/widget_binding.rb +1 -1
  29. data/lib/glimmer/dsl/swt/animation_expression.rb +1 -1
  30. data/lib/glimmer/dsl/swt/async_exec_expression.rb +1 -1
  31. data/lib/glimmer/dsl/swt/auto_exec_expression.rb +1 -1
  32. data/lib/glimmer/dsl/swt/bind_expression.rb +1 -1
  33. data/lib/glimmer/dsl/swt/block_property_expression.rb +1 -1
  34. data/lib/glimmer/dsl/swt/c_tab_item_expression.rb +1 -1
  35. data/lib/glimmer/dsl/swt/checkbox_group_selection_data_binding_expression.rb +1 -1
  36. data/lib/glimmer/dsl/swt/color_expression.rb +1 -1
  37. data/lib/glimmer/dsl/swt/column_properties_expression.rb +1 -1
  38. data/lib/glimmer/dsl/swt/combo_selection_data_binding_expression.rb +1 -1
  39. data/lib/glimmer/dsl/swt/cursor_expression.rb +1 -1
  40. data/lib/glimmer/dsl/swt/custom_shape_expression.rb +1 -1
  41. data/lib/glimmer/dsl/swt/custom_widget_expression.rb +1 -1
  42. data/lib/glimmer/dsl/swt/data_binding_expression.rb +1 -1
  43. data/lib/glimmer/dsl/swt/dialog_expression.rb +1 -1
  44. data/lib/glimmer/dsl/swt/display_expression.rb +1 -1
  45. data/lib/glimmer/dsl/swt/dnd_expression.rb +1 -1
  46. data/lib/glimmer/dsl/swt/dsl.rb +1 -1
  47. data/lib/glimmer/dsl/swt/exec_expression.rb +1 -1
  48. data/lib/glimmer/dsl/swt/expand_item_expression.rb +1 -1
  49. data/lib/glimmer/dsl/swt/font_expression.rb +1 -1
  50. data/lib/glimmer/dsl/swt/image_expression.rb +1 -1
  51. data/lib/glimmer/dsl/swt/layout_data_expression.rb +1 -1
  52. data/lib/glimmer/dsl/swt/layout_expression.rb +1 -1
  53. data/lib/glimmer/dsl/swt/list_selection_data_binding_expression.rb +1 -1
  54. data/lib/glimmer/dsl/swt/listener_expression.rb +1 -1
  55. data/lib/glimmer/dsl/swt/menu_bar_expression.rb +1 -1
  56. data/lib/glimmer/dsl/swt/menu_expression.rb +1 -1
  57. data/lib/glimmer/dsl/swt/message_box_expression.rb +1 -1
  58. data/lib/glimmer/dsl/swt/multiply_expression.rb +1 -1
  59. data/lib/glimmer/dsl/swt/observe_expression.rb +1 -1
  60. data/lib/glimmer/dsl/swt/pixel_expression.rb +1 -1
  61. data/lib/glimmer/dsl/swt/property_expression.rb +1 -1
  62. data/lib/glimmer/dsl/swt/radio_group_selection_data_binding_expression.rb +1 -1
  63. data/lib/glimmer/dsl/swt/rgb_expression.rb +1 -1
  64. data/lib/glimmer/dsl/swt/rgba_expression.rb +1 -1
  65. data/lib/glimmer/dsl/swt/shape_expression.rb +1 -1
  66. data/lib/glimmer/dsl/swt/shell_expression.rb +1 -1
  67. data/lib/glimmer/dsl/swt/shine_data_binding_expression.rb +1 -1
  68. data/lib/glimmer/dsl/swt/swt_expression.rb +1 -1
  69. data/lib/glimmer/dsl/swt/sync_call_expression.rb +1 -1
  70. data/lib/glimmer/dsl/swt/sync_exec_expression.rb +1 -1
  71. data/lib/glimmer/dsl/swt/tab_item_expression.rb +1 -1
  72. data/lib/glimmer/dsl/swt/table_items_data_binding_expression.rb +1 -1
  73. data/lib/glimmer/dsl/swt/timer_exec_expression.rb +1 -1
  74. data/lib/glimmer/dsl/swt/transform_expression.rb +1 -1
  75. data/lib/glimmer/dsl/swt/tray_expression.rb +1 -1
  76. data/lib/glimmer/dsl/swt/tray_item_expression.rb +1 -1
  77. data/lib/glimmer/dsl/swt/tree_items_data_binding_expression.rb +1 -1
  78. data/lib/glimmer/dsl/swt/tree_properties_expression.rb +1 -1
  79. data/lib/glimmer/dsl/swt/widget_expression.rb +1 -1
  80. data/lib/glimmer/launcher.rb +1 -1
  81. data/lib/glimmer/rake_task/list.rb +2 -2
  82. data/lib/glimmer/rake_task/package.rb +1 -1
  83. data/lib/glimmer/rake_task/scaffold.rb +3 -3
  84. data/lib/glimmer/rake_task.rb +1 -1
  85. data/lib/glimmer/swt/c_tab_item_proxy.rb +1 -1
  86. data/lib/glimmer/swt/color_proxy.rb +1 -1
  87. data/lib/glimmer/swt/combo_proxy.rb +1 -1
  88. data/lib/glimmer/swt/cursor_proxy.rb +1 -1
  89. data/lib/glimmer/swt/custom/animation.rb +1 -1
  90. data/lib/glimmer/swt/custom/checkbox_group.rb +1 -1
  91. data/lib/glimmer/swt/custom/code_text.rb +1 -1
  92. data/lib/glimmer/swt/custom/drawable.rb +1 -1
  93. data/lib/glimmer/swt/custom/radio_group.rb +1 -1
  94. data/lib/glimmer/swt/custom/refined_table.rb +1 -1
  95. data/lib/glimmer/swt/custom/shape/arc.rb +1 -1
  96. data/lib/glimmer/swt/custom/shape/cubic.rb +1 -1
  97. data/lib/glimmer/swt/custom/shape/focus.rb +1 -1
  98. data/lib/glimmer/swt/custom/shape/image.rb +1 -1
  99. data/lib/glimmer/swt/custom/shape/line.rb +1 -1
  100. data/lib/glimmer/swt/custom/shape/oval.rb +1 -1
  101. data/lib/glimmer/swt/custom/shape/path.rb +1 -1
  102. data/lib/glimmer/swt/custom/shape/path_segment.rb +1 -1
  103. data/lib/glimmer/swt/custom/shape/point.rb +1 -1
  104. data/lib/glimmer/swt/custom/shape/polygon.rb +1 -1
  105. data/lib/glimmer/swt/custom/shape/polyline.rb +1 -1
  106. data/lib/glimmer/swt/custom/shape/quad.rb +1 -1
  107. data/lib/glimmer/swt/custom/shape/rectangle.rb +1 -1
  108. data/lib/glimmer/swt/custom/shape/text.rb +1 -1
  109. data/lib/glimmer/swt/custom/shape.rb +1 -1
  110. data/lib/glimmer/swt/date_time_proxy.rb +1 -1
  111. data/lib/glimmer/swt/dialog_proxy.rb +1 -1
  112. data/lib/glimmer/swt/display_proxy.rb +1 -1
  113. data/lib/glimmer/swt/dnd_proxy.rb +1 -1
  114. data/lib/glimmer/swt/expand_item_proxy.rb +1 -1
  115. data/lib/glimmer/swt/font_proxy.rb +1 -1
  116. data/lib/glimmer/swt/image_proxy.rb +1 -1
  117. data/lib/glimmer/swt/layout_data_proxy.rb +1 -1
  118. data/lib/glimmer/swt/layout_proxy.rb +1 -1
  119. data/lib/glimmer/swt/menu_proxy.rb +1 -1
  120. data/lib/glimmer/swt/message_box_proxy.rb +1 -1
  121. data/lib/glimmer/swt/packages.rb +1 -1
  122. data/lib/glimmer/swt/properties.rb +1 -1
  123. data/lib/glimmer/swt/proxy_properties.rb +1 -1
  124. data/lib/glimmer/swt/sash_form_proxy.rb +1 -1
  125. data/lib/glimmer/swt/scrolled_composite_proxy.rb +1 -1
  126. data/lib/glimmer/swt/shape_listener_proxy.rb +1 -1
  127. data/lib/glimmer/swt/shell_proxy.rb +1 -1
  128. data/lib/glimmer/swt/style_constantizable.rb +1 -1
  129. data/lib/glimmer/swt/styled_text_proxy.rb +1 -1
  130. data/lib/glimmer/swt/swt_proxy.rb +1 -1
  131. data/lib/glimmer/swt/tab_folder_proxy.rb +1 -1
  132. data/lib/glimmer/swt/tab_item_proxy.rb +1 -1
  133. data/lib/glimmer/swt/table_column_proxy.rb +1 -1
  134. data/lib/glimmer/swt/table_proxy.rb +1 -1
  135. data/lib/glimmer/swt/tool_bar_proxy.rb +1 -1
  136. data/lib/glimmer/swt/transform_proxy.rb +1 -1
  137. data/lib/glimmer/swt/tray_item_proxy.rb +1 -1
  138. data/lib/glimmer/swt/tray_proxy.rb +1 -1
  139. data/lib/glimmer/swt/tree_proxy.rb +1 -1
  140. data/lib/glimmer/swt/widget_listener_proxy.rb +1 -1
  141. data/lib/glimmer/swt/widget_proxy.rb +1 -1
  142. data/lib/glimmer/ui/custom_shape.rb +1 -1
  143. data/lib/glimmer/ui/custom_shell.rb +1 -1
  144. data/lib/glimmer/ui/custom_widget.rb +1 -1
  145. data/lib/glimmer/ui.rb +1 -1
  146. data/lib/glimmer/util/proc_tracker.rb +1 -1
  147. data/lib/glimmer-dsl-swt.rb +1 -1
  148. data/samples/elaborate/battleship/model/cell.rb +1 -1
  149. data/samples/elaborate/battleship/model/game.rb +1 -1
  150. data/samples/elaborate/battleship/model/grid.rb +1 -1
  151. data/samples/elaborate/battleship/model/ship.rb +1 -1
  152. data/samples/elaborate/battleship/model/ship_collection.rb +1 -1
  153. data/samples/elaborate/battleship/view/action_panel.rb +1 -1
  154. data/samples/elaborate/battleship/view/cell.rb +1 -1
  155. data/samples/elaborate/battleship/view/grid.rb +1 -1
  156. data/samples/elaborate/battleship/view/ship.rb +1 -1
  157. data/samples/elaborate/battleship/view/ship_collection.rb +1 -1
  158. data/samples/elaborate/battleship.rb +1 -1
  159. data/samples/elaborate/calculator.rb +1 -1
  160. data/samples/elaborate/clock.rb +1 -1
  161. data/samples/elaborate/connect4/model/grid.rb +1 -1
  162. data/samples/elaborate/connect4/model/slot.rb +1 -1
  163. data/samples/elaborate/connect4.rb +1 -1
  164. data/samples/elaborate/contact_manager/contact.rb +1 -1
  165. data/samples/elaborate/contact_manager/contact_manager_presenter.rb +1 -1
  166. data/samples/elaborate/contact_manager/contact_repository.rb +1 -1
  167. data/samples/elaborate/contact_manager.rb +1 -1
  168. data/samples/elaborate/game_of_life/model/cell.rb +1 -1
  169. data/samples/elaborate/game_of_life/model/grid.rb +1 -1
  170. data/samples/elaborate/game_of_life.rb +1 -1
  171. data/samples/elaborate/klondike_solitaire.rb +1 -1
  172. data/samples/elaborate/login.rb +1 -1
  173. data/samples/elaborate/mandelbrot_fractal.rb +3 -3
  174. data/samples/elaborate/meta_sample.rb +1 -1
  175. data/samples/elaborate/metronome.rb +1 -1
  176. data/samples/elaborate/parking/model/parking_floor.rb +1 -1
  177. data/samples/elaborate/parking/model/parking_presenter.rb +1 -1
  178. data/samples/elaborate/parking/model/parking_spot.rb +1 -1
  179. data/samples/elaborate/parking.rb +1 -1
  180. data/samples/elaborate/quarto/model/game.rb +1 -1
  181. data/samples/elaborate/quarto/model/piece/cube.rb +1 -1
  182. data/samples/elaborate/quarto/model/piece/cylinder.rb +1 -1
  183. data/samples/elaborate/quarto/model/piece.rb +1 -1
  184. data/samples/elaborate/quarto/view/available_pieces_area.rb +1 -1
  185. data/samples/elaborate/quarto/view/board.rb +1 -1
  186. data/samples/elaborate/quarto/view/cell.rb +1 -1
  187. data/samples/elaborate/quarto/view/cube.rb +1 -1
  188. data/samples/elaborate/quarto/view/cylinder.rb +1 -1
  189. data/samples/elaborate/quarto/view/message_box_panel.rb +1 -1
  190. data/samples/elaborate/quarto/view/piece.rb +1 -1
  191. data/samples/elaborate/quarto/view/selected_piece_area.rb +1 -1
  192. data/samples/elaborate/quarto.rb +1 -1
  193. data/samples/elaborate/stock_ticker.rb +1 -1
  194. data/samples/elaborate/tetris/model/block.rb +1 -1
  195. data/samples/elaborate/tetris/model/game.rb +1 -1
  196. data/samples/elaborate/tetris/model/past_game.rb +1 -1
  197. data/samples/elaborate/tetris/model/tetromino.rb +1 -1
  198. data/samples/elaborate/tetris/view/bevel.rb +1 -1
  199. data/samples/elaborate/tetris/view/block.rb +1 -1
  200. data/samples/elaborate/tetris/view/high_score_dialog.rb +1 -1
  201. data/samples/elaborate/tetris/view/playfield.rb +1 -1
  202. data/samples/elaborate/tetris/view/score_lane.rb +1 -1
  203. data/samples/elaborate/tetris/view/tetris_menu_bar.rb +1 -1
  204. data/samples/elaborate/tetris.rb +2 -2
  205. data/samples/elaborate/tic_tac_toe/board.rb +1 -1
  206. data/samples/elaborate/tic_tac_toe/cell.rb +1 -1
  207. data/samples/elaborate/tic_tac_toe.rb +1 -1
  208. data/samples/elaborate/timer.rb +1 -1
  209. data/samples/elaborate/user_profile.rb +1 -1
  210. data/samples/elaborate/weather.rb +3 -3
  211. data/samples/hello/hello_arrow.rb +1 -1
  212. data/samples/hello/hello_browser.rb +1 -1
  213. data/samples/hello/hello_button.rb +1 -1
  214. data/samples/hello/hello_c_combo.rb +1 -1
  215. data/samples/hello/hello_c_tab.rb +1 -1
  216. data/samples/hello/hello_canvas.rb +1 -1
  217. data/samples/hello/hello_canvas_animation.rb +1 -1
  218. data/samples/hello/hello_canvas_animation_multi.rb +1 -1
  219. data/samples/hello/hello_canvas_data_binding.rb +1 -1
  220. data/samples/hello/hello_canvas_drag_and_drop.rb +1 -1
  221. data/samples/hello/hello_canvas_path.rb +1 -1
  222. data/samples/hello/hello_canvas_shape_listeners.rb +1 -1
  223. data/samples/hello/hello_checkbox.rb +1 -1
  224. data/samples/hello/hello_checkbox_group.rb +1 -1
  225. data/samples/hello/hello_code_text.rb +1 -1
  226. data/samples/hello/hello_color_dialog.rb +1 -1
  227. data/samples/hello/hello_combo.rb +1 -1
  228. data/samples/hello/hello_composite.rb +1 -1
  229. data/samples/hello/hello_computed.rb +1 -1
  230. data/samples/hello/hello_cool_bar.rb +1 -1
  231. data/samples/hello/hello_cursor.rb +1 -1
  232. data/samples/hello/hello_custom_shape.rb +1 -1
  233. data/samples/hello/hello_custom_shell.rb +1 -1
  234. data/samples/hello/hello_custom_widget.rb +1 -1
  235. data/samples/hello/hello_date_time.rb +1 -1
  236. data/samples/hello/hello_dialog.rb +1 -1
  237. data/samples/hello/hello_directory_dialog.rb +1 -1
  238. data/samples/hello/hello_drag_and_drop.rb +1 -1
  239. data/samples/hello/hello_expand_bar.rb +1 -1
  240. data/samples/hello/hello_file_dialog.rb +1 -1
  241. data/samples/hello/hello_font_dialog.rb +1 -1
  242. data/samples/hello/hello_group.rb +1 -1
  243. data/samples/hello/hello_label.rb +1 -1
  244. data/samples/hello/hello_layout.rb +1 -1
  245. data/samples/hello/hello_link.rb +1 -1
  246. data/samples/hello/hello_list_multi_selection.rb +1 -1
  247. data/samples/hello/hello_list_single_selection.rb +1 -1
  248. data/samples/hello/hello_menu_bar.rb +1 -1
  249. data/samples/hello/hello_message_box.rb +1 -1
  250. data/samples/hello/hello_pop_up_context_menu.rb +1 -1
  251. data/samples/hello/hello_print.rb +1 -1
  252. data/samples/hello/hello_print_dialog.rb +1 -1
  253. data/samples/hello/hello_progress_bar.rb +1 -1
  254. data/samples/hello/hello_radio.rb +1 -1
  255. data/samples/hello/hello_radio_group.rb +1 -1
  256. data/samples/hello/hello_refined_table.rb +1 -1
  257. data/samples/hello/hello_sash_form.rb +1 -1
  258. data/samples/hello/hello_scale.rb +1 -1
  259. data/samples/hello/hello_scrolled_composite.rb +1 -1
  260. data/samples/hello/hello_shape.rb +1 -1
  261. data/samples/hello/hello_shell.rb +1 -1
  262. data/samples/hello/hello_slider.rb +1 -1
  263. data/samples/hello/hello_spinner.rb +1 -1
  264. data/samples/hello/hello_styled_text.rb +1 -1
  265. data/samples/hello/hello_tab.rb +1 -1
  266. data/samples/hello/hello_table.rb +1 -1
  267. data/samples/hello/hello_text.rb +1 -1
  268. data/samples/hello/hello_toggle.rb +1 -1
  269. data/samples/hello/hello_tool_bar.rb +1 -1
  270. data/samples/hello/hello_tray_item.rb +1 -1
  271. data/samples/hello/hello_tree.rb +1 -1
  272. data/samples/hello/hello_world.rb +1 -1
  273. data/vendor/swt/linux/swt.jar +0 -0
  274. data/vendor/swt/linux_aarch64/swt.jar +0 -0
  275. data/vendor/swt/mac/swt.jar +0 -0
  276. data/vendor/swt/mac_aarch64/swt.jar +0 -0
  277. data/vendor/swt/windows/swt.jar +0 -0
  278. metadata +29 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d4c43470ebc5404b5a15e04a87326cbf4a930ae75685c5f13d22cc10334b497
4
- data.tar.gz: '028066d00b4f2283917779500a8dc93d63b9fcc000dba809b211009756a1b5ce'
3
+ metadata.gz: 37a4844519fc3bb8ff777ab255086b32d7d1d21a2e26b867acbaf601c73b193c
4
+ data.tar.gz: 1fa4f38976055606cb187a55a0ff09adb1c28b7f3af1e5468e405899057caab7
5
5
  SHA512:
6
- metadata.gz: fdbd2403d322ac1ec9b601c410ece74c794e283d7a2386ef82d8c299f98669b6697d27c4efe1083cfd9fdd067985d0bccd2728a127943bfe11a6f9a76ffa02ee
7
- data.tar.gz: b2c36fbd48b013488f5bd54561a25aa13ee048a8e8edf1e3573378fff8e3b9a1dce707c63d5bcaaa63e642be11e0cfa5db7994a93edeffe5b41d0b3e289f5553
6
+ metadata.gz: 0f50accb631c50b02fb28fbaa7f26486a5127e06d943937b8a34699d042e4c5e7e4177f2d3a5902b8216693eed665433c9472ee631986b4c128be0cbdd0d6a46
7
+ data.tar.gz: 32e948d00b452fcd367e59a05658a00b651333927d54f1e0ae7bbd2999e5f74c793b5b0e9596e01baab7182e30ff338d1b1d0b46e079f79cdebb213d4244f585
data/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.30.1.0
4
+
5
+ - Upgrade to JRuby 9.4.10.0
6
+ - Fix issue with native executable packaging by upgrading scaffolded app/gem configured jar-dependencies version to 0.5.3
7
+
8
+ ## 4.30.0.0
9
+
10
+ - Upgrade to SWT 4.30
11
+ - Upgrade to JDK 21
12
+ - Upgrade to JRuby 9.4.5.0 with Ruby 3.1 support
13
+ - Upgrade to Glimmer 2.7.4
14
+ - Avoid loading the entirety of facets when scaffolding or listing gems (speeding up performance of glimmer list and scaffold commands)
15
+ - Fix Mandelbrot Fractal sample on Windows as it crashes if run from within VirtualBox due to attempting to access Concurrent.physical_processor_count, which has been changed to Concurrent.processor_count
16
+ - Fix dimensions of Weather sample on Linux
17
+
3
18
  ## 4.29.0.0
4
19
 
5
20
  - Upgrade to SWT 4.29
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2007-2022 Andy Maleh
1
+ Copyright (c) 2007-2025 Andy Maleh
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
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.29.0.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.30.1.0
2
2
  ## JRuby Desktop Development Cross-Platform Native GUI Framework
3
3
  ### The Quickest Way From Zero To GUI
4
4
  [![Gem Version](https://badge.fury.io/rb/glimmer-dsl-swt.svg)](http://badge.fury.io/rb/glimmer-dsl-swt)
@@ -9,7 +9,7 @@
9
9
 
10
10
  **[If You Liked Shoes, You'll Love Glimmer!](https://github.com/AndyObtiva/glimmer#faq)**
11
11
 
12
- **(The Original Glimmer Library Handling the World’s Ruby GUI Needs Since 2007. Beware of Imitators!)**
12
+ **(Original Glimmer Library Handling World’s Ruby GUI Needs Since 2007. Beware of Imitators!)**
13
13
 
14
14
  (**[***RubyConf 2022 Talk - Building Native GUI Apps in Ruby***](https://andymaleh.blogspot.com/2023/02/rubyconf-2022-talk-video-for-building.html)**)
15
15
 
@@ -30,12 +30,14 @@ Featured in JRuby Cookbook](http://shop.oreilly.com/product/9780596519650.do) an
30
30
 
31
31
  ![Eclipse SWT RCP NASA Mars Rover](/images/glimmer-eclipse-swt-rcp-nasa-mars-rover.png)
32
32
 
33
- [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.29.0.0 includes [SWT 4.29](https://download.eclipse.org/eclipse/downloads/drops4/R-4.29-202309031000/), which was released on September 3, 2023. 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.
33
+ [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.30.1.0 includes [SWT 4.30](https://download.eclipse.org/eclipse/downloads/drops4/R-4.30-202312010110/), which was released on December 1, 2023. 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 supports ARM64/AARCH64 on Mac and Linux since version `4.20`.
34
34
 
35
35
  **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).
36
36
 
37
37
  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.
38
38
 
39
+ This is a [JRuby](https://www.jruby.org/) desktop GUI library. If you are looking for a standard [Ruby](https://www.ruby-lang.org/) (aka MRI/CRuby) desktop GUI library instead, check out [Glimmer DSL for LibUI](https://github.com/AndyObtiva/glimmer-dsl-libui) (Fukuoka Ruby 2022 Award Winning), [Glimmer DSL for WX](https://github.com/AndyObtiva/glimmer-dsl-wx), [Glimmer DSL for Tk](https://github.com/AndyObtiva/glimmer-dsl-tk), [Glimmer DSL for GTK](https://github.com/AndyObtiva/glimmer-dsl-gtk), or [Glimmer DSL for FX](https://github.com/AndyObtiva/glimmer-dsl-fx).
40
+
39
41
  Learn more about the differences between various [Glimmer](https://github.com/AndyObtiva/glimmer) DSLs by looking at the **[Glimmer DSL Comparison Table](https://github.com/AndyObtiva/glimmer#glimmer-dsl-comparison-table)**.
40
42
 
41
43
  ## Examples
@@ -303,10 +305,9 @@ https://www.eclipse.org/swt/faq.php
303
305
 
304
306
  ## Pre-requisites
305
307
 
306
- - JDK 19 is recommended / JDK 16 is the minimum except on Mac ARM64 where JDK 17 is the minimum (find at https://www.oracle.com/java/technologies/downloads / Ensure `PATH` env var includes Java bin directory for `jpackage` command to work when packaging Glimmer applications / Preferably setup `JAVA_HOME` env var too to point to JDK home directory before installing JRuby)
308
+ - JDK 21 is recommended / JDK 16 is the minimum except on Mac ARM64 where JDK 17 is the minimum (find at https://www.oracle.com/java/technologies/downloads / Ensure `PATH` env var includes Java bin directory for `jpackage` command to work when packaging Glimmer applications / Preferably setup `JAVA_HOME` env var too to point to JDK home directory before installing JRuby)
307
309
  - [RVM](http://rvm.io) on Mac & Linux (not needed on Windows)
308
- - JRuby 9.3.11.0 is recommended / JRuby 9.3.6.0 is the minimum (supporting Ruby 2.6.x syntax) (get via [RVM](http://rvm.io) on Mac and Linux by running `rvm install jruby-9.3.11.0`; On Windows, find at [https://www.jruby.org/download](https://www.jruby.org/download))
309
- - SWT 4.25 (already included in the [glimmer-dsl-swt](https://rubygems.org/gems/glimmer-dsl-swt) gem). Note that SWT supports ARM64/AARCH64 on Mac and Linux since version 4.20
310
+ - JRuby 9.4.10.0 (supporting Ruby 3.1.x syntax) (get via [RVM](http://rvm.io) on Mac and Linux by running `rvm install jruby-9.4.10.0`; On Windows, find at [https://www.jruby.org/download](https://www.jruby.org/download))
310
311
  - Git (comes with Mac and Linux. Install on Windows: https://git-scm.com/download/win )
311
312
 
312
313
  Glimmer might still work on other versions of Java, JRuby and SWT, but there are no guarantees, so it is best to stick to the pre-requisites outlined above.
@@ -335,7 +336,7 @@ jgem install glimmer-dsl-swt
335
336
 
336
337
  Or this command if you want a specific version:
337
338
  ```
338
- jgem install glimmer-dsl-swt -v 4.29.0.0
339
+ jgem install glimmer-dsl-swt -v 4.30.1.0
339
340
  ```
340
341
 
341
342
  `jgem` is JRuby's version of `gem` command.
@@ -363,7 +364,7 @@ Note: if you're using activerecord or activesupport, keep in mind that Glimmer u
363
364
 
364
365
  Add the following to `Gemfile`:
365
366
  ```
366
- gem 'glimmer-dsl-swt', '~> 4.29.0.0'
367
+ gem 'glimmer-dsl-swt', '~> 4.30.1.0'
367
368
  ```
368
369
 
369
370
  And, then run:
@@ -386,7 +387,7 @@ glimmer
386
387
  ```
387
388
 
388
389
  ```
389
- Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.29.0.0
390
+ Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.30.1.0
390
391
 
391
392
  Usage: glimmer [--bundler] [--pd] [--quiet] [--debug] [--log-level=VALUE] [[ENV_VAR=VALUE]...] [[-jruby-option]...] (application.rb or task[task_args]) [[application2.rb]...]
392
393
 
@@ -790,7 +791,7 @@ You may apply for contributing to any of these Glimmer DSL gems whether you pref
790
791
 
791
792
  [MIT](LICENSE.txt)
792
793
 
793
- Copyright (c) 2007-2023 - Andy Maleh.
794
+ Copyright (c) 2007-2025 - Andy Maleh.
794
795
 
795
796
  --
796
797
 
data/RUBY_VERSION CHANGED
@@ -1 +1 @@
1
- jruby-9.3.11.0
1
+ jruby-9.4.10.0
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.29.0.0
1
+ 4.30.1.0
data/bin/girb CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env jruby
2
2
 
3
- # Copyright (c) 2007-2023 Andy Maleh
3
+ # Copyright (c) 2007-2025 Andy Maleh
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining
6
6
  # a copy of this software and associated documentation files (the
@@ -29,4 +29,5 @@ require_relative 'girb_runner'
29
29
 
30
30
  require 'irb'
31
31
 
32
+ IRB.parse_opts(argv: ['--readline'])
32
33
  IRB.start('.')
data/bin/girb_runner.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
data/bin/glimmer CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env jruby
2
2
 
3
- # Copyright (c) 2007-2023 Andy Maleh
3
+ # Copyright (c) 2007-2025 Andy Maleh
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining
6
6
  # a copy of this software and associated documentation files (the
data/bin/glimmer-setup CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env jruby
2
2
 
3
- # Copyright (c) 2007-2023 Andy Maleh
3
+ # Copyright (c) 2007-2025 Andy Maleh
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining
6
6
  # a copy of this software and associated documentation files (the
@@ -670,4 +670,4 @@ jruby -J-XstartOnFirstThread -J-classpath "path_to/swt.jar" -r glimmer-dsl-swt -
670
670
 
671
671
  [MIT](LICENSE.txt)
672
672
 
673
- Copyright (c) 2007-2023 - Andy Maleh.
673
+ Copyright (c) 2007-2025 - Andy Maleh.
@@ -195,4 +195,4 @@ large scale updates in the rare cases where optimization is needed.
195
195
 
196
196
  [MIT](LICENSE.txt)
197
197
 
198
- Copyright (c) 2007-2023 - Andy Maleh.
198
+ Copyright (c) 2007-2025 - Andy Maleh.
@@ -27,4 +27,4 @@ If you need a more GUI interactive option to experiment with Glimmer GUI DSL Syn
27
27
 
28
28
  [MIT](LICENSE.txt)
29
29
 
30
- Copyright (c) 2007-2023 - Andy Maleh.
30
+ Copyright (c) 2007-2025 - Andy Maleh.
@@ -6054,4 +6054,4 @@ Learn more at the [JRuby Performance Profile WIKI page](https://github.com/jruby
6054
6054
 
6055
6055
  [MIT](LICENSE.txt)
6056
6056
 
6057
- Copyright (c) 2007-2023 - Andy Maleh.
6057
+ Copyright (c) 2007-2025 - Andy Maleh.
@@ -94,6 +94,10 @@ glimmer package:config
94
94
 
95
95
  This will generate `config/warble.rb`, which you may configure and then run `glimmer package` afterwards.
96
96
 
97
+ For example, if you need to add extra files, like `.env` (using [`dotenv` Ruby gem](https://github.com/bkeepers/dotenv)), you would add `.env` to `config.includes` in `config/warble.rb`
98
+
99
+ If you need extra directory to be packaged beyond the default ones generated for you, you can add them to `config.dirs` in `config/warble.rb`
100
+
97
101
  ### Packaging Configuration
98
102
 
99
103
  - Ensure you have a Ruby script under `bin` directory that launches the application, preferably matching your project directory name (e.g. `bin/math_bowling`) :
@@ -235,4 +239,4 @@ This would not be an issue if the app was [signed by Apple as per Mac Applicatio
235
239
 
236
240
  [MIT](LICENSE.txt)
237
241
 
238
- Copyright (c) 2007-2023 - Andy Maleh.
242
+ Copyright (c) 2007-2025 - Andy Maleh.
@@ -1457,4 +1457,4 @@ Snake
1457
1457
 
1458
1458
  [MIT](LICENSE.txt)
1459
1459
 
1460
- Copyright (c) 2007-2023 - Andy Maleh.
1460
+ Copyright (c) 2007-2025 - Andy Maleh.
@@ -18,4 +18,4 @@
18
18
 
19
19
  [MIT](LICENSE.txt)
20
20
 
21
- Copyright (c) 2007-2023 - Andy Maleh.
21
+ Copyright (c) 2007-2025 - Andy Maleh.
Binary file
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
data/lib/ext/glimmer.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
data/lib/glimmer/Rakefile CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2022 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2023 Andy Maleh
1
+ # Copyright (c) 2007-2025 Andy Maleh
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining
4
4
  # a copy of this software and associated documentation files (the