jish/pre-commit

View on GitHub
templates/gem/Gemfile

Summary

Maintainability
Test Coverage
=begin
Copyright <%= copyright %>

See the file LICENSE for copying permission.
=end

source "https://rubygems.org"

gemspec

group :development do
  # statistics only on MRI 2.0 - avoid problems on older rubies
  gem "redcarpet", :platforms => [:mri_20]
  gem "simplecov", :platforms => [:mri_20]
  gem "coveralls", :platforms => [:mri_20]
end