gui_geometry2 3.0.2 → 3.0.3

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: 27b566ca0e482a458a018d6ada384d1238e4bc7f3eb66ea8b0beeae519b7a4fc
4
- data.tar.gz: 4ddf34590c7ca445bd64e1efd852f269ba2d6d904bfcce4e751b2a4ded168b03
3
+ metadata.gz: 2efb7499303d006c86c3d5e49606233587cd91ae0d504ca48f9eb8c388027c6b
4
+ data.tar.gz: 2d016751a25dc513899bd0a9d1ec258eef574fafb29f8311c021b0816a6a8ed9
5
5
  SHA512:
6
- metadata.gz: 149f21bded68f457f08c30e445d70569ed2f669f31a27ef6185fce8c13099623e2954564a1289819f3576d22d154a502b81e5b3ac068d82fec7b2a84256c67a9
7
- data.tar.gz: eebe7eb2ca299ed5d83d7f454a3f1fefd1b0e86db3134192582cab5ccabd33b17cd89bd87ed4194052151683c1a2d95af2e6be87521aaff110a14a687f52d7f1
6
+ metadata.gz: 85fc2f6cc456cbf2b4f28d871bd0068c221e3f870c7c573715bdcd7945cbcaffd505e2f149bf08cd6ea281f9b4942ee2f26e180946b4c4cb9800818bebb3ba25
7
+ data.tar.gz: c6820436b0950f4335fa832821cc9fed712ed590ba13212dc63c6d2a397dee9b57aa41763a879e260e660648671d2be49660810c15b0536026685291c25bfb4c
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # GuiGeo
2
2
 
3
- [![Gem Version](https://img.shields.io/gem/v/guigeo2?color=168AFE&logo=rubygems&logoColor=FE1616)](https://rubygems.org/gems/guigeo2)
4
- [![Downloads](https://img.shields.io/gem/dt/guigeo2?color=168AFE&logo=rubygems&logoColor=FE1616)](https://rubygems.org/gems/guigeo2)
5
- [![GitHub Build](https://img.shields.io/github/actions/workflow/status/matique/guigeo2/rake.yml?logo=github)](https://github.com/matique/guigeo2/actions/workflows/rake.yml)
3
+ [![Gem Version](https://img.shields.io/gem/v/gui_geometry2?color=168AFE&logo=rubygems&logoColor=FE1616)](https://rubygems.org/gems/gui_geometry2)
4
+ [![Downloads](https://img.shields.io/gem/dt/gui_geometry2?color=168AFE&logo=rubygems&logoColor=FE1616)](https://rubygems.org/gems/gui_geometry2)
5
+ [![GitHub Build](https://img.shields.io/github/actions/workflow/status/matique/gui_geometry2/rake.yml?logo=github)](https://github.com/matique/gui_geometry2/actions/workflows/rake.yml)
6
6
  [![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-168AFE.svg)](https://github.com/standardrb/standard)
7
7
  [![MIT License](https://img.shields.io/badge/license-MIT-168AFE.svg)](http://choosealicense.com/licenses/mit/)
8
8
 
@@ -33,7 +33,7 @@ As usual:
33
33
  ~~~~ruby
34
34
  # Gemfile
35
35
  ...
36
- gem "guigeo2"
36
+ gem "gui_geometry2"
37
37
  ...
38
38
  ~~~~
39
39
 
@@ -1,5 +1,6 @@
1
1
  module GuiGeo2
2
- VERSION = "3.0.2" # 2026-08-20
2
+ VERSION = "3.0.3" # 2026-08-20
3
+ # VERSION = "3.0.2" # 2026-08-20
3
4
  # VERSION = "3.0.0" # 2026-08-20
4
5
  # VERSION = "0.3.1"
5
6
  end
@@ -1,5 +1,5 @@
1
1
  module GuiGeo2
2
- VERSION = "3.0.1" # 2026-08-20
2
+ VERSION = "3.0.2" # 2026-08-20
3
3
  # VERSION = "3.0.0" # 2026-08-20
4
4
  # VERSION = "0.3.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gui_geometry2
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
94
  requirements: []
95
- rubygems_version: 4.0.16
95
+ rubygems_version: 4.0.19
96
96
  specification_version: 4
97
97
  summary: 2D geometry specificly designed to support graphical user interfaces and
98
98
  bitmaps