textorize 0.24 → 0.25
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/textorize/color.rb +1 -1
- metadata +2 -2
data/lib/textorize/color.rb
CHANGED
@@ -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.
|
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.
|
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-
|
12
|
+
date: 2009-10-11 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|