Sha256: d2c6803ea098a5cdc12ccc70eb7b3c5607ad0345952fb3fbc20eb4650cfc2707
Contents?: true
Size: 843 Bytes
Versions: 4
Compression:
Stored size: 843 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's dependencies in cognito.gemspec gemspec group(:tools) do # mutation testing tool for ruby gem 'mutant', '~> 0.8.10' # Rspec integration for mutant gem 'mutant-rspec', '~> 0.8.8' # A metagem wrapping development tools: # procto, # adamantium, # anima, # concord, # rspec, rspec-core, rspec-its # rake, # yard, # flog, # flay, # reek, # rubocop, # simplecov, # yardstick, # mutant, mutant-rspec gem 'devtools', '~> 0.1.8' # Rubocop extensions which reflect BlockScore's style guide gem 'rubocop-devtools', git: 'https://github.com/backus/rubocop-devtools.git' # Enforce style and convention for rspec gem 'rubocop-rspec', git: 'https://github.com/nevir/rubocop-rspec.git' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
cognito-client-0.5.4 | Gemfile |
cognito-client-0.5.3 | Gemfile |
cognito-client-0.5.2 | Gemfile |
cognito-client-0.5.1 | Gemfile |