File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = "ruby-vips"
8
- s . version = "0.2.1 "
8
+ s . version = "0.3.0 "
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Timothy Elliott" , "John Cupitt" ]
12
- s . date = "2012-07-16 "
12
+ s . date = "2012-07-24 "
13
13
s . description = "Ruby extension for the vips image processing library."
14
14
s . email = "jcupitt@gmail.com"
15
15
s . extensions = [ "ext/extconf.rb" ]
@@ -54,14 +54,17 @@ Gem::Specification.new do |s|
54
54
"ext/mask.c" ,
55
55
"ext/mask.h" ,
56
56
"ext/reader.c" ,
57
+ "ext/reader.h" ,
57
58
"ext/ruby_vips.c" ,
58
59
"ext/ruby_vips.h" ,
59
60
"ext/writer.c" ,
61
+ "ext/writer.h" ,
60
62
"lib/vips.rb" ,
61
63
"lib/vips/reader.rb" ,
62
64
"lib/vips/version.rb" ,
63
65
"lib/vips/writer.rb" ,
64
- "ruby-vips.gemspec"
66
+ "ruby-vips.gemspec" ,
67
+ "ruby.supp"
65
68
]
66
69
s . homepage = "http://github.com/jcupitt/ruby-vips"
67
70
s . licenses = [ "MIT" ]
You can’t perform that action at this time.
0 commit comments