# -*- encoding: utf-8 -*- # stub: gbarcode-plus 0.98 ruby .ext # stub: ext/extconf.rb Gem::Specification.new do |s| s.name = "gbarcode-plus".freeze s.version = "0.98".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = [".".freeze, "ext".freeze] s.authors = ["Angel Pizarro".freeze] s.date = "2015-12-08" s.description = "A C extension that wraps the GNU Barcode project. For more Ruby-ish syntax, you should use the Rbarcode gem.".freeze s.email = "angel@delagoya.com".freeze s.extensions = ["ext/extconf.rb".freeze] s.files = ["ext/barcode.h".freeze, "ext/barcode_wrap.c".freeze, "ext/codabar.c".freeze, "ext/code128.c".freeze, "ext/code39.c".freeze, "ext/code93.c".freeze, "ext/ean.c".freeze, "ext/extconf.rb".freeze, "ext/i25.c".freeze, "ext/library.c".freeze, "ext/msi.c".freeze, "ext/pcl.c".freeze, "ext/plessey.c".freeze, "ext/ps.c".freeze, "ext/svg.c".freeze, "test/assets/gb-code128b.eps".freeze, "test/gbarcode_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://gbarcode.rubyforge.org".freeze s.rdoc_options = ["--exclude".freeze, ".c$".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.8.4".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A C extension that wraps the GNU Barcode project.".freeze s.test_files = ["test/assets/gb-code128b.eps".freeze, "test/gbarcode_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end