textorize 0.24 → 0.25

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/textorize/color.rb +1 -1
  2. metadata +2 -2
@@ -5,7 +5,7 @@
5
5
  module OSX
6
6
  class NSColor
7
7
  def self.from_rgb(red, green, blue, alpha=1.0)
8
- NSColor.colorWithCalibratedRed_green_blue_alpha(red/255.0, green/255.0, blue/255.0, alpha)
8
+ NSColor.colorWithDeviceRed_green_blue_alpha(red/255.0, green/255.0, blue/255.0, alpha)
9
9
  end
10
10
 
11
11
  HTML4_KEYWORDS = {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: textorize
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.24"
4
+ version: "0.25"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Fuchs
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-07 00:00:00 +02:00
12
+ date: 2009-10-11 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies: []
15
15