vips-thumbnail 1.5.0 → 1.5.1

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: 327289b66b4aace5068260580d1a4f313deb9d44844f548a580f271e2a6aaa57
4
- data.tar.gz: 108b8ed949461dfcfc065bd3bd3a2d9004eb5222a24e17ef099b3b6c6ad7f8fc
3
+ metadata.gz: 6e4e45c4ec971eac776164b15ddb4a8fae1130e7e7ab0a6dc6d34c41639e7601
4
+ data.tar.gz: 623f2a09ea83a558734b4e8eea77961185c9252b1271c1b0274233bb363affda
5
5
  SHA512:
6
- metadata.gz: 58d7ed1a47a3b19325302293cf330e686a2f6b6b9ac32cc6c0b228616c8c777f3f5b44de879cabd0542fdfcb317ff1fc3646310841488daebf5032f315039bc8
7
- data.tar.gz: 3ebdd3f76e93a11bcb8763b70b662e585aec1ca05a176c5a9bd0d43a640136d5e07d16260c21d75af23365cd30fb4b6e41e1328105a147031dbf2405120467e1
6
+ metadata.gz: 1773573ba2cf1684fe7c3bc081e37ec529c6708167f9cb431f6d22e779c8fa7d5bd1ba3f3b5a5b28cc5b1af218b0226dc4c5c6eef796f42fe8fca2fe3dda3b77
7
+ data.tar.gz: b20ad5bd344785f36db3b6a578888c0000d9e89a1a9ff68959a746f3a70cd6a4d51d618c8822fac19103fdb71d52218fd88ddd29680610c204d248e80dc5f4e8
@@ -20,6 +20,6 @@
20
20
 
21
21
  module Vips
22
22
  module Thumbnail
23
- VERSION = "1.5.0"
23
+ VERSION = "1.5.1"
24
24
  end
25
25
  end
@@ -1,23 +1,23 @@
1
- # coding: utf-8
2
1
  require_relative 'lib/vips/thumbnail/version'
3
2
 
4
3
  Gem::Specification.new do |spec|
5
- spec.name = "vips-thumbnail"
6
- spec.version = Vips::Thumbnail::VERSION
7
- spec.authors = ["Samuel Williams"]
8
- spec.email = ["samuel.williams@oriontransfer.co.nz"]
9
-
10
- spec.summary = %q{Convenient thumbnail resizing using libvips.}
11
- spec.homepage = "https://github.com/ioquatix/vips-thumbnail"
4
+ spec.name = "vips-thumbnail"
5
+ spec.version = Vips::Thumbnail::VERSION
6
+ spec.license = "MIT"
7
+ spec.authors = ["Samuel Williams"]
8
+ spec.email = ["samuel.williams@oriontransfer.co.nz"]
9
+
10
+ spec.summary = %q{Convenient thumbnail resizing using libvips.}
11
+ spec.homepage = "https://github.com/ioquatix/vips-thumbnail"
12
12
 
13
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
13
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
14
14
  f.match(%r{^(test|spec|features)/})
15
15
  end
16
16
 
17
17
  spec.require_paths = ["lib"]
18
-
18
+
19
19
  spec.add_dependency "vips", "~> 8.8"
20
-
20
+
21
21
  spec.add_development_dependency "covered"
22
22
  spec.add_development_dependency "bundler"
23
23
  spec.add_development_dependency "rake", "~> 10.0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vips-thumbnail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -98,7 +98,8 @@ files:
98
98
  - lib/vips/thumbnail/version.rb
99
99
  - vips-thumbnail.gemspec
100
100
  homepage: https://github.com/ioquatix/vips-thumbnail
101
- licenses: []
101
+ licenses:
102
+ - MIT
102
103
  metadata: {}
103
104
  post_install_message:
104
105
  rdoc_options: []