Sha256: 41dfc8d917dc06072493f810ac900fa98fa20aeaa2c688d8c0a99451f9cc5101

Contents?: true

Size: 375 Bytes

Versions: 1

Compression:

Stored size: 375 Bytes

Contents

source 'https://rubygems.org'

gemspec

version = RUBY_VERSION[0..2].split('.')[0..1].join('.').to_f
group :development do
  gem 'rubocop'
  if version > 2.0
    gem 'reek'
  end
end

group :documentation do
  if not(ENV['JRUBY'] || RUBY_PLATFORM == 'java')
    gem 'yard'
    gem 'yard-cucumber', git: 'https://github.com/burtlo/yard-cucumber'
    gem 'redcarpet'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rest_baby-1.6.0 Gemfile