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.
Files changed (4) hide show
  1. data/History.txt +1 -1
  2. data/Rakefile +1 -1
  3. data/lib/image_science.rb +1 -1
  4. metadata +17 -11
data/History.txt CHANGED
@@ -1,4 +1,4 @@
1
- == 1.2.1 / 2009-07-01
1
+ == 1.2.2 / 2009-07-01
2
2
 
3
3
  * 1 bug fix:
4
4
 
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ require 'hoe'
6
6
  Hoe.plugin :seattlerb
7
7
  Hoe.plugin :inline
8
8
 
9
- Hoe.spec 'image_science' do
9
+ Hoe.spec 'stateless-systems-image_science' do
10
10
  developer 'Ryan Davis', 'ryand-ruby@zenspider.com'
11
11
 
12
12
  self.rubyforge_name = 'seattlerb'
data/lib/image_science.rb CHANGED
@@ -11,7 +11,7 @@ require 'inline'
11
11
  # http://seattlerb.rubyforge.org/ImageScience.html
12
12
 
13
13
  class ImageScience
14
- VERSION = '1.2.1'
14
+ VERSION = '1.2.2'
15
15
 
16
16
  ##
17
17
  # The top-level image loader opens +path+ and then yields the image.
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.1
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-07-01 00:00:00 -07:00
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: :runtime
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.2.0
23
+ version: 2.3.3
26
24
  version:
27
- description: ImageScience is a clean and happy Ruby library that generates thumbnails -- and kicks the living crap out of RMagick. Oh, and it doesn't leak memory like a sieve. :) For more information including build steps, see http://seattlerb.rubyforge.org/
28
- email: sergio@entrecables.com
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://github.com/stateless-systems/image_science
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: 1.3.4
70
- rubygems_version: 1.2.0
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