Skip to content

Commit e3eac1f

Browse files
committed
Versions marked all around
1 parent e0dbd48 commit e3eac1f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ruby-vips : A fast image processing extension for Ruby.
22

3+
* This is a fork, just to tag and mark versions, [original repository](https://github.com/jcupitt/ruby-vips) *
4+
35
[![Build Status](https://secure.travis-ci.org/jcupitt/ruby-vips.png)](http://travis-ci.org/jcupitt/ruby-vips)
46

57
ruby-vips is a ruby extension for [vips](http://www.vips.ecs.soton.ac.uk).

ruby-vips.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
Gem::Specification.new do |s|
77
s.name = "ruby-vips"
8-
s.version = "0.3.9"
8+
s.version = "0.3.11"
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 = "2014-07-17"
13-
s.description = "Ruby extension for the vips image processing library."
12+
s.date = "2015-11-16"
13+
s.description = "(UI Studio's fork) Ruby extension for the vips image processing library."
1414
s.email = "jcupitt@gmail.com"
1515
s.extensions = ["ext/extconf.rb"]
1616
s.extra_rdoc_files = [
@@ -67,7 +67,7 @@ Gem::Specification.new do |s|
6767
"ruby-vips.gemspec",
6868
"ruby.supp"
6969
]
70-
s.homepage = "http://github.com/jcupitt/ruby-vips"
70+
s.homepage = "https://github.com/uistudio/ruby-vips"
7171
s.licenses = ["MIT"]
7272
s.rdoc_options = ["--title", "ruby-vips \#{version}", "ext"]
7373
s.require_paths = ["lib"]

0 commit comments

Comments
 (0)