Sha256: 6d907f2d4bfcd57ad257e36d2cbbc659f4b23b58279709423e59b926802a4625

Contents?: true

Size: 312 Bytes

Versions: 2

Compression:

Stored size: 312 Bytes

Contents

module Bently
  class BetterErrors < RailsRecipe

    title 'better_errors'
    homepage 'https://github.com/charliesome/better_errors/blob/master/README.md'

    def initialize
      gem_group :development do
        gem 'better_errors'
        gem 'binding_of_caller'
      end
      bundle
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bently-1.0.2 lib/bently/recipe/better-errors.rb
bently-1.0.1 lib/bently/recipe/better-errors.rb