ImageResize 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ === 0.0.3 2010-06-28
2
+ * get image format from filename
3
+
1
4
  === 0.0.2 2010-06-27
2
5
  * fix jarfile path
3
6
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  == DESCRIPTION:
6
6
 
7
- simple image resize library without external program.
7
+ Simple image resize library without external program.
8
8
 
9
9
  == SYNOPSIS:
10
10
 
Binary file
Binary file
@@ -4,5 +4,5 @@ $:.unshift(File.dirname(__FILE__)) unless
4
4
  require 'ImageResize/Image'
5
5
 
6
6
  module ImageResize
7
- VERSION = '0.0.2'
7
+ VERSION = '0.0.3'
8
8
  end
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: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
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-27 00:00:00 +09:00
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: simple image resize library without external program.
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: simple image resize library without external program.
118
+ summary: Simple image resize library without external program.
119
119
  test_files: []
120
120