# -*- encoding: utf-8 -*- # stub: usps_intelligent_barcode 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "usps_intelligent_barcode".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Wayne Conrad".freeze] s.date = "2016-11-26" s.description = "A pure Ruby library to generate a USPS Intelligent Mail barcode. It generates the string of characters to print with one of the USPS Intelligent Mail barcode fonts.".freeze s.email = "wconrad@yagni.com".freeze s.extra_rdoc_files = ["LICENSE.md".freeze, "README.markdown".freeze] s.files = [".travis.yml".freeze, "CHANGELOG.markdown".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.md".freeze, "README.markdown".freeze, "Rakefile".freeze, "USPS-intelligent-barcode.gemspec".freeze, "VERSION".freeze, "examples/example.rb".freeze, "lib/usps_intelligent_barcode.rb".freeze, "lib/usps_intelligent_barcode/bar_map.rb".freeze, "lib/usps_intelligent_barcode/bar_position.rb".freeze, "lib/usps_intelligent_barcode/bar_symbol.rb".freeze, "lib/usps_intelligent_barcode/bar_to_character_mapping.yml".freeze, "lib/usps_intelligent_barcode/barcode.rb".freeze, "lib/usps_intelligent_barcode/barcode_id.rb".freeze, "lib/usps_intelligent_barcode/character_position.rb".freeze, "lib/usps_intelligent_barcode/codeword_map.rb".freeze, "lib/usps_intelligent_barcode/codeword_to_character_mapping.yml".freeze, "lib/usps_intelligent_barcode/crc.rb".freeze, "lib/usps_intelligent_barcode/mailer_id.rb".freeze, "lib/usps_intelligent_barcode/numeric_conversions.rb".freeze, "lib/usps_intelligent_barcode/routing_code.rb".freeze, "lib/usps_intelligent_barcode/serial_number.rb".freeze, "lib/usps_intelligent_barcode/service_type.rb".freeze, "rake/default.rb".freeze, "rake/jeweler.rb".freeze, "rake/rspec.rb".freeze, "rake/yard.rb".freeze, "spec/bar_map_spec.rb".freeze, "spec/bar_position_spec.rb".freeze, "spec/bar_symbol_spec.rb".freeze, "spec/barcode_id_spec.rb".freeze, "spec/barcode_spec.rb".freeze, "spec/character_position_spec.rb".freeze, "spec/codeword_map_spec.rb".freeze, "spec/crc_spec.rb".freeze, "spec/mailer_id_spec.rb".freeze, "spec/numeric_conversions_spec.rb".freeze, "spec/routing_code_spec.rb".freeze, "spec/serial_number_spec.rb".freeze, "spec/service_type_spec.rb".freeze, "spec/spec_helper.rb".freeze, "usps_intelligent_barcode.gemspec".freeze] s.homepage = "http://github.com/wconrad/usps_intelligent_barcode".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Generates a USPS Intelligent Mail Barcode.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 11.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8.5".freeze]) end