Sha256: fb27c225b171f45c6e917e042856eb747407a60f0c6a1addf2fafc4ad0a6226a

Contents?: true

Size: 287 Bytes

Versions: 6

Compression:

Stored size: 287 Bytes

Contents

source 'https://rubygems.org'

gemspec

group :development do
  # Code style
  gem 'rubocop'

  # Tests
  gem 'bacon'
  gem 'mocha'
  gem 'mocha-on-bacon'
  gem 'prettybacon'
  gem 'webmock'

  # Integration tests
  gem 'diffy'
  gem 'clintegracon'
  
  # Code Review
  gem 'danger'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jazzy-0.8.2 Gemfile
jazzy-0.8.1 Gemfile
jazzy-0.8.0 Gemfile
jazzy-0.7.5 Gemfile
jazzy-0.7.4 Gemfile
jazzy-0.7.3 Gemfile