.codeclimate.yml | |
|
|
.github/FUNDING.yml | |
|
|
.github/workflows/build.yml | |
|
|
.github/workflows/static.yml | |
|
|
.gitignore | |
|
|
.rubocop.yml | |
|
|
.ruby-gemset | |
|
|
.ruby-version | |
|
|
CHANGELOG.md | |
|
|
Gemfile | |
|
|
Guardfile | |
|
|
LICENSE | |
|
|
README.md | |
|
|
Rakefile | |
|
|
bin/dbf | |
|
|
dbf.gemspec | |
|
|
lib/dbf.rb | 18 | A 0 mins | A 100% |
lib/dbf/column.rb | 78 | A 1 hr | B 89% |
lib/dbf/column_type.rb | 90 | A 0 mins | A 94% |
lib/dbf/database/foxpro.rb | 75 | A 25 mins | A 96% |
lib/dbf/encodings.rb | 63 | A 0 mins | A 100% |
lib/dbf/header.rb | 25 | A 0 mins | A 100% |
lib/dbf/memo/base.rb | 38 | A 0 mins | A 96% |
lib/dbf/memo/dbase3.rb | 16 | A 0 mins | A 100% |
lib/dbf/memo/dbase4.rb | 10 | A 0 mins | A 100% |
lib/dbf/memo/foxpro.rb | 27 | A 45 mins | A 94% |
lib/dbf/record.rb | 67 | A 0 mins | A 97% |
lib/dbf/schema.rb | 73 | A 45 mins | A 100% |
lib/dbf/table.rb | 205 | B 5 hrs | A 97% |
lib/dbf/version.rb | 3 | A 0 mins |
|
spec/dbf/column_spec.rb | 246 | B 6 hrs |
|
spec/dbf/database/foxpro_spec.rb | 41 | A 0 mins | A 100% |
spec/dbf/file_formats_spec.rb | 163 | B 5 hrs | A 100% |
spec/dbf/record_spec.rb | 91 | A 0 mins | A 100% |
spec/dbf/table_spec.rb | 302 | A 3 hrs | A 100% |
spec/fixtures/cp1251.dbf | |
|
|
spec/fixtures/cp1251_summary.txt | |
|
|
spec/fixtures/dbase_02.dbf | |
|
|
spec/fixtures/dbase_02_summary.txt | |
|
|
spec/fixtures/dbase_03.dbf | |
|
|
spec/fixtures/dbase_03_summary.txt | |
|
|
spec/fixtures/dbase_30.dbf | |
|
|
spec/fixtures/dbase_30.fpt | |
|
|
spec/fixtures/dbase_30_summary.txt | |
|
|
spec/fixtures/dbase_31.dbf | |
|
|
spec/fixtures/dbase_31_summary.txt | |
|
|
spec/fixtures/dbase_32.dbf | |
|
|
spec/fixtures/dbase_32_summary.txt | |
|
|
spec/fixtures/dbase_83.dbf | |
|
|
spec/fixtures/dbase_83.dbt | |
|
|