glimmer-dsl-libui 0.5.22 → 0.5.23

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: a14fbff4892efccc783e692d7d8c4f374551a30032b031f9df47639b32b0db7d
4
- data.tar.gz: 63270b4f614eaf7e655db45ef5e655049673d174b6c6a62e98ee3758b8a8d47c
3
+ metadata.gz: 8d65b51e65342731318494bdb1fa0df0eb06f896be6081f4d05e4605a2946a6b
4
+ data.tar.gz: deba712fec6a46b8738fd25ae15b2d4309720cc984594d6a19b3aa66e4e31389
5
5
  SHA512:
6
- metadata.gz: f85df30c814c1b05a57f8a031712359c914a3b326436ba4e0b3f11c5a6ff7406e32703dcf144778388756b9d943dcb91fec1b914dc3cb97e40826ff01b655743
7
- data.tar.gz: efa00b67dff67a72ca5527795c995aa33f18b419d91ee350712eb245b7543820a3a525871c626ed1680a69a1c032c58547a4b5d9f2a54a740cea60e213805a0c
6
+ metadata.gz: 1a3a2ebc7ac9a2ebf29805b39d11dbf30b76cdb1455663b67f730ae4e2ed5cfe5dceaf298c7a164156f910318de1847c34eee41103ffff3c57699984b1d68b45
7
+ data.tar.gz: bdb5b5bdd475811fc62de1207074d0074a1d7436eafd9f1ff67c336d654c8fbc4aaa697783300f0b1758b7606f18fa6cdde689f209ffb711423aa19e4f0075b0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.5.23
4
+
5
+ - New examples/gp2_notepad.rb
6
+
3
7
  ## 0.5.22
4
8
 
5
9
  - Update support for `refined_table` column-specific term filtering to do an exact term filtering when entering a double-quoted column value (e.g. first_name:"John Doe")
data/README.md CHANGED
@@ -1,9 +1,9 @@
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 LibUI 0.5.22
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 LibUI 0.5.23
2
2
  ## Prerequisite-Free Ruby Desktop Development GUI Library
3
3
  [![Gem Version](https://badge.fury.io/rb/glimmer-dsl-libui.svg)](http://badge.fury.io/rb/glimmer-dsl-libui)
4
4
  [![Join the chat at https://gitter.im/AndyObtiva/glimmer](https://badges.gitter.im/AndyObtiva/glimmer.svg)](https://gitter.im/AndyObtiva/glimmer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
5
 
6
- [**(Fukuoka Ruby Award Competition 2022 Special Award Winner)**](http://www.digitalfukuoka.jp/topics/187?locale=ja)
6
+ (**[Fukuoka Ruby Award Competition 2022 Special Award Winner](https://andymaleh.blogspot.com/2022/02/glimmer-dsl-for-libui-wins-fukuoka-ruby.html)** [[Award Announcement]](http://www.digitalfukuoka.jp/topics/187?locale=ja))
7
7
 
8
8
  [Glimmer](https://github.com/AndyObtiva/glimmer) DSL for [LibUI](https://github.com/kojix2/LibUI) is a prerequisite-free [MRI Ruby](https://www.ruby-lang.org) desktop development GUI (Graphical User Interface) library. No need to pre-install any prerequisites. Just install the [gem](https://rubygems.org/gems/glimmer-dsl-libui) and have platform-independent native GUI that just works!
9
9
 
@@ -392,6 +392,7 @@ DSL | Platforms | Native? | Vector Graphics? | Pros | Cons | Prereqs
392
392
  - [Chess](#chess)
393
393
  - [RubyCrumbler](#rubycrumbler)
394
394
  - [Rubio-Radio](#rubio-radio)
395
+ - [PMV Calc](#pmv-calc)
395
396
  - [Process](#process)
396
397
  - [Resources](#resources)
397
398
  - [Help](#help)
@@ -538,7 +539,7 @@ gem install glimmer-dsl-libui
538
539
  Or install via Bundler `Gemfile`:
539
540
 
540
541
  ```ruby
541
- gem 'glimmer-dsl-libui', '~> 0.5.22'
542
+ gem 'glimmer-dsl-libui', '~> 0.5.23'
542
543
  ```
543
544
 
544
545
  Test that installation worked by running the [Meta-Example](#examples):
@@ -2627,15 +2628,19 @@ NLP (Natural Language Processing) App
2627
2628
 
2628
2629
  https://github.com/joh-ga/RubyCrumbler
2629
2630
 
2630
- MacOS | Windows | Linux
2631
- | :---: | :---: | :---:
2632
- ![mac_31](https://user-images.githubusercontent.com/72874215/159339948-b7ae1bf2-60c1-4dae-ac1a-4e13a6048ef0.gif)|![windows_4](https://user-images.githubusercontent.com/72874215/160242473-c38439be-0955-4e89-9f3f-b3d0567531fd.gif)|![rubycrumbler_linux](https://user-images.githubusercontent.com/72874215/160242460-99af1c8c-b43f-458d-bd69-1274a0bd9814.gif)
2631
+ ![mac_31](https://user-images.githubusercontent.com/72874215/159339948-b7ae1bf2-60c1-4dae-ac1a-4e13a6048ef0.gif)
2633
2632
 
2634
2633
  ### Rubio-Radio
2635
2634
 
2636
2635
  https://github.com/kojix2/rubio-radio
2637
2636
 
2638
- ![rubio radio screenshot](https://user-images.githubusercontent.com/5798442/171986696-24bedc38-3811-4c62-a5ad-89c09d015c8a.png)
2637
+ ![rubio radio screenshot](https://raw.githubusercontent.com/kojix2/rubio-radio/main/screenshots/rubio-radio-linux.png)
2638
+
2639
+ ### PMV Calc
2640
+
2641
+ https://github.com/bzanchet/pmv-calc
2642
+
2643
+ ![PMV Calc](https://raw.githubusercontent.com/AndyObtiva/pmv-calc/screenshot/screenshots/PMV-Calc.png)
2639
2644
 
2640
2645
  ## Process
2641
2646
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.22
1
+ 0.5.23