kigster/warp-dir

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

if RUBY_VERSION.to_f > 2.3
  gem 'simplecov', '=0.17.1'
end