rmagick 1.15.8 → 1.15.9

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rmagick might be problematic. Click here for more details.

data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ RMagick 1.15.9
2
+ o Fixed bug #12089 (bug report from Hans de Graaff)
3
+
1
4
  RMagick 1.15.8
2
5
  o Fixed bug #12671, incorrect link in HTML doc (bug report from Thomas R.
3
6
  Koll
@@ -1,14 +1,14 @@
1
1
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
2
  <html>
3
3
  <head>
4
- <title>RMagick 1.15.8 README</title>
4
+ <title>RMagick 1.15.9 README</title>
5
5
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
6
  <meta name="GENERATOR" content="BlueCloth">
7
7
  </head>
8
8
  <body>
9
- <h1>RMagick 1.15.8 README</h1>
9
+ <h1>RMagick 1.15.9 README</h1>
10
10
 
11
- <h2>08/01/07</h2>
11
+ <h2>08/08/07</h2>
12
12
 
13
13
  <h2>Table Of Contents</h2>
14
14
 
@@ -41,7 +41,7 @@ ImageMagick and GraphicsMagick image processing libraries.</p>
41
41
 
42
42
  <p><strong>Author:</strong> Tim Hunter</p>
43
43
 
44
- <p><strong>Email:</strong> <a href="&#x6D;&#x61;&#x69;&#108;&#x74;&#111;:r&#x6D;&#097;&#x67;i&#099;&#107;&#064;&#114;u&#098;&#121;&#102;&#111;&#x72;&#103;&#x65;&#x2E;&#111;&#x72;&#x67;">r&#x6D;&#097;&#x67;i&#099;&#107;&#064;&#114;u&#098;&#121;&#102;&#111;&#x72;&#103;&#x65;&#x2E;&#111;&#x72;&#x67;</a></p>
44
+ <p><strong>Email:</strong> <a href="&#x6D;&#097;&#x69;&#108;&#x74;&#x6F;:&#114;&#109;a&#x67;&#105;&#x63;&#x6B;&#064;&#x72;&#x75;&#098;yf&#x6F;&#x72;&#103;&#x65;&#x2E;&#x6F;&#114;&#x67;">&#114;&#109;a&#x67;&#105;&#x63;&#x6B;&#064;&#x72;&#x75;&#098;yf&#x6F;&#x72;&#103;&#x65;&#x2E;&#x6F;&#114;&#x67;</a></p>
45
45
 
46
46
  <p><strong>RubyForge:</strong> <a href="http://rubyforge.org/projects/rmagick/">http://rubyforge.org/projects/rmagick/</a></p>
47
47
 
@@ -228,7 +228,7 @@ addition to the regular options, there are a few RMagick-specific options:</p>
228
228
 
229
229
  <h4 id="scripts">Running the <code>configure</code> and <code>make</code> scripts</h4>
230
230
 
231
- <p>De-compress the RMagick-1.15.8.tar.gz archive and enter the top
231
+ <p>De-compress the RMagick-1.15.9.tar.gz archive and enter the top
232
232
  directory. Then type:</p>
233
233
 
234
234
  <pre><code>$ ./configure &lt;configuration options&gt;
@@ -249,9 +249,9 @@ $ make clean
249
249
 
250
250
  <p>When make is running the examples, if you get a message like this:</p>
251
251
 
252
- <pre><code>/home/you/RMagick-1.15.8/lib/RMagick.rb:11:in `require': libMagick.so.0:
252
+ <pre><code>/home/you/RMagick-1.15.9/lib/RMagick.rb:11:in `require': libMagick.so.0:
253
253
  cannot open shared object file: No such file or directory -
254
- /home/you/RMagick-1.15.8/ext/RMagick/RMagick.so (LoadError)
254
+ /home/you/RMagick-1.15.9/ext/RMagick/RMagick.so (LoadError)
255
255
  </code></pre>
256
256
 
257
257
  <p>you probably do not have the directory in which the ImageMagick or GraphicsMagick
@@ -271,7 +271,7 @@ systems, see the documentation for the dynamic loading facility.</p>
271
271
 
272
272
  <p>When make is running the examples, if you get a message like this:</p>
273
273
 
274
- <pre><code>hook /home/me/src/RMagick-1.15.8/./post-setup.rb failed:
274
+ <pre><code>hook /home/me/src/RMagick-1.15.9/./post-setup.rb failed:
275
275
  No such file or directory - "/tmp/rmagick6872.6"
276
276
  </code></pre>
277
277
 
data/README.txt CHANGED
@@ -1,6 +1,6 @@
1
- RMagick 1.15.8 README
1
+ RMagick 1.15.9 README
2
2
  ================================
3
- 08/01/07
3
+ 08/08/07
4
4
  --------
5
5
 
6
6
  Table Of Contents
