--- !ruby/object:Gem::Specification name: usps_intelligent_barcode version: !ruby/object:Gem::Version version: 1.0.0 platform: ruby authors: - Wayne Conrad autorequire: bindir: bin cert_chain: [] date: 2016-11-26 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: andand requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: memoizer requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' - !ruby/object:Gem::Dependency name: jeweler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '11.2' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '11.2' - !ruby/object:Gem::Dependency name: simplecov requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: yard requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.8.5 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.8.5 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. email: wconrad@yagni.com executables: [] extensions: [] extra_rdoc_files: - LICENSE.md - README.markdown files: - ".travis.yml" - CHANGELOG.markdown - Gemfile - Gemfile.lock - LICENSE.md - README.markdown - Rakefile - USPS-intelligent-barcode.gemspec - VERSION - examples/example.rb - lib/usps_intelligent_barcode.rb - lib/usps_intelligent_barcode/bar_map.rb - lib/usps_intelligent_barcode/bar_position.rb - lib/usps_intelligent_barcode/bar_symbol.rb - lib/usps_intelligent_barcode/bar_to_character_mapping.yml - lib/usps_intelligent_barcode/barcode.rb - lib/usps_intelligent_barcode/barcode_id.rb - lib/usps_intelligent_barcode/character_position.rb - lib/usps_intelligent_barcode/codeword_map.rb - lib/usps_intelligent_barcode/codeword_to_character_mapping.yml - lib/usps_intelligent_barcode/crc.rb - lib/usps_intelligent_barcode/mailer_id.rb - lib/usps_intelligent_barcode/numeric_conversions.rb - lib/usps_intelligent_barcode/routing_code.rb - lib/usps_intelligent_barcode/serial_number.rb - lib/usps_intelligent_barcode/service_type.rb - rake/default.rb - rake/jeweler.rb - rake/rspec.rb - rake/yard.rb - spec/bar_map_spec.rb - spec/bar_position_spec.rb - spec/bar_symbol_spec.rb - spec/barcode_id_spec.rb - spec/barcode_spec.rb - spec/character_position_spec.rb - spec/codeword_map_spec.rb - spec/crc_spec.rb - spec/mailer_id_spec.rb - spec/numeric_conversions_spec.rb - spec/routing_code_spec.rb - spec/serial_number_spec.rb - spec/service_type_spec.rb - spec/spec_helper.rb - usps_intelligent_barcode.gemspec homepage: http://github.com/wconrad/usps_intelligent_barcode licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.1 signing_key: specification_version: 4 summary: Generates a USPS Intelligent Mail Barcode. test_files: []