Sha256: 753d2b73453550cf1667969e2eafd645abdd221e071c24b52e6a1293bbb81d92
Contents?: true
Size: 527 Bytes
Versions: 5
Compression:
Stored size: 527 Bytes
Contents
source 'https://rubygems.org' gemspec group :test do gem 'equalizer' if RUBY_VERSION >= '2.1' gem 'anima' platform :mri do gem 'mutant', github: 'mbj/mutant', branch: 'master' gem 'mutant-rspec' gem 'codeclimate-test-reporter', require: false gem 'simplecov', require: false end else gem 'anima', '~> 0.2.0' end end group :tools do gem 'rubocop', '~> 0.30.0' gem 'byebug', platform: :mri gem 'benchmark-ips' gem 'guard' gem 'guard-rspec' gem 'guard-rubocop' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
transproc-1.0.2 | Gemfile |
transproc-1.0.1 | Gemfile |
transproc-1.0.0 | Gemfile |
transproc-0.4.2 | Gemfile |
transproc-0.4.1 | Gemfile |