@@ -196,7 +196,7 @@ addition to the regular options, there are a few RMagick-specific options:
196
196
 
197
197
  <h4 id="scripts">Running the <code>configure</code> and <code>make</code> scripts</h4>
198
198
 
199
- De-compress the RMagick-1.15.8.tar.gz archive and enter the top
199
+ De-compress the RMagick-1.15.9.tar.gz archive and enter the top
200
200
  directory. Then type:
201
201
 
202
202
  $ ./configure <configuration options>
@@ -214,9 +214,9 @@ The message can also refer to "libGraphicsMagick". Typically this message means
214
214
  #### Cannot open shared object file
215
215
  When make is running the examples, if you get a message like this:
216
216
 
217
- /home/you/RMagick-1.15.8/lib/RMagick.rb:11:in `require': libMagick.so.0:
217
+ /home/you/RMagick-1.15.9/lib/RMagick.rb:11:in `require': libMagick.so.0:
218
218
  cannot open shared object file: No such file or directory -
219
- /home/you/RMagick-1.15.8/ext/RMagick/RMagick.so (LoadError)
219
+ /home/you/RMagick-1.15.9/ext/RMagick/RMagick.so (LoadError)
220
220
 
221
221
  you probably do not have the directory in which the ImageMagick or GraphicsMagick
222
222
  library is installed in your load path. An easy way to fix this is to define the
@@ -233,7 +233,7 @@ systems, see the documentation for the dynamic loading facility.
233
233
  #### No such file or directory - "/tmp/rmagick6872.6"
234
234
  When make is running the examples, if you get a message like this:
235
235
 
236
- hook /home/me/src/RMagick-1.15.8/./post-setup.rb failed:
236
+ hook /home/me/src/RMagick-1.15.9/./post-setup.rb failed:
237
237
  No such file or directory - "/tmp/rmagick6872.6"
238
238
 
239
239
  you probably do not have a temporary directory environment variable set. Set
data/configure CHANGED
@@ -1,6 +1,6 @@
1
1
  #! /bin/sh
2
2
  # Guess values for system-dependent variables and create Makefiles.
3
- # Generated by GNU Autoconf 2.59 for RMagick 1.15.8.
3
+ # Generated by GNU Autoconf 2.59 for RMagick 1.15.9.
4
4
  #
5
5
  # Report bugs to <rmagick@rubyforge.org>.
6
6
  #
@@ -268,9 +268,9 @@ SHELL=${CONFIG_SHELL-/bin/sh}
268
268
 
269
269
  # Identity of this package.
270
270
  PACKAGE_NAME='RMagick'
271
- PACKAGE_TARNAME='RMagick-1.15.8.tar.gz'
272
- PACKAGE_VERSION='1.15.8'
273
- PACKAGE_STRING='RMagick 1.15.8'
271
+ PACKAGE_TARNAME='RMagick-1.15.9.tar.gz'
272
+ PACKAGE_VERSION='1.15.9'
273
+ PACKAGE_STRING='RMagick 1.15.9'
274
274
  PACKAGE_BUGREPORT='rmagick@rubyforge.org'
275
275
 
276
276
  # Factoring default headers for most tests.
@@ -779,7 +779,7 @@ if test "$ac_init_help" = "long"; then
779
779
  # Omit some internal or obsolete options to make the list less imposing.
780
780
  # This message is too long to be a string in the A/UX 3.1 sh.
781
781
  cat <<_ACEOF
