This repository has been archived by the owner on Sep 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathruby-vips8.gemspec
112 lines (107 loc) · 3.53 KB
/
ruby-vips8.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: ruby-vips8 0.1.0 ruby lib
Gem::Specification.new do |s|
s.name = "ruby-vips8"
s.version = "0.1.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["John Cupitt"]
s.date = "2016-01-25"
s.description = "ruby-vips8 is a ruby extension for vips8. It is extremely fast and it can process huge images without requiring the entire image to be loaded into memory."
s.email = "[email protected]"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md",
"TODO"
]
s.files = [
".rspec",
".yardopts",
"CHANGELOG.md",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.md",
"Rakefile",
"TODO",
"VERSION",
"example/annotate.rb",
"example/daltonize8.rb",
"example/example1.rb",
"example/example2.rb",
"example/example3.rb",
"example/example4.rb",
"example/example5.rb",
"example/trim8.rb",
"example/watermark.rb",
"example/wobble.rb",
"lib/vips8.rb",
"lib/vips8/access.rb",
"lib/vips8/align.rb",
"lib/vips8/angle.rb",
"lib/vips8/angle45.rb",
"lib/vips8/argument.rb",
"lib/vips8/bandformat.rb",
"lib/vips8/call.rb",
"lib/vips8/coding.rb",
"lib/vips8/demandstyle.rb",
"lib/vips8/direction.rb",
"lib/vips8/error.rb",
"lib/vips8/extend.rb",
"lib/vips8/foreignflags.rb",
"lib/vips8/image.rb",
"lib/vips8/interpolate.rb",
"lib/vips8/interpretation.rb",
"lib/vips8/methods.rb",
"lib/vips8/operation.rb",
"ruby-vips8.gemspec",
"spec/image_spec.rb",
"spec/samples/balloon.v",
"spec/samples/ghost.ppm",
"spec/samples/huge.jpg",
"spec/samples/icc.jpg",
"spec/samples/lcd.icc",
"spec/samples/lion.svg",
"spec/samples/sample.csv",
"spec/samples/sample.exr",
"spec/samples/wagon.jpg",
"spec/samples/wagon.v",
"spec/spec_helper.rb",
"spec/vips_spec.rb"
]
s.homepage = "http://github.com/jcupitt/ruby-vips8"
s.licenses = ["MIT"]
s.rubygems_version = "2.2.2"
s.summary = "Ruby extension for the vips8 image processing library."
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<gobject-introspection>, ["~> 3.0"])
s.add_development_dependency(%q<rspec>, ["~> 3.3"])
s.add_development_dependency(%q<yard>, ["~> 0.8"])
s.add_development_dependency(%q<redcarpet>, ["~> 3.3"])
s.add_development_dependency(%q<github-markup>, ["~> 1.4"])
s.add_development_dependency(%q<bundler>, ["~> 1.0"])
s.add_development_dependency(%q<jeweler>, ["~> 2.0"])
else
s.add_dependency(%q<gobject-introspection>, ["~> 3.0"])
s.add_dependency(%q<rspec>, ["~> 3.3"])
s.add_dependency(%q<yard>, ["~> 0.8"])
s.add_dependency(%q<redcarpet>, ["~> 3.3"])
s.add_dependency(%q<github-markup>, ["~> 1.4"])
s.add_dependency(%q<bundler>, ["~> 1.0"])
s.add_dependency(%q<jeweler>, ["~> 2.0"])
end
else
s.add_dependency(%q<gobject-introspection>, ["~> 3.0"])
s.add_dependency(%q<rspec>, ["~> 3.3"])
s.add_dependency(%q<yard>, ["~> 0.8"])
s.add_dependency(%q<redcarpet>, ["~> 3.3"])
s.add_dependency(%q<github-markup>, ["~> 1.4"])
s.add_dependency(%q<bundler>, ["~> 1.0"])
s.add_dependency(%q<jeweler>, ["~> 2.0"])
end
end