Skip to content

Commit f82b51e

Browse files
committed
Regenerate gemspec for version 0.3.0
1 parent 31377bc commit f82b51e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

ruby-vips.gemspec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = "ruby-vips"
8-
s.version = "0.2.1"
8+
s.version = "0.3.0"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Timothy Elliott", "John Cupitt"]
12-
s.date = "2012-07-16"
12+
s.date = "2012-07-24"
1313
s.description = "Ruby extension for the vips image processing library."
1414
s.email = "jcupitt@gmail.com"
1515
s.extensions = ["ext/extconf.rb"]
@@ -54,14 +54,17 @@ Gem::Specification.new do |s|
5454
"ext/mask.c",
5555
"ext/mask.h",
5656
"ext/reader.c",
57+
"ext/reader.h",
5758
"ext/ruby_vips.c",
5859
"ext/ruby_vips.h",
5960
"ext/writer.c",
61+
"ext/writer.h",
6062
"lib/vips.rb",
6163
"lib/vips/reader.rb",
6264
"lib/vips/version.rb",
6365
"lib/vips/writer.rb",
64-
"ruby-vips.gemspec"
66+
"ruby-vips.gemspec",
67+
"ruby.supp"
6568
]
6669
s.homepage = "http://github.com/jcupitt/ruby-vips"
6770
s.licenses = ["MIT"]

0 commit comments

Comments
 (0)