Sha256: e0a50835e63a2fc14fcca0ccc9085ad833c5fb0358027f5688b82912b64ec4b1
Contents?: true
Size: 276 Bytes
Versions: 2
Compression:
Stored size: 276 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' gemspec group :test do gem 'rake' gem 'test-unit', '~> 3.4' gem 'yard', '~> 0.9' 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.3 | Gemfile |
tidy_json-0.5.2 | Gemfile |