-
Notifications
You must be signed in to change notification settings - Fork 28
/
metadata.yml
94 lines (94 loc) · 2.28 KB
/
metadata.yml
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
--- !ruby/object:Gem::Specification
name: escper
version: !ruby/object:Gem::Version
version: 1.1.6
prerelease:
platform: ruby
authors:
- Red (E) Tools Ltd.
autorequire:
bindir: bin
cert_chain: []
date: 2013-03-07 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rmagick
requirement: !ruby/object:Gem::Requirement
none: false
requirements:
- - ! '>='
- !ruby/object:Gem::Version
version: '0'
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
none: false
requirements:
- - ! '>='
- !ruby/object:Gem::Version
version: '0'
- !ruby/object:Gem::Dependency
name: serialport
requirement: !ruby/object:Gem::Requirement
none: false
requirements:
- - ! '>='
- !ruby/object:Gem::Version
version: '0'
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
none: false
requirements:
- - ! '>='
- !ruby/object:Gem::Version
version: '0'
description: Collection of essential tools that make printing of plain text and images
to one or many serial thermal printers easy. Both USB and serial (RS232) printers
are supported and detected automatically. Escper is useful for Ruby based Point
of Sale systems that want to print receipts or tickets.
email:
executables: []
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- Gemfile
- README.md
- Rakefile
- escper.gemspec
- lib/escper.rb
- lib/escper/asciifier.rb
- lib/escper/codepages.yml
- lib/escper/image.rb
- lib/escper/log.rb
- lib/escper/printer.rb
- lib/escper/vendor_printer.rb
- lib/escper/version.rb
homepage: http://red-e.eu
licenses: []
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
none: false
requirements:
- - ! '>='
- !ruby/object:Gem::Version
version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
none: false
requirements:
- - ! '>='
- !ruby/object:Gem::Version
version: '0'
requirements: []
rubyforge_project:
rubygems_version: 1.8.23
signing_key:
specification_version: 3
summary: Collection of essential tools that make printing of plain text and images
to one or many serial thermal printers easy.
test_files: []