color-tools 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -3,19 +3,19 @@ rubygems_version: 0.8.10
3
3
  specification_version: 1
4
4
  name: color-tools
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.1.0
7
- date: 2005-05-04
6
+ version: 1.2.0
7
+ date: 2005-07-01
8
8
  summary: color-tools provides RGB and CMYK colour definitions and manpiulations.
9
9
  require_paths:
10
10
  - lib
11
11
  email: austin@rubyforge.org
12
12
  homepage: http://rubyforge.org/projects/ruby-pdf
13
13
  rubyforge_project: ruby-pdf
14
- description: "color-tools is a Ruby library to provide RGB and CMYK colour support to
14
+ description: "color-tools is a Ruby library to provide RGB, CMYK, and other colour support to
15
15
  applications that require it. It provides 148 named RGB colours that are
16
16
  commonly supported and used in HTML, colour manipulation operations, and a
17
- monochromatic contrasting palette generator. With version 1.1, the ability to
18
- read and use GIMP colour palette definition files has been added."
17
+ monochromatic contrasting palette generator. Version 1.2 introduces two new
18
+ colour spaces: GrayScale (also known as GreyScale) and YIQ (NTSC)."
19
19
  autorequire: color
20
20
  default_executable:
21
21
  bindir: bin
@@ -34,14 +34,19 @@ files:
34
34
  - Changelog
35
35
  - Install
36
36
  - lib
37
+ - metaconfig
38
+ - pre-setup.rb
37
39
  - Rakefile
38
40
  - README
41
+ - setup.rb
39
42
  - lib/color
40
43
  - lib/color.rb
41
44
  - lib/color/cmyk.rb
45
+ - lib/color/grayscale.rb
42
46
  - lib/color/palette
43
47
  - lib/color/palette.rb
44
48
  - lib/color/rgb.rb
49
+ - lib/color/yiq.rb
45
50
  - lib/color/palette/gimp.rb
46
51
  - lib/color/palette/monocontrast.rb
47
52
  test_files: []