rubydraw 0.2.7 → 0.2.7.1

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.
Files changed (2) hide show
  1. data/lib/rubydraw/window.rb +0 -1
  2. metadata +1 -1
@@ -96,7 +96,6 @@ module Rubydraw
96
96
 
97
97
  # Convert +color+ to the display format.
98
98
  def convert(color)
99
- puts @fullscreen
100
99
  if @fullscreen
101
100
  return color.to_i(:display_fullscreen)
102
101
  else
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rubydraw
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.7
5
+ version: 0.2.7.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - J. Wostenberg