Skip to content

Commit

Permalink
Generate gemspec for version 0.0.63
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyObtiva committed Feb 19, 2024
1 parent 037d5ec commit d189424
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Change Log

## 0.0.64

- Fixed the problem when variables bound to deselected radiobuttons weren't being updated to false

## 0.0.63

- `modal = true` modifier for toplevels (the root becomes hidden till the toplevel is closed)
Expand All @@ -18,6 +14,7 @@
- `closest_window` method to find the closest parent window-type widget
- `enabled` / `disabled` pair of attributes
- `visible` / `hidden` pair of attributes
- Fixed the problem when variables bound to deselected radiobuttons weren't being updated to false

## 0.0.62

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<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 Tk 0.0.62
# [<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 Tk 0.0.63
## Ruby Tk Desktop Development GUI Library
[![Gem Version](https://badge.fury.io/rb/glimmer-dsl-tk.svg)](http://badge.fury.io/rb/glimmer-dsl-tk)
[![Ruby](https://github.com/AndyObtiva/glimmer-dsl-tk/actions/workflows/ruby.yml/badge.svg)](https://github.com/AndyObtiva/glimmer-dsl-tk/actions/workflows/ruby.yml)
Expand Down Expand Up @@ -182,7 +182,7 @@ gem install glimmer-dsl-tk

Add the following to `Gemfile`:
```
gem 'glimmer-dsl-tk', '0.0.62'
gem 'glimmer-dsl-tk', '0.0.63'
```

And, then run:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.62
0.0.63
Binary file modified glimmer-dsl-tk.gemspec
Binary file not shown.

0 comments on commit d189424

Please sign in to comment.