zebra_quill 0.0.00.pr
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 +7 -0
- data/lib/zebra_quill.rb +5 -0
- metadata +45 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: bc8daf92bf663a3ac8d2a795f329a3b81d393644
|
|
4
|
+
data.tar.gz: fafe1114c12c79471f87e3e596b79dbf68c44408
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 4444b9edb209b6673c9d0cf7faf35c4c40d583a5c87a635911800f634b84d94760bcb157a3dbfaff5ef84aa6f79b72eb23390e38b200abc07bdae676e75b45ce
|
|
7
|
+
data.tar.gz: a06e0180b451fa1185b5513cd0dc575079166fa336eabe8332590bd83f964d86d201837ee13230e5034d52d86eb49ab60f7afea83fb06f6d09b16b115f8305e9
|
data/lib/zebra_quill.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: zebra_quill
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.00.pr
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Aleksandar Misich
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2017-03-23 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: ZebraQuill breaks handles dynamic conversion of producing ZPL(Zebra Programming
|
|
14
|
+
Language) via a predefined Object library.
|
|
15
|
+
email: aleksmsd@gmail.com
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- lib/zebra_quill.rb
|
|
21
|
+
homepage: https://github.com/aleksmsd/zebra_quill
|
|
22
|
+
licenses:
|
|
23
|
+
- MIT
|
|
24
|
+
metadata: {}
|
|
25
|
+
post_install_message:
|
|
26
|
+
rdoc_options: []
|
|
27
|
+
require_paths:
|
|
28
|
+
- lib
|
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - ">"
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: 1.3.1
|
|
39
|
+
requirements: []
|
|
40
|
+
rubyforge_project:
|
|
41
|
+
rubygems_version: 2.6.8
|
|
42
|
+
signing_key:
|
|
43
|
+
specification_version: 4
|
|
44
|
+
summary: Gem to support generating ZPL from Ruby Objects
|
|
45
|
+
test_files: []
|