stateless-systems-image_science 1.2.1 → 1.2.2
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.
- data/History.txt +1 -1
- data/Rakefile +1 -1
- data/lib/image_science.rb +1 -1
- metadata +17 -11
data/History.txt
CHANGED
data/Rakefile
CHANGED
data/lib/image_science.rb
CHANGED
metadata
CHANGED
|
@@ -1,31 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stateless-systems-image_science
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Davis
|
|
8
|
-
- Sergio Cambra
|
|
9
|
-
- Stateless Systems
|
|
10
8
|
autorequire:
|
|
11
9
|
bindir: bin
|
|
12
10
|
cert_chain: []
|
|
13
11
|
|
|
14
|
-
date: 2009-
|
|
12
|
+
date: 2009-10-13 00:00:00 +11:00
|
|
15
13
|
default_executable:
|
|
16
14
|
dependencies:
|
|
17
15
|
- !ruby/object:Gem::Dependency
|
|
18
16
|
name: hoe
|
|
19
|
-
type: :
|
|
17
|
+
type: :development
|
|
20
18
|
version_requirement:
|
|
21
19
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
20
|
requirements:
|
|
23
21
|
- - ">="
|
|
24
22
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 2.
|
|
23
|
+
version: 2.3.3
|
|
26
24
|
version:
|
|
27
|
-
description:
|
|
28
|
-
|
|
25
|
+
description: |-
|
|
26
|
+
ImageScience is a clean and happy Ruby library that generates
|
|
27
|
+
thumbnails -- and kicks the living crap out of RMagick. Oh, and it
|
|
28
|
+
doesn't leak memory like a sieve. :)
|
|
29
|
+
|
|
30
|
+
For more information including build steps, see http://seattlerb.rubyforge.org/
|
|
31
|
+
email:
|
|
32
|
+
- ryand-ruby@zenspider.com
|
|
29
33
|
executables:
|
|
30
34
|
- image_science_thumb
|
|
31
35
|
extensions: []
|
|
@@ -45,7 +49,9 @@ files:
|
|
|
45
49
|
- test/pix.png
|
|
46
50
|
- test/test_image_science.rb
|
|
47
51
|
has_rdoc: true
|
|
48
|
-
homepage: http://
|
|
52
|
+
homepage: http://seattlerb.rubyforge.org/ImageScience.html
|
|
53
|
+
licenses: []
|
|
54
|
+
|
|
49
55
|
post_install_message:
|
|
50
56
|
rdoc_options:
|
|
51
57
|
- --main
|
|
@@ -66,8 +72,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
66
72
|
version:
|
|
67
73
|
requirements: []
|
|
68
74
|
|
|
69
|
-
rubyforge_project:
|
|
70
|
-
rubygems_version: 1.
|
|
75
|
+
rubyforge_project: seattlerb
|
|
76
|
+
rubygems_version: 1.3.5
|
|
71
77
|
signing_key:
|
|
72
78
|
specification_version: 3
|
|
73
79
|
summary: ImageScience is a clean and happy Ruby library that generates thumbnails -- and kicks the living crap out of RMagick
|