cfonb 0.0.0

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/cfonb.rb +0 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 9ecb2f0157c3dff40868b71296f77af49bd5b2cb6b0e5a1ecbd9abed606392d3
4
+ data.tar.gz: 2187588d8e68fd14626f125530f2c4e0f3ad78356b1ec1a82bf2273b3e93fd50
5
+ SHA512:
6
+ metadata.gz: 81590edc8a9b56dbdacd3470896cc7649131e7b57aa9167eee59001326463efa47422de544ce140c55c50acb0b9311ad34f869f1e88e48d8b173cfe35313da52
7
+ data.tar.gz: e41c09652881278e96ec2f43d67494d34b175f21cc651d71dfc4cee2bef47f4c8d67cb01356e52e8be60b6530b1fd3dab6eb4d37254b366ddfe5b370535afa46
data/lib/cfonb.rb ADDED
File without changes
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cfonb
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Johan Le Bray
8
+ - Frantisek Rokusek
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2023-09-08 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: An easy to use CFONB format parser
15
+ email: ''
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/cfonb.rb
21
+ homepage: https://rubygems.org/gems/cfonb
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: '0'
39
+ requirements: []
40
+ rubygems_version: 3.3.26
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: CFONB parser
44
+ test_files: []