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 +4 -4
- data/.travis.yml +4 -0
- data/README.md +2 -2
- data/ext/Rakefile +1 -1
- data/lib/vips/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 782be5f76a6da8fffdaae9909bcc0480615cbf239a79544a23caa53c9b960df7
|
4
|
+
data.tar.gz: ecfbadbbaa5bc7aafe2db149f2bb486980bbfd08f6431257ec5e184cf01ef922
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08b3cec5c7cd6576511292e37e696e8a0d1e77b0b513e2066ffa5e9a83bcb37b4e1c262a9de7c6085d77d3d214a34be1c732db34df3221294b929c95d86cead8'
|
7
|
+
data.tar.gz: 4e21e7eb3e2d4872001ba7408f2f5e91ae1809fbc549aca0dfb03f1c682466e12dd7c761708bc8e7b2639d80ecec46296644302fc820a523d9deae3c78d270fe
|
data/.travis.yml
CHANGED
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
|
data/ext/Rakefile
CHANGED
@@ -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/
|
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}"
|
data/lib/vips/version.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2018-10-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: ffi
|