Sha256: 683a7a1af0d9e2e85a72c406ae46ae7f43c4c1e0e4a4a2909d5122383c28abad

Contents?: true

Size: 297 Bytes

Versions: 2

Compression:

Stored size: 297 Bytes

Contents

module Bently

  class GuardSpork < RailsRecipe

    title 'guard-spork'
    homepage 'https://github.com/guard/guard-spork/blob/master/README.md'

    def initialize
      gem_group :development do
        gem 'guard-spork'
      end
      bundle
      run 'guard init spork'
    end

  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bently-1.0.2 lib/bently/recipe/guard-spork.rb
bently-1.0.1 lib/bently/recipe/guard-spork.rb