782
- \`configure' configures RMagick 1.15.8 to adapt to many kinds of systems.
782
+ \`configure' configures RMagick 1.15.9 to adapt to many kinds of systems.
783
783
 
784
784
  Usage: $0 [OPTION]... [VAR=VALUE]...
785
785
 
@@ -836,7 +836,7 @@ fi
836
836
 
837
837
  if test -n "$ac_init_help"; then
838
838
  case $ac_init_help in
839
- short | recursive ) echo "Configuration of RMagick 1.15.8:";;
839
+ short | recursive ) echo "Configuration of RMagick 1.15.9:";;
840
840
  esac
841
841
  cat <<\_ACEOF
842
842
 
@@ -983,7 +983,7 @@ fi
983
983
  test -n "$ac_init_help" && exit 0
984
984
  if $ac_init_version; then
985
985
  cat <<\_ACEOF
986
- RMagick configure 1.15.8
986
+ RMagick configure 1.15.9
987
987
  generated by GNU Autoconf 2.59
988
988
 
989
989
  Copyright (C) 2003 Free Software Foundation, Inc.
@@ -997,7 +997,7 @@ cat >&5 <<_ACEOF
997
997
  This file contains any messages produced by compilers while
998
998
  running configure, to aid debugging if configure makes a mistake.
999
999
 
1000
- It was created by RMagick $as_me 1.15.8, which was
1000
+ It was created by RMagick $as_me 1.15.9, which was
1001
1001
  generated by GNU Autoconf 2.59. Invocation command line was
1002
1002
 
1003
1003
  $ $0 $@
@@ -2432,11 +2432,17 @@ echo "$as_me: error: Can't install RMagick. Can't find Magick-config or Graphics
2432
2432
  Magick-config )
2433
2433
  MAGICKNAME=ImageMagick
2434
2434
  MAGICKLIB=Magick
2435
- MAGICKVERS=`${MAGICKCONFIG} --version | tr -d .`
2435
+ MAGICKVERS=`${MAGICKCONFIG} --version | cut -d" " -f1 | tr -d .`
2436
2436
  if test $MAGICKVERS -lt 600; then
2437
2437
  MAGICKVERS=`${MAGICKCONFIG} --version`
2438
2438
  { { echo "$as_me:$LINENO: error: Can't install RMagick. You must have ImageMagick 6.0.0 or later installed. Your version of ImageMagick is ${MAGICKVERS}" >&5
2439
2439
  echo "$as_me: error: Can't install RMagick. You must have ImageMagick 6.0.0 or later installed. Your version of ImageMagick is ${MAGICKVERS}" >&2;}
2440
+ { (exit 1); exit 1; }; }
2441
+ fi
2442
+ HDRI=`${MAGICKCONFIG} --version | cut -d" " -f3`
2443
+ if test "$HDRI" = HDRI; then
2444
+ { { echo "$as_me:$LINENO: error: Can't install RMagick. RMagick does not work with ImageMagick's HDRI." >&5
2445
+ echo "$as_me: error: Can't install RMagick. RMagick does not work with ImageMagick's HDRI." >&2;}
2440
2446
  { (exit 1); exit 1; }; }
2441
2447
  fi
2442
2448
  ;;
@@ -10697,7 +10703,7 @@ _ASBOX
10697
10703
  } >&5
10698
10704
  cat >&5 <<_CSEOF
10699
10705
 
10700
- This file was extended by RMagick $as_me 1.15.8, which was
10706
+ This file was extended by RMagick $as_me 1.15.9, which was
10701
10707
  generated by GNU Autoconf 2.59. Invocation command line was
10702
10708
 
10703
10709
  CONFIG_FILES = $CONFIG_FILES
@@ -10757,7 +10763,7 @@ _ACEOF
10757
10763
 
10758
10764
  cat >>$CONFIG_STATUS <<_ACEOF
10759
10765
  ac_cs_version="\\
10760
- RMagick config.status 1.15.8
10766
+ RMagick config.status 1.15.9
10761
10767
  configured by $0, generated by GNU Autoconf 2.59,
10762
10768
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
10763
10769
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  # RMagick configure.ac
3
3
 
4
- AC_INIT(RMagick, 1.15.8, rmagick@rubyforge.org, RMagick-1.15.8.tar.gz)
4
+ AC_INIT(RMagick, 1.15.9, rmagick@rubyforge.org, RMagick-1.15.9.tar.gz)
5
5
  echo "Configuring ${PACKAGE_STRING}"
6
6
 
7
7
  AC_CONFIG_HEADER([ext/RMagick/rmagick_config.h])
@@ -42,11 +42,15 @@ else
42
42
  Magick-config )
43
43
  MAGICKNAME=ImageMagick
44
44
  MAGICKLIB=Magick
45
- MAGICKVERS=`${MAGICKCONFIG} --version | tr -d .`
45
+ MAGICKVERS=`${MAGICKCONFIG} --version | cut -d" " -f1 | tr -d .`
46
46
  if test $MAGICKVERS -lt 600; then
47
47
  MAGICKVERS=`${MAGICKCONFIG} --version`
48
48
  AC_MSG_ERROR([Can't install RMagick. You must have ImageMagick 6.0.0 or later installed. Your version of ImageMagick is ${MAGICKVERS}])
49
49
  fi
50
+ HDRI=`${MAGICKCONFIG} --version | cut -d" " -f3`
51
+ if test "$HDRI" = HDRI; then
52
+ AC_MSG_ERROR([Can't install RMagick. RMagick does not work with ImageMagick's HDRI.])
53
+ fi
50
54
  ;;
51
55
  GraphicsMagick-config )
52
56
  MAGICKNAME=GraphicsMagick
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: Common Tasks</title>
9
+ <title>RMagick 1.15.9: Common Tasks</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -31,7 +31,7 @@
31
31
  </head>
32
32
 
33
33
  <body>
34
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
34
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
35
35
 
36
36
  <div class="nav">
37
37
  &laquo;&nbsp;<a href="optequiv.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: Constants</title>
9
+ <title>RMagick 1.15.9: Constants</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -61,7 +61,7 @@
61
61
  </head>
62
62
 
63
63
  <body>
64
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
64
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
65
65
 
66
66
  <div class="nav">
67
67
  &laquo;&nbsp;<a href="info.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: class Draw</title>
9
+ <title>RMagick 1.15.9: class Draw</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -25,7 +25,7 @@
25
25
  </head>
26
26
 
27
27
  <body>
28
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
28
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
29
29
 
30
30
  <div class="nav">
31
31
  &laquo;&nbsp;<a href="image3.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: class ImageList</title>
9
+ <title>RMagick 1.15.9: class ImageList</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -20,7 +20,7 @@
20
20
  </head>
21
21
 
22
22
  <body>
23
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
23
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
24
24
 
25
25
  <div class="nav">
26
26
  &laquo;&nbsp;<a href="magick.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: class Image (class and instance methods,
9
+ <title>RMagick 1.15.9: class Image (class and instance methods,
10
10
  part 1)</title>
11
11
  <meta http-equiv="Content-Type" content=
12
12
  "text/html; charset=us-ascii" />
@@ -48,7 +48,7 @@ float: left;
48
48
  </head>
49
49
 
50
50
  <body>
51
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
51
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
52
52
 
53
53
  <div class="nav">
54
54
  &laquo;&nbsp;<a href="imageattrs.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: class Image (instance methods, part 2)</title>
9
+ <title>RMagick 1.15.9: class Image (instance methods, part 2)</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -47,7 +47,7 @@ td.ds {
47
47
  </head>
48
48
 
49
49
  <body>
50
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
50
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
51
51
 
52
52
  <div class="nav">
53
53
  &laquo;&nbsp;<a href="image1.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: class Image (instance methods, part
9
+ <title>RMagick 1.15.9: class Image (instance methods, part
10
10
  3)</title>
11
11
  <meta http-equiv="Content-Type" content=
12
12
  "text/html; charset=us-ascii" />
@@ -52,7 +52,7 @@
52
52
  </head>
53
53
 
54
54
  <body>
55
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
55
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
56
56
 
57
57
  <div class="nav">
58
58
  &laquo;&nbsp;<a href="image2.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: class Image (attribute methods)</title>
9
+ <title>RMagick 1.15.9: class Image (attribute methods)</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -25,7 +25,7 @@
25
25
  </head>
26
26
 
27
27
  <body>
28
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
28
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
29
29
 
30
30
  <div class="nav">
31
31
  &laquo;&nbsp;<a href="ilist.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: ImageMagick/GraphicsMagick Conventions</title>
9
+ <title>RMagick 1.15.9: ImageMagick/GraphicsMagick Conventions</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -69,7 +69,7 @@
69
69
  </head>
70
70
 
71
71
  <body>
72
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
72
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
73
73
 
74
74
  <div class="nav">
75
75
  &laquo;&nbsp;<a href="usage.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8 User's Guide and
9
+ <title>RMagick 1.15.9 User's Guide and
10
10
  Reference</title>
11
11
  <meta http-equiv="Content-Type" content=
12
12
  "text/html; charset=us-ascii" />
@@ -107,7 +107,7 @@
107
107
 
108
108
  <p id="magick">Ruby+ImageMagick<span class="tm">TM</span><br />
109
109
  Ruby+GraphicsMagick<br />
110
- Version 1.15.8</p>
110
+ Version 1.15.9</p>
111
111
 
112
112
  <h1>User's Guide and Reference</h1>
113
113
 
@@ -316,7 +316,7 @@
316
316
 
317
317
  <h3>About this document</h3>
318
318
 
319
- <p>This document describes Version 1.15.8 of RMagick.
319
+ <p>This document describes Version 1.15.9 of RMagick.
320
320
  It is divided into 4 parts. The first is this page. The second
321
321
  part is a user's guide covering both RMagick and
322
322
  ImageMagick/GraphicsMagick usage and conventions. The third part
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: class Image::Info - Optional method
9
+ <title>RMagick 1.15.9: class Image::Info - Optional method
10
10
  arguments</title>
11
11
  <meta http-equiv="Content-Type" content=
12
12
  "text/html; charset=us-ascii" />
@@ -44,7 +44,7 @@
44
44
  </head>
45
45
 
46
46
  <body>
47
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
47
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
48
48
 
49
49
  <div class="nav">
50
50
  &laquo;&nbsp;<a href="struct.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: module Magick</title>
9
+ <title>RMagick 1.15.9: module Magick</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -24,7 +24,7 @@
24
24
  </head>
25
25
 
26
26
  <body>
27
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
27
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
28
28
 
29
29
  <div class="nav">
30
30
  &laquo;&nbsp;<a href="comtasks.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: Magick Command Options and Their Equivalent
9
+ <title>RMagick 1.15.9: Magick Command Options and Their Equivalent
10
10
  Methods</title>
11
11
  <meta http-equiv="Content-Type" content=
12
12
  "text/html; charset=us-ascii" />
@@ -70,7 +70,7 @@ td {
70
70
  </head>
71
71
 
72
72
  <body>
73
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
73
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
74
74
 
75
75
  <div class="nav">
76
76
  &laquo; <a href="index.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: RVG Reference: RVG Class</title>
9
+ <title>RMagick 1.15.9: RVG Reference: RVG Class</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -27,7 +27,7 @@
27
27
  </head>
28
28
 
29
29
  <body>
30
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="rvgtut.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st March 2005), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: RVG Reference: RVG::ClipPath Class</title>
9
+ <title>RMagick 1.15.9: RVG Reference: RVG::ClipPath Class</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -27,7 +27,7 @@
27
27
  </head>
28
28
 
29
29
  <body>
30
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="rvgpattern.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st March 2005), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: RVG Reference: RVG::Group Class</title>
9
+ <title>RMagick 1.15.9: RVG Reference: RVG::Group Class</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -27,7 +27,7 @@
27
27
  </head>
28
28
 
29
29
  <body>
30
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="rvg.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st March 2005), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: RVG Reference: RVG::Image Class</title>
9
+ <title>RMagick 1.15.9: RVG Reference: RVG::Image Class</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -27,7 +27,7 @@
27
27
  </head>
28
28
 
29
29
  <body>
30
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="rvggroup.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st March 2005), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: RVG Reference: RVG::Pattern Class</title>
9
+ <title>RMagick 1.15.9: RVG Reference: RVG::Pattern Class</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -27,7 +27,7 @@
27
27
  </head>
28
28
 
29
29
  <body>
30
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="rvgimage.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st March 2005), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: RVG Reference: Shapes</title>
9
+ <title>RMagick 1.15.9: RVG Reference: Shapes</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -28,7 +28,7 @@
28
28
  </head>
29
29
 
30
30
  <body>
31
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
31
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
32
32
 
33
33
  <div class="nav">
34
34
  &laquo;&nbsp;<a href="rvgstyle.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st March 2005), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: RVG Reference: Styles</title>
9
+ <title>RMagick 1.15.9: RVG Reference: Styles</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -27,7 +27,7 @@
27
27
  </head>
28
28
 
29
29
  <body>
30
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="rvguse.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st March 2005), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: RVG Reference: RVG::Text Class</title>
9
+ <title>RMagick 1.15.9: RVG Reference: RVG::Text Class</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -33,7 +33,7 @@
33
33
  </head>
34
34
 
35
35
  <body>
36
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
36
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
37
37
 
38
38
  <div class="nav">
39
39
  &laquo;&nbsp;<a href="rvgclip.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st March 2005), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: RVG Reference: RVG::Tspan Class</title>
9
+ <title>RMagick 1.15.9: RVG Reference: RVG::Tspan Class</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -27,7 +27,7 @@
27
27
  </head>
28
28
 
29
29
  <body>
30
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="rvgtext.html">Prev</a> | <a href=
@@ -9,7 +9,7 @@
9
9
  <meta name="generator" content=
10
10
  "HTML Tidy for Linux/x86 (vers 1st March 2005), see www.w3.org" />
11
11
 
12
- <title>RMagick 1.15.8: RVG Tutorial</title>
12
+ <title>RMagick 1.15.9: RVG Tutorial</title>
13
13
  <meta name="GENERATOR" content="Quanta Plus" />
14
14
  <link rel="stylesheet" type="text/css" href="css/doc.css" />
15
15
  <style type="text/css">
@@ -23,7 +23,7 @@
23
23
  </head>
24
24
 
25
25
  <body>
26
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
26
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
27
27
 
28
28
  <div class="nav">
29
29
  &laquo;&nbsp;<a href="constants.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st March 2005), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: RVG Reference: RVG::Use Class</title>
9
+ <title>RMagick 1.15.9: RVG Reference: RVG::Use Class</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -27,7 +27,7 @@
27
27
  </head>
28
28
 
29
29
  <body>
30
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="rvgtspan.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: RVG Reference: Transforms</title>
9
+ <title>RMagick 1.15.9: RVG Reference: Transforms</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -28,7 +28,7 @@
28
28
  </head>
29
29
 
30
30
  <body>
31
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
31
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
32
32
 
33
33
  <div class="nav">
34
34
  &laquo;&nbsp;<a href="rvgshape.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st March 2005), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: Miscellaneous classes</title>
9
+ <title>RMagick 1.15.9: Miscellaneous classes</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -27,7 +27,7 @@
27
27
  </head>
28
28
 
29
29
  <body>
30
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="draw.html">Prev</a> | <a href=
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content=
7
7
  "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
8
8
 
9
- <title>RMagick 1.15.8: How to use RMagick</title>
9
+ <title>RMagick 1.15.9: How to use RMagick</title>
10
10
  <meta http-equiv="Content-Type" content=
11
11
  "text/html; charset=us-ascii" />
12
12
  <meta name="GENERATOR" content="Quanta Plus" />
@@ -90,7 +90,7 @@
90
90
  </head>
91
91
 
92
92
  <body>
93
- <h6 id="header">RMagick 1.15.8 User's Guide and Reference</h6>
93
+ <h6 id="header">RMagick 1.15.9 User's Guide and Reference</h6>
94
94
 
95
95
  <div class="nav">
96
96
  &laquo;&nbsp;<a href="index.html">Prev</a> | <a href=
@@ -1,4 +1,4 @@
1
- MANIFEST for RMagick-1.15.8 - 16:45:12 08/01/07
1
+ MANIFEST for RMagick-1.15.9 - 20:05:05 08/08/07
2
2
 
3
3
  configure
4
4
  README.html
@@ -1,7 +1,7 @@
1
1
  require 'date'
2
2
  Gem::Specification.new do |s|
3
3
  s.name = %q{rmagick}
4
- s.version = "1.15.8"
4
+ s.version = "1.15.9"
5
5
  s.date = Date.today.to_s
6
6
  s.summary = %q{RMagick is an interface between the Ruby programming language and the ImageMagick and GraphicsMagick image processing libraries.}
7
7
  s.description =<<DESCRIPTION
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.0.8
2
+ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: rmagick
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.15.8
7
- date: 2007-08-01 00:00:00 -04:00
6
+ version: 1.15.9
7
+ date: 2007-08-08 00:00:00 -04:00
8
8
  summary: RMagick is an interface between the Ruby programming language and the ImageMagick and GraphicsMagick image processing libraries.
9
9
  require_paths:
10
10
  - lib
@@ -31,58 +31,86 @@ authors:
31
31
  - Tim Hunter
32
32
  files:
33
33
  - doc
34
- - ext
35
- - ChangeLog
36
- - Makefile.in
37
- - README-Mac-OSX.txt
38
- - README.txt
39
- - configure.ac
40
- - gem_extconf.rb
41
- - metaconfig.in
42
- - post-clean.rb
43
- - post-install.rb
44
- - post-setup.rb
45
- - rmagick.gemspec
46
- - setup.rb
47
- - uninstall.rb
48
- - examples
49
- - lib
50
- - README.html
51
- - configure
52
34
  - doc/css
53
- - doc/ex
54
- - doc/comtasks.html
55
- - doc/constants.html
56
- - doc/draw.html
57
- - doc/ilist.html
58
- - doc/image1.html
59
- - doc/image2.html
60
- - doc/image3.html
61
- - doc/imageattrs.html
62
- - doc/imusage.html
63
- - doc/index.html
64
- - doc/info.html
65
- - doc/magick.html
66
- - doc/optequiv.html
67
- - doc/rvg.html
68
- - doc/rvgclip.html
69
- - doc/rvggroup.html
70
- - doc/rvgimage.html
71
- - doc/rvgpattern.html
72
- - doc/rvgshape.html
73
- - doc/rvgstyle.html
74
- - doc/rvgtext.html
75
- - doc/rvgtspan.html
76
- - doc/rvgtut.html
77
- - doc/rvguse.html
78
- - doc/rvgxform.html
79
- - doc/struct.html
80
- - doc/usage.html
81
- - doc/scripts
82
35
  - doc/css/popup.css
83
36
  - doc/css/doc.css
84
37
  - doc/css/ref.css
38
+ - doc/ex
85
39
  - doc/ex/images
40
+ - doc/ex/images/Ballerina.jpg
41
+ - doc/ex/images/Ballerina3.jpg
42
+ - doc/ex/images/Button_0.gif
43
+ - doc/ex/images/Button_1.gif
44
+ - doc/ex/images/Button_2.gif
45
+ - doc/ex/images/Button_3.gif
46
+ - doc/ex/images/Button_4.gif
47
+ - doc/ex/images/Button_5.gif
48
+ - doc/ex/images/Button_6.gif
49
+ - doc/ex/images/Button_7.gif
50
+ - doc/ex/images/Button_8.gif
51
+ - doc/ex/images/Button_9.gif
52
+ - doc/ex/images/Button_A.gif
53
+ - doc/ex/images/Button_B.gif
54
+ - doc/ex/images/Button_C.gif
55
+ - doc/ex/images/Button_D.gif
56
+ - doc/ex/images/Button_E.gif
57
+ - doc/ex/images/Button_F.gif
58
+ - doc/ex/images/Button_G.gif
59
+ - doc/ex/images/Button_H.gif
60
+ - doc/ex/images/Button_I.gif
61
+ - doc/ex/images/Button_J.gif
62
+ - doc/ex/images/Button_K.gif
63
+ - doc/ex/images/Button_L.gif
64
+ - doc/ex/images/Button_M.gif
65
+ - doc/ex/images/Button_N.gif
66
+ - doc/ex/images/Button_O.gif
67
+ - doc/ex/images/Button_P.gif
68
+ - doc/ex/images/Button_Q.gif
69
+ - doc/ex/images/Button_R.gif
70
+ - doc/ex/images/Button_S.gif
71
+ - doc/ex/images/Button_T.gif
72
+ - doc/ex/images/Button_U.gif
73
+ - doc/ex/images/Button_V.gif
74
+ - doc/ex/images/Button_W.gif
75
+ - doc/ex/images/Button_X.gif
76
+ - doc/ex/images/Button_Y.gif
77
+ - doc/ex/images/Button_Z.gif
78
+ - doc/ex/images/Cheetah.jpg
79
+ - doc/ex/images/Coffee.wmf
80
+ - doc/ex/images/Flower_Hat.jpg
81
+ - doc/ex/images/Gold_Statue.jpg
82
+ - doc/ex/images/Hot_Air_Balloons.jpg
83
+ - doc/ex/images/Hot_Air_Balloons_H.jpg
84
+ - doc/ex/images/No.wmf
85
+ - doc/ex/images/Polynesia.jpg
86
+ - doc/ex/images/Red_Rocks.jpg
87
+ - doc/ex/images/Shorts.jpg
88
+ - doc/ex/images/Snake.wmf
89
+ - doc/ex/images/Violin.jpg
90
+ - doc/ex/images/big-duck.gif
91
+ - doc/ex/images/duck.gif
92
+ - doc/ex/images/duck0.gif
93
+ - doc/ex/images/duck1.gif
94
+ - doc/ex/images/duck10.gif
95
+ - doc/ex/images/duck11.gif
96
+ - doc/ex/images/duck12.gif
97
+ - doc/ex/images/duck13.gif
98
+ - doc/ex/images/duck14.gif
99
+ - doc/ex/images/duck15.gif
100
+ - doc/ex/images/duck2.gif
101
+ - doc/ex/images/duck3.gif
102
+ - doc/ex/images/duck4.gif
103
+ - doc/ex/images/duck5.gif
104
+ - doc/ex/images/duck6.gif
105
+ - doc/ex/images/duck7.gif
106
+ - doc/ex/images/duck8.gif
107
+ - doc/ex/images/duck9.gif
108
+ - doc/ex/images/graydient230x6.gif
109
+ - doc/ex/images/logo400x83.gif
110
+ - doc/ex/images/model.miff
111
+ - doc/ex/images/notimplemented.gif
112
+ - doc/ex/images/smile.miff
113
+ - doc/ex/images/spin.gif
86
114
  - doc/ex/Adispatch.rb
87
115
  - doc/ex/InitialCoords.rb
88
116
  - doc/ex/NewCoordSys.rb
@@ -267,82 +295,37 @@ files:
267
295
  - doc/ex/wet_floor.rb
268
296
  - doc/ex/writing_mode01.rb
269
297
  - doc/ex/writing_mode02.rb
270
- - doc/ex/images/Ballerina.jpg
271
- - doc/ex/images/Ballerina3.jpg
272
- - doc/ex/images/Button_0.gif
273
- - doc/ex/images/Button_1.gif
274
- - doc/ex/images/Button_2.gif
275
- - doc/ex/images/Button_3.gif
276
- - doc/ex/images/Button_4.gif
277
- - doc/ex/images/Button_5.gif
278
- - doc/ex/images/Button_6.gif
279
- - doc/ex/images/Button_7.gif
280
- - doc/ex/images/Button_8.gif
281
- - doc/ex/images/Button_9.gif
282
- - doc/ex/images/Button_A.gif
283
- - doc/ex/images/Button_B.gif
284
- - doc/ex/images/Button_C.gif
285
- - doc/ex/images/Button_D.gif
286
- - doc/ex/images/Button_E.gif
287
- - doc/ex/images/Button_F.gif
288
- - doc/ex/images/Button_G.gif
289
- - doc/ex/images/Button_H.gif
290
- - doc/ex/images/Button_I.gif
291
- - doc/ex/images/Button_J.gif
292
- - doc/ex/images/Button_K.gif
293
- - doc/ex/images/Button_L.gif
294
- - doc/ex/images/Button_M.gif
295
- - doc/ex/images/Button_N.gif
296
- - doc/ex/images/Button_O.gif
297
- - doc/ex/images/Button_P.gif
298
- - doc/ex/images/Button_Q.gif
299
- - doc/ex/images/Button_R.gif
300
- - doc/ex/images/Button_S.gif
301
- - doc/ex/images/Button_T.gif
302
- - doc/ex/images/Button_U.gif
303
- - doc/ex/images/Button_V.gif
304
- - doc/ex/images/Button_W.gif
305
- - doc/ex/images/Button_X.gif
306
- - doc/ex/images/Button_Y.gif
307
- - doc/ex/images/Button_Z.gif
308
- - doc/ex/images/Cheetah.jpg
309
- - doc/ex/images/Coffee.wmf
310
- - doc/ex/images/Flower_Hat.jpg
311
- - doc/ex/images/Gold_Statue.jpg
312
- - doc/ex/images/Hot_Air_Balloons.jpg
313
- - doc/ex/images/Hot_Air_Balloons_H.jpg
314
- - doc/ex/images/No.wmf
315
- - doc/ex/images/Polynesia.jpg
316
- - doc/ex/images/Red_Rocks.jpg
317
- - doc/ex/images/Shorts.jpg
318
- - doc/ex/images/Snake.wmf
319
- - doc/ex/images/Violin.jpg
320
- - doc/ex/images/big-duck.gif
321
- - doc/ex/images/duck.gif
322
- - doc/ex/images/duck0.gif
323
- - doc/ex/images/duck1.gif
324
- - doc/ex/images/duck10.gif
325
- - doc/ex/images/duck11.gif
326
- - doc/ex/images/duck12.gif
327
- - doc/ex/images/duck13.gif
328
- - doc/ex/images/duck14.gif
329
- - doc/ex/images/duck15.gif
330
- - doc/ex/images/duck2.gif
331
- - doc/ex/images/duck3.gif
332
- - doc/ex/images/duck4.gif
333
- - doc/ex/images/duck5.gif
334
- - doc/ex/images/duck6.gif
335
- - doc/ex/images/duck7.gif
336
- - doc/ex/images/duck8.gif
337
- - doc/ex/images/duck9.gif
338
- - doc/ex/images/graydient230x6.gif
339
- - doc/ex/images/logo400x83.gif
340
- - doc/ex/images/model.miff
341
- - doc/ex/images/notimplemented.gif
342
- - doc/ex/images/smile.miff
343
- - doc/ex/images/spin.gif
298
+ - doc/comtasks.html
299
+ - doc/constants.html
300
+ - doc/draw.html
301
+ - doc/ilist.html
302
+ - doc/image1.html
303
+ - doc/image2.html
304
+ - doc/image3.html
305
+ - doc/imageattrs.html
306
+ - doc/imusage.html
307
+ - doc/index.html
308
+ - doc/info.html
309
+ - doc/magick.html
310
+ - doc/optequiv.html
311
+ - doc/rvg.html
312
+ - doc/rvgclip.html
313
+ - doc/rvggroup.html
314
+ - doc/rvgimage.html
315
+ - doc/rvgpattern.html
316
+ - doc/rvgshape.html
317
+ - doc/rvgstyle.html
318
+ - doc/rvgtext.html
319
+ - doc/rvgtspan.html
320
+ - doc/rvgtut.html
321
+ - doc/rvguse.html
322
+ - doc/rvgxform.html
323
+ - doc/struct.html
324
+ - doc/usage.html
325
+ - doc/scripts
344
326
  - doc/scripts/doc.js
345
327
  - doc/scripts/stripeTables.js
328
+ - ext
346
329
  - ext/RMagick
347
330
  - ext/RMagick/MANIFEST
348
331
  - ext/RMagick/extconf.rb.in
@@ -355,6 +338,20 @@ files:
355
338
  - ext/RMagick/rminfo.c
356
339
  - ext/RMagick/rmmain.c
357
340
  - ext/RMagick/rmutil.c
341
+ - ChangeLog
342
+ - Makefile.in
343
+ - README-Mac-OSX.txt
344
+ - README.txt
345
+ - configure.ac
346
+ - gem_extconf.rb
347
+ - metaconfig.in
348
+ - post-clean.rb
349
+ - post-install.rb
350
+ - post-setup.rb
351
+ - rmagick.gemspec
352
+ - setup.rb
353
+ - uninstall.rb
354
+ - examples
358
355
  - examples/describe.rb
359
356
  - examples/demo.rb
360
357
  - examples/find_similar_region.rb
@@ -367,8 +364,8 @@ files:
367
364
  - examples/spinner.rb
368
365
  - examples/thumbnail.rb
369
366
  - examples/vignette.rb
367
+ - lib
370
368
  - lib/rvg
371
- - lib/RMagick.rb
372
369
  - lib/rvg/clippath.rb
373
370
  - lib/rvg/container.rb
374
371
  - lib/rvg/deep_equal.rb
@@ -383,6 +380,9 @@ files:
383
380
  - lib/rvg/text.rb
384
381
  - lib/rvg/transformable.rb
385
382
  - lib/rvg/units.rb
383
+ - lib/RMagick.rb
384
+ - README.html
385
+ - configure
386
386
  test_files: []
387
387
 
388
388
  rdoc_options: []