swiss_qr_bill 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,76 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: swiss_qr_bill
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Marco Roth
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-12-24 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: nodo
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: A Ruby Gem for reading and parsing Swiss QR-Bills from documents.
28
+ email:
29
+ - marco.roth@intergga.ch
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".node-version"
35
+ - ".rubocop.yml"
36
+ - ".yarnrc"
37
+ - CHANGELOG.md
38
+ - CODE_OF_CONDUCT.md
39
+ - README.md
40
+ - Rakefile
41
+ - lib/swiss_qr_bill.rb
42
+ - lib/swiss_qr_bill/qr_bill.rb
43
+ - lib/swiss_qr_bill/qr_bill_parser.rb
44
+ - lib/swiss_qr_bill/qr_code_parser.rb
45
+ - lib/swiss_qr_bill/version.rb
46
+ - package.json
47
+ - sig/swiss_qr_bill.rbs
48
+ - swiss_qr_bill.gemspec
49
+ - yarn.lock
50
+ homepage: https://github.com/marcoroth/swiss_qr_bill
51
+ licenses: []
52
+ metadata:
53
+ homepage_uri: https://github.com/marcoroth/swiss_qr_bill
54
+ rubygems_mfa_required: 'true'
55
+ source_code_uri: https://github.com/marcoroth/swiss_qr_bill
56
+ changelog_uri: https://github.com/marcoroth/swiss_qr_bill/blob/main/CHANGELOG.md
57
+ post_install_message:
58
+ rdoc_options: []
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: 3.2.0
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ requirements: []
72
+ rubygems_version: 3.5.5
73
+ signing_key:
74
+ specification_version: 4
75
+ summary: A Ruby Gem for reading and parsing Swiss QR-Bills from documents.
76
+ test_files: []