rubydraw 0.3.1 → 0.3.1.3

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/color.rb +3 -0
  2. metadata +1 -1
@@ -134,6 +134,9 @@ module Rubydraw
134
134
  # Other colors
135
135
  Purple = new(128, 0, 255)
136
136
  Orange = new(255, 128, 0)
137
+ LimeGreen = new(128, 255, 0)
138
+ SeaweedGreen = new(0, 255, 128)
139
+ LightBlue = new(0, 128, 255)
137
140
  Pink = new(255, 0, 128)
138
141
  Grey = new(128, 128, 128)
139
142
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rubydraw
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.1
5
+ version: 0.3.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - J. Wostenberg