This repository has been archived by the owner on Aug 29, 2018. It is now read-only.
forked from asee/pdf417
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pdf417.gemspec
62 lines (57 loc) · 1.64 KB
/
pdf417.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 jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{pdf417}
s.version = "0.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["jamesprior"]
s.date = %q{2011-07-25}
s.description = %q{Generate a series of codewords or a binary blob for PDF417 barcodes}
s.email = %q{[email protected]}
s.extensions = ["ext/pdf417/extconf.rb", "ext/pdf417/extconf.rb"]
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
".document",
".gitignore",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"ext/pdf417/Makefile",
"ext/pdf417/extconf.rb",
"ext/pdf417/pdf417.c",
"ext/pdf417/pdf417.h",
"ext/pdf417/pdf417lib.c",
"ext/pdf417/pdf417lib.h",
"ext/pdf417/pdf417libimp.h",
"lib/pdf417.rb",
"lib/pdf417/lib.rb",
"pdf417.gemspec",
"script/console",
"test/pdf417/lib_test.rb",
"test/pdf417_test.rb",
"test/test_helper.rb"
]
s.homepage = %q{http://github.com/asee/pdf417}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib", "ext", "ext"]
s.rubygems_version = %q{1.5.3}
s.summary = %q{A Ruby wrapper for the PDF417 barcode library}
s.test_files = [
"test/pdf417/lib_test.rb",
"test/pdf417_test.rb",
"test/test_helper.rb"
]
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end