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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
--- !ruby/object:Gem::Specification
name: barby
version: !ruby/object:Gem::Version
version: 0.3.2
platform: ruby
authors:
- Tore Darell
autorequire: barby
bindir: bin
cert_chain: []
date: 2009-11-26 00:00:00 +01:00
default_executable:
dependencies: []
description:
email: toredarell@gmail.com
executables: []
extensions: []
extra_rdoc_files:
- README
files:
- lib/barby/vendor.rb
- lib/barby/barcode.rb
- lib/barby/version.rb
- lib/barby/outputter.rb
- lib/barby/outputter/pdfwriter_outputter.rb
- lib/barby/outputter/rmagick_outputter.rb
- lib/barby/outputter/ascii_outputter.rb
- lib/barby/outputter/png_outputter.rb
- lib/barby/outputter/prawn_outputter.rb
- lib/barby/outputter/cairo_outputter.rb
- lib/barby/outputter/svg_outputter.rb
- lib/barby/barcode/pdf_417.rb
- lib/barby/barcode/code_25.rb
- lib/barby/barcode/ean_13.rb
- lib/barby/barcode/code_93.rb
- lib/barby/barcode/ean_8.rb
- lib/barby/barcode/qr_code.rb
- lib/barby/barcode/code_25_interleaved.rb
- lib/barby/barcode/code_39.rb
- lib/barby/barcode/bookland.rb
- lib/barby/barcode/code_128.rb
- lib/barby/barcode/code_25_iata.rb
- lib/barby/barcode/gs1_128.rb
- lib/barby.rb
- bin/barby
- vendor/Pdf417lib-java-0.91/lib/Pdf417lib.jar
- vendor/Pdf417lib-java-0.91/lib/Pdf417lib.java
- vendor/rqrcode/README
- vendor/rqrcode/Rakefile
- vendor/rqrcode/COPYING
- vendor/rqrcode/lib/rqrcode/qrcode.rb
- vendor/rqrcode/lib/rqrcode/qrcode/qr_rs_block.rb
- vendor/rqrcode/lib/rqrcode/qrcode/qr_bit_buffer.rb
- vendor/rqrcode/lib/rqrcode/qrcode/qr_math.rb
- vendor/rqrcode/lib/rqrcode/qrcode/qr_code.rb
- vendor/rqrcode/lib/rqrcode/qrcode/qr_polynomial.rb
- vendor/rqrcode/lib/rqrcode/qrcode/qr_util.rb
- vendor/rqrcode/lib/rqrcode/qrcode/qr_8bit_byte.rb
- vendor/rqrcode/lib/rqrcode/core_ext.rb
- vendor/rqrcode/lib/rqrcode/core_ext/integer/bitwise.rb
- vendor/rqrcode/lib/rqrcode/core_ext/integer.rb
- vendor/rqrcode/lib/rqrcode/core_ext/array.rb
- vendor/rqrcode/lib/rqrcode/core_ext/array/behavior.rb
- vendor/rqrcode/lib/rqrcode.rb
- vendor/rqrcode/test/test_data.rb
- vendor/rqrcode/test/runtest.rb
- vendor/rqrcode/CHANGELOG
- README
has_rdoc: true
homepage: http://toretore.github.com/barby
licenses: []
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
required_rubygems_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
requirements: []
rubyforge_project: barby
rubygems_version: 1.3.5
signing_key:
specification_version: 3
summary: A pure-Ruby barcode generator
test_files: []
|