magickwand 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,78 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: magickwand
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Tim Hunter
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-06-01 00:00:00 -04:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: MagickWand for Ruby is a binding to the ImageMagick image processing library.
17
+ email: rmagick@rubyforge.org
18
+ executables: []
19
+
20
+ extensions:
21
+ - ext/magickwand/extconf.rb
22
+ extra_rdoc_files:
23
+ - README
24
+ files:
25
+ - README
26
+ - LICENSE
27
+ - Rakefile
28
+ - lib/magickwand.rb
29
+ - ext/magickwand/magickwand.h
30
+ - ext/magickwand/gc.c
31
+ - ext/magickwand/utility.c
32
+ - ext/magickwand/magickwand.c
33
+ - ext/magickwand/extconf.rb
34
+ - ext/magickwand/wand.c
35
+ has_rdoc: true
36
+ homepage: http://magickwand.rubyforge.org/
37
+ licenses: []
38
+
39
+ post_install_message:
40
+ rdoc_options:
41
+ - --exclude
42
+ - lib
43
+ - --exclude
44
+ - ext
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: 1.8.6
52
+ version:
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: "0"
58
+ version:
59
+ requirements: []
60
+
61
+ rubyforge_project: magickwand
62
+ rubygems_version: 1.3.4
63
+ signing_key:
64
+ specification_version: 1
65
+ summary: A binding to ImageMagick
66
+ test_files:
67
+ - test/Button_6.gif
68
+ - test/Button_5.gif
69
+ - test/Button_1.gif
70
+ - test/Button_0.gif
71
+ - test/Button_2.gif
72
+ - test/Button_8.gif
73
+ - test/Button_9.gif
74
+ - test/Button_7.gif
75
+ - test/Button_4.gif
76
+ - test/bridges.jpg
77
+ - test/test_magickwand.rb
78
+ - test/Button_3.gif