Skip to content

Commit 7fed411

Browse files
Remove puts (#35)
* Remove left over debugging puts * Update CHANGELOG and version
1 parent cf048d7 commit 7fed411

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.1.1 - 28 September 2026
2+
3+
* Removed a left over debugging `puts`. (Also allows me to test `Input::DEVELOPMENT`)
4+
15
# v0.1.0 - 28 September 2026
26

37
* Updated release workflow to use maintained actions.

lib/update.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def self.download_update!
3535

3636
url = "https://github.com/marcheiligers/dr-input/releases/download/v#{@__input_version}/input.rb"
3737
@__input_download_response = $gtk.http_get url
38-
puts "download: #{@__input_download_response.inspect}"
3938
elsif instance_variable_defined?(:@__input_download_response) && @__input_download_response[:complete]
4039
raise "Received status code #{@__input_download_response[:http_response_code]}" unless @__input_download_response[:http_response_code] == 200
4140

metadata/game_metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ devid=fascinationworks
33
devtitle=Fascination Works
44
gameid=dr-input
55
gametitle=Dragon Ruby Input
6-
version=0.1.0
6+
version=0.1.1
77
icon=metadata/icon.png
88

99
# === Flags available at all licensing tiers ===

0 commit comments

Comments
 (0)