tupalo-mini_magick 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
data/test/simple.gif ADDED
Binary file
data/test/trogdor.jpg ADDED
Binary file
metadata ADDED
@@ -0,0 +1,85 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tupalo-mini_magick
3
+ version: !ruby/object:Gem::Version
4
+ hash: 21
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 2
9
+ - 5
10
+ version: 1.2.5
11
+ platform: ruby
12
+ authors:
13
+ - Corey Johnson
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2009-05-27 00:00:00 +02:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: This is a fork of peplins fork of the mini_magick gem. It includes support for the montage command.
23
+ email: thomas@tupalo.com
24
+ executables: []
25
+
26
+ extensions: []
27
+
28
+ extra_rdoc_files:
29
+ - README.rdoc
30
+ files:
31
+ - .gitignore
32
+ - MIT-LICENSE
33
+ - README.rdoc
34
+ - Rakefile
35
+ - VERSION
36
+ - lib/image_temp_file.rb
37
+ - lib/mini_magick.rb
38
+ - mini_magick.gemspec
39
+ - test/actually_a_gif.jpg
40
+ - test/animation.gif
41
+ - test/command_builder_test.rb
42
+ - test/image_temp_file_test.rb
43
+ - test/image_test.rb
44
+ - test/leaves.tiff
45
+ - test/not_an_image.php
46
+ - test/simple.gif
47
+ - test/trogdor.jpg
48
+ has_rdoc: true
49
+ homepage: http://github.com/fadr/tupalo-mini_magick
50
+ licenses: []
51
+
52
+ post_install_message:
53
+ rdoc_options:
54
+ - --charset=UTF-8
55
+ require_paths:
56
+ - lib
57
+ required_ruby_version: !ruby/object:Gem::Requirement
58
+ none: false
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ hash: 3
63
+ segments:
64
+ - 0
65
+ version: "0"
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ none: false
68
+ requirements:
69
+ - - ">="
70
+ - !ruby/object:Gem::Version
71
+ hash: 3
72
+ segments:
73
+ - 0
74
+ version: "0"
75
+ requirements: []
76
+
77
+ rubyforge_project:
78
+ rubygems_version: 1.3.7
79
+ signing_key:
80
+ specification_version: 2
81
+ summary: Manipulate images with minimal use of memory.
82
+ test_files:
83
+ - test/command_builder_test.rb
84
+ - test/image_temp_file_test.rb
85
+ - test/image_test.rb