zebra-zpl 1.1.4 → 1.1.5
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +83 -79
- data/README.md +442 -442
- data/lib/zebra/zpl/barcode.rb +124 -124
- data/lib/zebra/zpl/barcode_type.rb +38 -38
- data/lib/zebra/zpl/font.rb +48 -48
- data/lib/zebra/zpl/graphic.rb +93 -93
- data/lib/zebra/zpl/label.rb +89 -89
- data/lib/zebra/zpl/text.rb +82 -82
- data/lib/zebra/zpl/version.rb +5 -5
- metadata +5 -59
- data/.gitignore +0 -19
- data/.rspec +0 -2
- data/CONTRIBUTING.md +0 -49
- data/Gemfile +0 -10
- data/Guardfile +0 -11
- data/LICENSE_ORIGINAL.txt +0 -22
- data/Rakefile +0 -1
- data/docs/example.rb +0 -290
- data/docs/images/barcode.png +0 -0
- data/docs/images/datamatrix.png +0 -0
- data/docs/images/earth.jpg +0 -0
- data/docs/images/graphics.png +0 -0
- data/docs/images/image.png +0 -0
- data/docs/images/image_inverted.png +0 -0
- data/docs/images/image_manipulation.png +0 -0
- data/docs/images/images.png +0 -0
- data/docs/images/justification.png +0 -0
- data/docs/images/qrcode.png +0 -0
- data/docs/images/rotation.png +0 -0
- data/docs/images/text.png +0 -0
- data/spec/fixtures/default.jpg +0 -0
- data/spec/spec_helper.rb +0 -24
- data/spec/zebra/print_job_spec.rb +0 -31
- data/spec/zebra/zpl/barcode_spec.rb +0 -270
- data/spec/zebra/zpl/box_spec.rb +0 -67
- data/spec/zebra/zpl/character_set_spec.rb +0 -100
- data/spec/zebra/zpl/comment_spec.rb +0 -18
- data/spec/zebra/zpl/datamatrix_spec.rb +0 -124
- data/spec/zebra/zpl/graphics_spec.rb +0 -227
- data/spec/zebra/zpl/image_spec.rb +0 -146
- data/spec/zebra/zpl/label_spec.rb +0 -110
- data/spec/zebra/zpl/pdf417_spec.rb +0 -108
- data/spec/zebra/zpl/qrcode_spec.rb +0 -101
- data/spec/zebra/zpl/text_spec.rb +0 -109
- data/spec/zebra/zpl/zpl_spec.rb +0 -5
- data/zebra-zpl.gemspec +0 -29
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0e6a41ee71b32b72138d0fb8b73c81a296ca0eddaf8965b62c69cd4932b79ba
|
|
4
|
+
data.tar.gz: d3ccd975007859b9eb4e9761daf261c3f8cfe7e1cf16209feedc080b8893ccc5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a92d9ee70b4bc632a9718d9c2376c7f6d8dd3c8250bac1da3bbc2bba136606e99f56dd7dc498a20e6398c06d57012bcffe2b738568fbcbe2882fa1091dd3796f
|
|
7
|
+
data.tar.gz: 450067b5646e3905d09a9a84dbf3b839d2a4e4cb2a3053938cfdf17a6a87f99ab633f333e1ff752f50e019e85c1eccc810cbc8cd9958e5effc905d3bd37dd714
|
data/CHANGELOG.md
CHANGED
|
@@ -1,79 +1,83 @@
|
|
|
1
|
-
### 1.1.
|
|
2
|
-
|
|
3
|
-
* [#
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
* [#
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
* [#
|
|
12
|
-
|
|
13
|
-
### 1.1.
|
|
14
|
-
|
|
15
|
-
* [#
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
* [#
|
|
21
|
-
|
|
22
|
-
### 1.1.
|
|
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
|
-
### 1.0.
|
|
55
|
-
|
|
56
|
-
* [#
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
* [
|
|
62
|
-
|
|
63
|
-
### 1.0.
|
|
64
|
-
|
|
65
|
-
* [
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
* [
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
* [#
|
|
75
|
-
* [#
|
|
76
|
-
* [#
|
|
77
|
-
* [#
|
|
78
|
-
* [#
|
|
79
|
-
* [#
|
|
1
|
+
### 1.1.5 (2026/04/05)
|
|
2
|
+
|
|
3
|
+
* [#86](https://github.com/bbulpett/zebra-zpl/pull/86): Reduce gem size by excluding test files - [@yuri-zubov](https://github.com/yuri-zubov)
|
|
4
|
+
|
|
5
|
+
### 1.1.4 (2022/10/08)
|
|
6
|
+
|
|
7
|
+
* [#81](https://github.com/bbulpett/zebra-zpl/pull/81): Added D font type. Added `label_shift` configurable attribute - [@vkhalzov](https://github.com/vkhalzov)
|
|
8
|
+
* [#80](https://github.com/bbulpett/zebra-zpl/pull/80): Improvements to barcode usage - [@DmytroVasin](https://github.com/DmytroVasin)
|
|
9
|
+
* [#79](https://github.com/bbulpett/zebra-zpl/pull/79): Change appearance of bold text setting - [@DmytroVasin](https://github.com/DmytroVasin)
|
|
10
|
+
* [#78](https://github.com/bbulpett/zebra-zpl/pull/78): Fix of a test in image node - [@DmytroVasin](https://github.com/DmytroVasin)
|
|
11
|
+
* [#77](https://github.com/bbulpett/zebra-zpl/pull/77): Add `reverse_print` setting for `Zpl::Text` node. Fix mistake with redefining of the default font. Removed unused methods - [@DmytroVasin](https://github.com/DmytroVasin)
|
|
12
|
+
|
|
13
|
+
### 1.1.3 (2020/10/05)
|
|
14
|
+
|
|
15
|
+
* [#70](https://github.com/bbulpett/zebra-zpl/pull/70): Update max print speed from 6 to 14 - [@eke-bb](https://github.com/eke-bb)
|
|
16
|
+
|
|
17
|
+
### 1.1.2 (2019/02/25)
|
|
18
|
+
|
|
19
|
+
* [#63](https://github.com/bbulpett/zebra-zpl/pull/63): Un-restrict font size - [@mtking2](https://github.com/mtking2)
|
|
20
|
+
* [#62](https://github.com/bbulpett/zebra-zpl/pull/62): Add print service option for print jobs (`lp`/`rlpr`) - [@LagTag](https://github.com/LagTag)
|
|
21
|
+
|
|
22
|
+
### 1.1.1 (2019/12/19)
|
|
23
|
+
|
|
24
|
+
* [#58](https://github.com/bbulpett/zebra-zpl/pull/58): Add access to source `Img2Zpl::Image` object - [@mtking2](https://github.com/mtking2)
|
|
25
|
+
|
|
26
|
+
### 1.1.0 (2019/11/04)
|
|
27
|
+
|
|
28
|
+
* [#54](https://github.com/bbulpett/zebra-zpl/pull/54): Fix height bug with ^B commands - [@mtking2](https://github.com/mtking2)
|
|
29
|
+
* [#53](https://github.com/bbulpett/zebra-zpl/pull/53): Added support for symbol types, fixed other bugs with the `Graphic` class, updated specs - [@mtking2](https://github.com/mtking2)
|
|
30
|
+
* [#50](https://github.com/bbulpett/zebra-zpl/pull/50): Add support for image elements by incorporating the [img2zpl](https://github.com/mtking2/img2zpl) gem - [@mtking2](https://github.com/mtking2)
|
|
31
|
+
* [#49](https://github.com/bbulpett/zebra-zpl/pull/49): Fixed bug with `Barcode`'s `^BY` command. Added UPCA, UPCE, & EAN13 types - [@mtking2](https://github.com/mtking2)
|
|
32
|
+
* [#48](https://github.com/bbulpett/zebra-zpl/pull/48): Fixed bug breaking `Text` elements. Added rspecs for `Datamatrix` - [@mtking2](https://github.com/mtking2)
|
|
33
|
+
* [#45](https://github.com/bbulpett/zebra-zpl/pull/45): Add CHANGELOG & update README - [@mtking2](https://github.com/mtking2)
|
|
34
|
+
* [#44](https://github.com/bbulpett/zebra-zpl/pull/44): Update README & add more docs - [@mtking2](https://github.com/mtking2)
|
|
35
|
+
* [#43](https://github.com/bbulpett/zebra-zpl/pull/43): Add ZPL comment element - [@LagTag](https://github.com/LagTag)
|
|
36
|
+
* [#42](https://github.com/bbulpett/zebra-zpl/pull/42): Consolidate Graphic Elements to One Class. Deprecate `Box` class - [@LagTag](https://github.com/LagTag)
|
|
37
|
+
* [#41](https://github.com/bbulpett/zebra-zpl/pull/41): Ability to pass ZPL string to PrintJob - [@LagTag](https://github.com/LagTag)
|
|
38
|
+
* [#40](https://github.com/bbulpett/zebra-zpl/pull/40): Bold Text - [@LagTag](https://github.com/LagTag)
|
|
39
|
+
* [#39](https://github.com/bbulpett/zebra-zpl/pull/39): Fix specs + minor maintenance - [@mtking2](https://github.com/mtking2)
|
|
40
|
+
* [#36](https://github.com/bbulpett/zebra-zpl/pull/36): Add Datamatrix - [@rafaelmf3](https://github.com/rafaelmf3)
|
|
41
|
+
* [#33](https://github.com/bbulpett/zebra-zpl/pull/33): Remove the hardcoded attributes for the box element - [@LagTag](https://github.com/LagTag)
|
|
42
|
+
* [#32](https://github.com/bbulpett/zebra-zpl/pull/32): Added diagonal line graphic (^GD) - [@LagTag](https://github.com/LagTag)
|
|
43
|
+
* [#31](https://github.com/bbulpett/zebra-zpl/pull/31): Added Circle Graphic (^GC) - [@LagTag](https://github.com/LagTag)
|
|
44
|
+
* [#29](https://github.com/bbulpett/zebra-zpl/pull/29): Removed hard coded attributes in Text Element - [@LagTag](https://github.com/LagTag)
|
|
45
|
+
* [#27](https://github.com/bbulpett/zebra-zpl/pull/27): Added pdf417 support - [@LagTag](https://github.com/LagTag)
|
|
46
|
+
* [#25](https://github.com/bbulpett/zebra-zpl/pull/25): Don't Overwrite Element Widths - [@LagTag](https://github.com/LagTag)
|
|
47
|
+
|
|
48
|
+
### 1.0.5 (2018/10/25)
|
|
49
|
+
|
|
50
|
+
* [#22](https://github.com/bbulpett/zebra-zpl/pull/22): update label print density range from 0-6 to 0-15 - [@steve-abrams](https://github.com/steve-abrams)
|
|
51
|
+
* [#21](https://github.com/bbulpett/zebra-zpl/pull/21): Support QR codes (fixed) - [@mtking2](https://github.com/mtking2)
|
|
52
|
+
* [#20](https://github.com/bbulpett/zebra-zpl/pull/20): Fix incorrect raw flag - [@mtking2](https://github.com/mtking2)
|
|
53
|
+
|
|
54
|
+
### 1.0.4 (2017/10/27)
|
|
55
|
+
|
|
56
|
+
* [#15](https://github.com/bbulpett/zebra-zpl/pull/15): Raw ZPL support - [@bbulpett](https://github.com/bbulpett)
|
|
57
|
+
|
|
58
|
+
### 1.0.3 (2017/06/12)
|
|
59
|
+
|
|
60
|
+
* [#14](https://github.com/bbulpett/zebra-zpl/pull/14): Version bump to 1.0.3 - [@bbulpett](https://github.com/bbulpett)
|
|
61
|
+
* [#13](https://github.com/bbulpett/zebra-zpl/pull/13): Windows Printing Support - [@mtking2](https://github.com/mtking2)
|
|
62
|
+
|
|
63
|
+
### 1.0.2 (2017/04/27)
|
|
64
|
+
|
|
65
|
+
* [ead84a4](https://github.com/bbulpett/zebra-zpl/commit/ead84a4170f291e9a121263ac0ce577b9b5b21ba): Revert to Unix-only `lp` - [@bbulpett](https://github.com/bbulpett)
|
|
66
|
+
|
|
67
|
+
### 1.0.1 (2017/04/26)
|
|
68
|
+
|
|
69
|
+
* [b5e3f3e](https://github.com/bbulpett/zebra-zpl/commit/b5e3f3ea41960ce953073dcf1b09c28047a17b0d): Attempt `lpr` for Windows if Unix `lp` fails - [@bbulpett](https://github.com/bbulpett)
|
|
70
|
+
* [3858b33](https://github.com/bbulpett/zebra-zpl/commit/3858b332491d7afe34277d43530e0da7462da2b1): Use SSL for homepage in gemspec - [@bbulpett](https://github.com/bbulpett)
|
|
71
|
+
|
|
72
|
+
### 1.0.0 (2017/04/26)
|
|
73
|
+
|
|
74
|
+
* [#10](https://github.com/bbulpett/zebra-zpl/pull/10): Add side margins - [@bbulpett](https://github.com/bbulpett)
|
|
75
|
+
* [#9](https://github.com/bbulpett/zebra-zpl/pull/9): Add padding to sides for text blocks - [@bbulpett](https://github.com/bbulpett)
|
|
76
|
+
* [#8](https://github.com/bbulpett/zebra-zpl/pull/8): Add rotation to zpl builders - [@bbulpett](https://github.com/bbulpett)
|
|
77
|
+
* [#7](https://github.com/bbulpett/zebra-zpl/pull/7): Add international text support and apply label width to zpl builder methods - [@bbulpett](https://github.com/bbulpett)
|
|
78
|
+
* [#6](https://github.com/bbulpett/zebra-zpl/pull/6): Font modifications - [@bbulpett](https://github.com/bbulpett)
|
|
79
|
+
* [#5](https://github.com/bbulpett/zebra-zpl/pull/5): Restore barcode functionality - [@bbulpett](https://github.com/bbulpett)
|
|
80
|
+
* [#4](https://github.com/bbulpett/zebra-zpl/pull/4): Orientation module - [@bbulpett](https://github.com/bbulpett)
|
|
81
|
+
* [#3](https://github.com/bbulpett/zebra-zpl/pull/3): Restore zpl barcode logic - [@bbulpett](https://github.com/bbulpett)
|
|
82
|
+
* [#2](https://github.com/bbulpett/zebra-zpl/pull/2): ZPL barcodes tested and working - [@bbulpett](https://github.com/bbulpett)
|
|
83
|
+
* [#1](https://github.com/bbulpett/zebra-zpl/pull/1): Convert zpl method, class, and file namings - [@bbulpett](https://github.com/bbulpett)
|