Skip to content

Commit e22ccc6

Browse files
committed
Regenerate gemspec for version 0.3.6
1 parent e099e73 commit e22ccc6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ruby-vips.gemspec

Lines changed: 4 additions & 2 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.3.5"
8+
s.version = "0.3.6"
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 = "2013-01-15"
12+
s.date = "2013-06-25"
1313
s.description = "Ruby extension for the vips image processing library."
1414
s.email = "jcupitt@gmail.com"
1515
s.extensions = ["ext/extconf.rb"]
@@ -57,6 +57,7 @@ Gem::Specification.new do |s|
5757
"ext/reader.h",
5858
"ext/ruby_vips.c",
5959
"ext/ruby_vips.h",
60+
"ext/tags",
6061
"ext/writer.c",
6162
"ext/writer.h",
6263
"lib/vips.rb",
@@ -68,6 +69,7 @@ Gem::Specification.new do |s|
6869
]
6970
s.homepage = "http://github.com/jcupitt/ruby-vips"
7071
s.licenses = ["MIT"]
72+
s.rdoc_options = ["--title", "ruby-vips \#{version}", "ext"]
7173
s.require_paths = ["lib"]
7274
s.rubygems_version = "1.8.23"
7375
s.summary = "ruby-vips is a ruby extension for vips. It is extremely fast and it can process huge images without requiring the entire image to be loaded into memory."

0 commit comments

Comments
 (0)