rubydraw 0.2.7 → 0.2.7.1

Sign up to get free protection for your applications and to get access to all the features.
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