barcode1dtools 0.9.2 → 0.9.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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:
|
4
|
+
hash: 13
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 9
|
9
9
|
- 2
|
10
|
-
|
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
|
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
|
|