glimmer 2.8.1 → 2.8.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8303487009c08216782b2c809f8d01673e1edaddc9b466cae998595f35644179
4
- data.tar.gz: ef7564afc7807b6d237c1b56c61732196a58b84db0f582d9aad5ea3190f4ec4d
3
+ metadata.gz: 27613f24f0fcbc563dd14442af756772cc11451fab309cb7b3e8cf7b339213f6
4
+ data.tar.gz: c31fdea9a3d154514e702f2fd03ed7cbdcc905099d0241aeaa05c555956882a4
5
5
  SHA512:
6
- metadata.gz: a8fc0a116624b14dc46636d972671776dede54b7d288000f9bb92e675cf76db34f6361e6262d8cdd08f0a7a1bf6fda0e2a0c97eb0b26097175d96aa0154986e5
7
- data.tar.gz: 98f9527f6693c1886959d416cbbd18cbd0df38e0780a4d82cd359b877972a8f2dd70864f558ac3c2c360b6b818224805073f4d8733f45ca0fc369078963ca51e
6
+ metadata.gz: a81d602698970f0ede8721829fd8ed19a5528e1c2e1822a6304198637535a61492f6c43ccade29f727be7ef79a844d7d3e8fd80f4ec4007af561e64f1c5933f6
7
+ data.tar.gz: 7f9941946cb0c00554416a5b86fdc7a01bc911a2c312b7ed314ec17762d77060e703adafe8611d33c31cad8c2562d0140c7fa531cf56af53b978bd270e7dcef9
data/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  Related Change Logs:
4
4
  - [glimmer-dsl-swt/CHANGELOG.md](https://github.com/AndyObtiva/glimmer-dsl-swt/blob/master/CHANGELOG.md)
5
5
 
6
+ ### 2.8.2
7
+
8
+ - Tighten dependency on the facets gem to version 3.1.0 specifically because 3.2.0 has many breaking changes
9
+
6
10
  ### 2.8.1
7
11
 
8
12
  - Fix an issue in `ModelBinding#options_property_name` that was breaking Glimmer DSL for SWT on Linux
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2007-2025 Andy Maleh
1
+ Copyright (c) 2007-2026 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 style="position: relative; top: 20px;" />](https://rubygems.org/gems/glimmer) Glimmer 2.8.1
1
+ # [<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=85 style="position: relative; top: 20px;" />](https://rubygems.org/gems/glimmer) Glimmer 2.8.2
2
2
  ## DSL Framework for Ruby GUI and More
3
3
  [![Gem Version](https://badge.fury.io/rb/glimmer.svg)](http://badge.fury.io/rb/glimmer)
4
4
  [![rspec](https://github.com/AndyObtiva/glimmer/workflows/rspec/badge.svg)](https://github.com/AndyObtiva/glimmer/actions?query=workflow%3Arspec)
@@ -24,7 +24,7 @@
24
24
 
25
25
  ![glimmer demo](https://github.com/AndyObtiva/glimmer-dsl-swt/raw/master/images/glimmer-dsl-swt-demo-hello-world.gif)
26
26
 
27
- [**Glimmer**](https://rubygems.org/gems/glimmer) started out as a [GUI Library](https://github.com/AndyObtiva/glimmer-dsl-swt) and grew into a full-fledged [DSL Framework](#dsl-engine) with support for [multiple GUI DSLs](https://github.com/AndyObtiva/glimmer#glimmer-dsl-comparison-table). Glimmer's namesake is referring to the Glimmer of Ruby in Graphical User Interfaces (contrary to [popular myth](http://blog.headius.com/2007/11/tab-sweep.html) perpetrated by [Charles Nutter](http://blog.headius.com/2007/11/tab-sweep.html), Glimmer has nothing to do with the ill-fated Whitney Houston movie, which does not in fact share the same name)
27
+ [**Glimmer**](https://rubygems.org/gems/glimmer) started out as a [GUI Library](https://github.com/AndyObtiva/glimmer-dsl-swt) and grew into a full-fledged [DSL Framework](#dsl-engine) with support for [multiple GUI DSLs](https://github.com/AndyObtiva/glimmer#glimmer-dsl-comparison-table) (note that this Glimmer DSL Framework core gem does not need frequent updates as it is considered complete). Glimmer's namesake is referring to the Glimmer of Ruby in Graphical User Interfaces (contrary to [popular myth](http://blog.headius.com/2007/11/tab-sweep.html) perpetrated by [Charles Nutter](http://blog.headius.com/2007/11/tab-sweep.html), Glimmer has nothing to do with the ill-fated Whitney Houston movie, which does not in fact share the same name)
28
28
 
29
29
  [<img src="https://covers.oreillystatic.com/images/9780596519650/lrg.jpg" width=105 /><br />
30
30
  Featured in JRuby Cookbook](http://shop.oreilly.com/product/9780596519650.do) and [Chalmers/Gothenburg University Software Engineering Master's Lecture Material](http://www.cse.chalmers.se/~bergert/slides/guest_lecture_DSLs.pdf)
@@ -270,7 +270,7 @@ end
270
270
  ### Setup
271
271
 
272
272
  Follow these steps to author a [Glimmer](https://rubygems.org/gems/glimmer) DSL:
273
- - Add `gem 'glimmer', '~> 2.8.1'` to `Gemfile` and run `bundle` or run `gem install glimmer -v2.8.1` and add `require 'glimmer'`
273
+ - Add `gem 'glimmer', '~> 2.8.2'` to `Gemfile` and run `bundle` or run `gem install glimmer -v2.8.2` and add `require 'glimmer'`
274
274
  - Create `glimmer/dsl/[dsl_name]/dsl.rb`, which requires and adds all dynamic expressions for the [dsl_name] Glimmer DSL module as per the code shown in the previous section (or [Official DSLs](#official-dsls) as examples)
275
275
  - Create `glimmer/dsl/[dsl_name]/[expresion_name]_expresion.rb` for every [expresion_name] expression needed, whether dynamic or static
276
276
 
@@ -1489,7 +1489,7 @@ If your company would like to invest fulltime in further development of the Glim
1489
1489
 
1490
1490
  [MIT](LICENSE.txt)
1491
1491
 
1492
- Copyright (c) 2007-2025 - Andy Maleh.
1492
+ Copyright (c) 2007-2026 - Andy Maleh.
1493
1493
 
1494
1494
  --
1495
1495
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.8.1
1
+ 2.8.2
data/glimmer.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: glimmer 2.8.1 ruby lib
5
+ # stub: glimmer 2.8.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "glimmer".freeze
9
- s.version = "2.8.1".freeze
9
+ s.version = "2.8.2".freeze
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["AndyMaleh".freeze]
14
- s.date = "2025-03-21"
14
+ s.date = "2026-04-07"
15
15
  s.description = "Glimmer is a Ruby DSL Framework for Ruby GUI and More, consisting of a DSL Engine and a Data-Binding Library (including Observer Design Pattern, Observable Model, Observable Array, and Observable Hash). Used in Glimmer DSL for SWT (JRuby Desktop Development GUI Framework), Glimmer DSL for Web (Ruby in the Browser Web Frontend Framework and Winner of Fukuoka Prefecture Future IT Initiative 2025 Money Forward Award), Glimmer DSL for LibUI (Prerequisite-Free Ruby Desktop Development GUI Library and Winner of Fukuoka Ruby Award Competition 2022 Special Award), Glimmer DSL for Tk (Ruby Tk Desktop Development GUI Library), Glimmer DSL for GTK (Ruby-GNOME Desktop Development GUI Library), Glimmer DSL for FX (FOX Toolkit Ruby Desktop Development GUI Library), Glimmer DSL for WX (wxWidgets Ruby Desktop Development GUI Library), Glimmer DSL for Swing (JRuby Swing Desktop Development GUI Library), Glimmer DSL for JFX (JRuby JavaFX Desktop Development GUI Library), Glimmer DSL for XML (& HTML), and Glimmer DSL for CSS.".freeze
16
16
  s.email = "andy.am@gmail.com".freeze
17
17
  s.extra_rdoc_files = [
@@ -59,7 +59,7 @@ Gem::Specification.new do |s|
59
59
  s.specification_version = 4
60
60
 
61
61
  s.add_runtime_dependency(%q<array_include_methods>.freeze, [">= 1.4.0".freeze, "< 1.6.0".freeze])
62
- s.add_runtime_dependency(%q<facets>.freeze, [">= 3.1.0".freeze, "< 4.0.0".freeze])
62
+ s.add_runtime_dependency(%q<facets>.freeze, ["= 3.1.0".freeze])
63
63
  s.add_development_dependency(%q<rspec-mocks>.freeze, ["~> 3.5.0".freeze])
64
64
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.5.0".freeze])
65
65
  s.add_development_dependency(%q<puts_debuggerer>.freeze, [">= 1.0.1".freeze])
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glimmer
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.1
4
+ version: 2.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - AndyMaleh
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-21 00:00:00.000000000 Z
10
+ date: 2026-04-07 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: array_include_methods
@@ -33,22 +33,16 @@ dependencies:
33
33
  name: facets
34
34
  requirement: !ruby/object:Gem::Requirement
35
35
  requirements:
36
- - - ">="
36
+ - - '='
37
37
  - !ruby/object:Gem::Version
38
38
  version: 3.1.0
39
- - - "<"
40
- - !ruby/object:Gem::Version
41
- version: 4.0.0
42
39
  type: :runtime
43
40
  prerelease: false
44
41
  version_requirements: !ruby/object:Gem::Requirement
45
42
  requirements:
46
- - - ">="
43
+ - - '='
47
44
  - !ruby/object:Gem::Version
48
45
  version: 3.1.0
49
- - - "<"
50
- - !ruby/object:Gem::Version
51
- version: 4.0.0
52
46
  - !ruby/object:Gem::Dependency
53
47
  name: rspec-mocks
54
48
  requirement: !ruby/object:Gem::Requirement