Sha256: 7a0a25418d021ed19a8c557566ef38fe69da6a8df8aede3064a190a3ebfb56ba
Contents?: true
Size: 574 Bytes
Versions: 1
Compression:
Stored size: 574 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's dependencies in bundler-commentate.gemspec gemspec gem "rake", "~> 13.0" # "Rake is a Make-like program implemented in Ruby" gem "minitest", "~> 5.0" # "minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking" gem "rubocop", "~> 1.7" # "Automatic Ruby code style checking tool." gem "rubocop-minitest" # "Automatic Minitest code style checking tool." gem "rubocop-rake" # "A RuboCop plugin for Rake" plugin 'bundler-commentate', path: '.'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bundler-commentate-0.2.0 | Gemfile |