image_voodoo 0.8.1 → 0.8.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 (2) hide show
  1. data/lib/image_voodoo/version.rb +1 -1
  2. metadata +40 -48
@@ -1,3 +1,3 @@
1
1
  class ImageVoodoo
2
- VERSION = "0.8.1"
2
+ VERSION = "0.8.2"
3
3
  end
metadata CHANGED
@@ -1,56 +1,50 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image_voodoo
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 8
8
- - 1
9
- version: 0.8.1
4
+ prerelease:
5
+ version: 0.8.2
10
6
  platform: ruby
11
7
  authors:
12
- - Thomas E. Enebo, Charles Nutter, Nick Sieger
8
+ - Thomas E. Enebo, Charles Nutter, Nick Sieger
13
9
  autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
12
 
17
- date: 2012-04-27 00:00:00 -05:00
18
- default_executable:
13
+ date: 2012-05-01 00:00:00 Z
19
14
  dependencies: []
20
15
 
21
16
  description: Image manipulation in JRuby with ImageScience compatible API
22
17
  email: tom.enebo@gmail.com
23
18
  executables:
24
- - image_voodoo
19
+ - image_voodoo
25
20
  extensions: []
26
21
 
27
22
  extra_rdoc_files: []
28
23
 
29
24
  files:
30
- - .gitignore
31
- - .hgignore
32
- - .hgtags
33
- - History.txt
34
- - LICENSE.txt
35
- - Manifest.txt
36
- - README.txt
37
- - Rakefile
38
- - bin/image_voodoo
39
- - image_voodoo.gemspec
40
- - lib/image_science.rb
41
- - lib/image_voodoo.rb
42
- - lib/image_voodoo/awt.rb
43
- - lib/image_voodoo/gae.rb
44
- - lib/image_voodoo/version.rb
45
- - samples/bench.rb
46
- - samples/checkerboard.jpg
47
- - samples/file_greyscale.rb
48
- - samples/file_thumbnail.rb
49
- - samples/file_view.rb
50
- - samples/in-memory.rb
51
- - test/pix.png
52
- - test/test_image_science.rb
53
- has_rdoc: true
25
+ - .gitignore
26
+ - .hgignore
27
+ - .hgtags
28
+ - History.txt
29
+ - LICENSE.txt
30
+ - Manifest.txt
31
+ - README.txt
32
+ - Rakefile
33
+ - bin/image_voodoo
34
+ - image_voodoo.gemspec
35
+ - lib/image_science.rb
36
+ - lib/image_voodoo.rb
37
+ - lib/image_voodoo/awt.rb
38
+ - lib/image_voodoo/gae.rb
39
+ - lib/image_voodoo/version.rb
40
+ - samples/bench.rb
41
+ - samples/checkerboard.jpg
42
+ - samples/file_greyscale.rb
43
+ - samples/file_thumbnail.rb
44
+ - samples/file_view.rb
45
+ - samples/in-memory.rb
46
+ - test/pix.png
47
+ - test/test_image_science.rb
54
48
  homepage: http://github.com/jruby/image_voodoo
55
49
  licenses: []
56
50
 
@@ -58,28 +52,26 @@ post_install_message:
58
52
  rdoc_options: []
59
53
 
60
54
  require_paths:
61
- - lib
55
+ - lib
62
56
  required_ruby_version: !ruby/object:Gem::Requirement
57
+ none: false
63
58
  requirements:
64
- - - ">="
65
- - !ruby/object:Gem::Version
66
- segments:
67
- - 0
68
- version: "0"
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: "0"
69
62
  required_rubygems_version: !ruby/object:Gem::Requirement
63
+ none: false
70
64
  requirements:
71
- - - ">="
72
- - !ruby/object:Gem::Version
73
- segments:
74
- - 0
75
- version: "0"
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: "0"
76
68
  requirements: []
77
69
 
78
70
  rubyforge_project: image_voodoo
79
- rubygems_version: 1.3.6
71
+ rubygems_version: 1.8.24
80
72
  signing_key:
81
73
  specification_version: 3
82
74
  summary: Image manipulation in JRuby with ImageScience compatible API
83
75
  test_files:
84
- - test/pix.png
85
- - test/test_image_science.rb
76
+ - test/pix.png
77
+ - test/test_image_science.rb