ImageResize 0.0.2 → 0.0.3
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 +3 -0
- data/README.rdoc +1 -1
- data/java/ImageResize.class +0 -0
- data/java/ImageResize.jar +0 -0
- data/lib/ImageResize.rb +1 -1
- metadata +6 -6
data/History.txt
CHANGED
data/README.rdoc
CHANGED
data/java/ImageResize.class
CHANGED
|
Binary file
|
data/java/ImageResize.jar
CHANGED
|
Binary file
|
data/lib/ImageResize.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ImageResize
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sho Hashimoto
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-06-
|
|
18
|
+
date: 2010-06-28 00:00:00 +09:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -50,7 +50,7 @@ dependencies:
|
|
|
50
50
|
version: 2.6.1
|
|
51
51
|
type: :development
|
|
52
52
|
version_requirements: *id002
|
|
53
|
-
description:
|
|
53
|
+
description: Simple image resize library without external program.
|
|
54
54
|
email:
|
|
55
55
|
- hashimoto@shokai.org
|
|
56
56
|
executables: []
|
|
@@ -115,6 +115,6 @@ rubyforge_project: ImageResize
|
|
|
115
115
|
rubygems_version: 1.3.7
|
|
116
116
|
signing_key:
|
|
117
117
|
specification_version: 3
|
|
118
|
-
summary:
|
|
118
|
+
summary: Simple image resize library without external program.
|
|
119
119
|
test_files: []
|
|
120
120
|
|