Skip to content

Commit

Permalink
Processing gem v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xordog committed Mar 13, 2024
1 parent 0edf6c8 commit 6b8cdd5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# reflex ChangeLog


## [v0.2] - 2024-03-14

- Change the super class for exception class from RuntimeError to StandardError


## [v0.1.57] - 2024-02-07

- Add Window#fullscreen accessor
Expand All @@ -9,6 +14,7 @@
- Fix Window#set_frame updating to a position that was lower than the correct position by the height of the window title bar
- Fix a bug that the window position origin (0, 0) was at the bottom-left corner of the screen; now it is at the top-left corner of the screen


## [v0.1.56] - 2024-01-08

- Delete Polygon::Line because it was merged into Polyline
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.57
0.2
8 changes: 4 additions & 4 deletions reflex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 3.0.0'

s.add_runtime_dependency 'xot', '~> 0.1.42'
s.add_runtime_dependency 'rucy', '~> 0.1.44'
s.add_runtime_dependency 'beeps', '~> 0.1.46'
s.add_runtime_dependency 'rays', '~> 0.1.49'
s.add_runtime_dependency 'xot', '~> 0.2'
s.add_runtime_dependency 'rucy', '~> 0.2'
s.add_runtime_dependency 'beeps', '~> 0.2'
s.add_runtime_dependency 'rays', '~> 0.2'

s.files = `git ls-files`.split $/
s.executables = s.files.grep(%r{^bin/}) {|f| File.basename f}
Expand Down

0 comments on commit 6b8cdd5

Please sign in to comment.