ImageResize 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ === 0.0.5 2010-06-28
2
+ * fix gem
3
+
1
4
  === 0.0.4 2010-06-28
2
5
  * show Image formats
3
6
 
@@ -1,6 +1,5 @@
1
1
  History.txt
2
2
  Manifest.txt
3
- PostInstall.txt
4
3
  README.rdoc
5
4
  Rakefile
6
5
  lib/ImageResize.rb
@@ -4,5 +4,5 @@ $:.unshift(File.dirname(__FILE__)) unless
4
4
  require 'ImageResize/Image'
5
5
 
6
6
  module ImageResize
7
- VERSION = '0.0.4'
7
+ VERSION = '0.0.5'
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sho Hashimoto
@@ -60,11 +60,9 @@ extensions: []
60
60
  extra_rdoc_files:
61
61
  - History.txt
62
62
  - Manifest.txt
63
- - PostInstall.txt
64
63
  files:
65
64
  - History.txt
66
65
  - Manifest.txt
67
- - PostInstall.txt
68
66
  - README.rdoc
69
67
  - Rakefile
70
68
  - lib/ImageResize.rb
@@ -1,7 +0,0 @@
1
-
2
- For more information on ImageResize, see http://ImageResize.rubyforge.org
3
-
4
- NOTE: Change this information in PostInstall.txt
5
- You can also delete it if you don't want it.
6
-
7
-