imageruby 0.2.2 → 0.2.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.
Files changed (2) hide show
  1. data/Rakefile +2 -1
  2. metadata +4 -3
data/Rakefile CHANGED
@@ -6,13 +6,14 @@ require 'rdoc/task'
6
6
 
7
7
  spec = Gem::Specification.new do |s|
8
8
  s.name = 'imageruby'
9
- s.version = '0.2.2'
9
+ s.version = '0.2.3'
10
10
  s.author = 'Dario Seminara'
11
11
  s.email = 'robertodarioseminara@gmail.com'
12
12
  s.platform = Gem::Platform::RUBY
13
13
  s.summary = 'flexible and easy to use ruby gem for image processing'
14
14
  s.homepage = "http://github.com/tario/imageruby"
15
15
  s.has_rdoc = true
16
+ s.license = 'GPL-3'
16
17
  s.extra_rdoc_files = [ 'README' ]
17
18
  # s.rdoc_options << '--main' << 'README'
18
19
  s.files = Dir.glob("{examples,lib,spec}/**/*") +
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imageruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-22 00:00:00.000000000 Z
12
+ date: 2013-08-23 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description:
15
15
  email: robertodarioseminara@gmail.com
@@ -46,7 +46,8 @@ files:
46
46
  - README
47
47
  - Rakefile
48
48
  homepage: http://github.com/tario/imageruby
49
- licenses: []
49
+ licenses:
50
+ - GPL-3
50
51
  post_install_message:
51
52
  rdoc_options: []
52
53
  require_paths: