barcode1dtools 0.9.2 → 0.9.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +5 -3
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barcode1dtools
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - 2
10
- version: 0.9.2
10
+ - 1
11
+ version: 0.9.2.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Michael Chaney
@@ -19,7 +20,8 @@ date: 2012-08-05 00:00:00 -05:00
19
20
  default_executable:
20
21
  dependencies: []
21
22
 
22
- description: " Barcode1D is a small library of generators for many kinds of\n 1-dimensional barcodes. Currently implemented are\n Interleaved 2 of 5, EAN-13, and UPC-A. Patterns are created in\n either a simple format of 1s and 0s or as a run-length encoded\n string. This only generates the patterns; actual display must be\n implemented by the programmer.\n"
23
+ description: " Barcode1D is a small library for handling many kinds of\n 1-dimensional barcodes. Currently implemented are\n Interleaved 2 of 5, EAN-13, EAN-8, UPC-A, UPC-E, UPC\n Supplemental 2, and UPC Supplemental 5. Patterns are\n created in either a simple format of bars and spaces or\n as a run-length encoded string. This only generates\n and decodes the patterns; actual display or reading\n from a device must be implemented by the programmer.\n\
24
+ \t More symbologies will be added as time permits.\n"
23
25
  email: mdchaney@michaelchaney.com
24
26
  executables: []
25
27