Sha256: 17ccd6c13ed7e986b9644e03a0111772d693fd99d3ba9f09154088ef55a7db10
Contents?: true
Size: 225 Bytes
Versions: 2
Compression:
Stored size: 225 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' gemspec group :test do gem 'rake' end group :development do install_if -> { ENV['COVERAGE'] } do gem 'simplecov' gem 'simplecov-cobertura' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tidy_json-0.5.1 | Gemfile |
tidy_json-0.5.0 | Gemfile |