This repository was archived by the owner on Nov 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathinkscape_merge.gemspec
62 lines (57 loc) · 1.84 KB
/
inkscape_merge.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
# Generated by juwelier
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: inkscape_merge 0.3.0 ruby lib
Gem::Specification.new do |s|
s.name = "inkscape_merge"
s.version = "0.3.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Laas Toom"]
s.date = "2016-10-27"
s.description = "Script to merge SVG files with CSV data-files using Inkscape, to produce\n one outputfile (e.g. PDF) per data-row."
s.email = "[email protected]"
s.executables = ["inkscape_merge"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
]
s.files = [
".document",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"VERSION",
"bin/inkscape_merge",
"inkscape_merge.gemspec",
"lib/inkscape_merge.rb",
"lib/inkscape_merge/data_parsers.rb",
"lib/inkscape_merge/processor.rb",
"spec/data_parsers_spec.rb",
"spec/fixtures/data.csv",
"spec/fixtures/fake_inkscape",
"spec/fixtures/test.svg",
"spec/helper.rb",
"spec/processor_spec.rb"
]
s.homepage = "http://github.com/borgand/inkscape_merge"
s.licenses = ["MIT"]
s.rubygems_version = "2.5.1"
s.summary = "Merge SVG files with CSV file using Inkscape"
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_development_dependency(%q<juwelier>, ["~> 2.1"])
s.add_development_dependency(%q<rspec>, ["~> 3.5"])
else
s.add_dependency(%q<juwelier>, ["~> 2.1"])
s.add_dependency(%q<rspec>, ["~> 3.5"])
end
else
s.add_dependency(%q<juwelier>, ["~> 2.1"])
s.add_dependency(%q<rspec>, ["~> 3.5"])
end
end