vips 8.6.3.1 → 8.6.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f54aa51aec5afd6f918b9f89d804175fbbd1545a2ac0e16d30a29a4411cba5d0
4
- data.tar.gz: bb675e9d1764f648b999ed47463eb455d538fdb69be793881ff49775cf704f86
3
+ metadata.gz: 782be5f76a6da8fffdaae9909bcc0480615cbf239a79544a23caa53c9b960df7
4
+ data.tar.gz: ecfbadbbaa5bc7aafe2db149f2bb486980bbfd08f6431257ec5e184cf01ef922
5
5
  SHA512:
6
- metadata.gz: d0830e81fcaf1fb94c95a5593a07327571271fd94c61773169cf6a84bb84218db25f94d15fb91563b625c4b0e114ec90463490f5d6e81583ed09cf172510feea
7
- data.tar.gz: 21c431418c7e5e618fd2040956072fbedcbf8a43adc1a12960b20a60311c4170b10f57deae2e81593600a2dc4d5c35e5cf5fa0f965e3acec6eb24cb7abe03ef0
6
+ metadata.gz: '08b3cec5c7cd6576511292e37e696e8a0d1e77b0b513e2066ffa5e9a83bcb37b4e1c262a9de7c6085d77d3d214a34be1c732db34df3221294b929c95d86cead8'
7
+ data.tar.gz: 4e21e7eb3e2d4872001ba7408f2f5e91ae1809fbc549aca0dfb03f1c682466e12dd7c761708bc8e7b2639d80ecec46296644302fc820a523d9deae3c78d270fe
@@ -1,3 +1,7 @@
1
+ os:
2
+ - linux
3
+ # - osx
4
+
1
5
  sudo: false
2
6
 
3
7
  addons:
data/README.md CHANGED
@@ -42,8 +42,8 @@ Exactly the same way as [ruby-vips].
42
42
 
43
43
  Released under the MIT license.
44
44
 
45
- Copyright, 2014, by John Cupitt.
46
- Copyright, 2017, by [Samuel G. D. Williams](http://www.codeotaku.com/samuel-williams).
45
+ Copyright, 2014, by John Cupitt.
46
+ Copyright, 2017, by [Samuel G. D. Williams](http://www.codeotaku.com/samuel-williams).
47
47
 
48
48
  Permission is hereby granted, free of charge, to any person obtaining a copy
49
49
  of this software and associated documentation files (the "Software"), to deal
@@ -7,7 +7,7 @@ source_path = "vips-#{version}"
7
7
  prefix = ENV['PREFIX'] || File.dirname(__dir__)
8
8
 
9
9
  task :fetch do
10
- url = "https://github.com/jcupitt/libvips/releases/download/v#{version}/#{archive_path}"
10
+ url = "https://github.com/libvips/libvips/releases/download/v#{version}/#{archive_path}"
11
11
 
12
12
  unless File.exist? archive_path
13
13
  sh "wget #{url}"
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Vips
3
- VERSION = "8.6.3.1"
3
+ VERSION = "8.6.3.2"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vips
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.6.3.1
4
+ version: 8.6.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Cupitt
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-05-09 00:00:00.000000000 Z
12
+ date: 2018-10-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ffi