piotrmurach/necromancer

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/BUG_REPORT.md
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
.github/ISSUE_TEMPLATE/config.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/ci.yml
.gitignore
.rspec
.rubocop.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
Gemfile
LICENSE.txt
README.md
Rakefile
appveyor.yml
bin/console
bin/setup
lib/necromancer.rb14
A
0 mins
lib/necromancer/configuration.rb16
A
0 mins
lib/necromancer/context.rb34
A
0 mins
lib/necromancer/conversion_target.rb52
A
25 mins
lib/necromancer/conversions.rb60
A
0 mins
lib/necromancer/converter.rb27
A
0 mins
lib/necromancer/converters/array.rb117
A
1 hr
lib/necromancer/converters/boolean.rb43
A
25 mins
lib/necromancer/converters/date_time.rb41
A
35 mins
lib/necromancer/converters/hash.rb70
A
1 hr
lib/necromancer/converters/numeric.rb51
A
35 mins
lib/necromancer/converters/range.rb47
A
0 mins
lib/necromancer/null_converter.rb8
A
0 mins
lib/necromancer/version.rb3
A
0 mins
necromancer.gemspec
tasks/console.rake
tasks/coverage.rake
tasks/spec.rake