Sha256: 702cf91a5019c7314fb117dcbd49faa5a71bd00cba4c16aee3c8724a24d0c8a7

Contents?: true

Size: 444 Bytes

Versions: 35

Compression:

Stored size: 444 Bytes

Contents

##
# Newb plugin for hoe.
#
# === Tasks Provided:
#
# newb:: Get a new developer up to speed.

module Hoe::Newb
  # define tasks for the newb plugin
  def define_newb_tasks
    desc "Install deps, generate docs, run tests/specs."
    task :newb => %w(check_extra_deps docs default) do
      puts <<-END

        GOOD TO GO! Tests are passing, docs are generated,
        dependencies are installed. Get to hacking.

      END
    end
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
hoe-3.0.5 lib/hoe/newb.rb
hoe-3.0.4 lib/hoe/newb.rb
hoe-3.0.3 lib/hoe/newb.rb
hoe-3.0.2 lib/hoe/newb.rb
hoe-3.0.1 lib/hoe/newb.rb
hoe-3.0.0 lib/hoe/newb.rb
hoe-2.16.1 lib/hoe/newb.rb
hoe-2.16.0 lib/hoe/newb.rb
hoe-2.15.0 lib/hoe/newb.rb
hoe-2.14.0 lib/hoe/newb.rb
hoe-2.13.1 lib/hoe/newb.rb
hoe-2.13.0 lib/hoe/newb.rb
hoe-2.12.5 lib/hoe/newb.rb
hoe-2.12.4 lib/hoe/newb.rb
hoe-2.12.3 lib/hoe/newb.rb
hoe-2.12.2 lib/hoe/newb.rb
hoe-2.12.1 lib/hoe/newb.rb
hoe-2.12.0 lib/hoe/newb.rb
hoe-2.11.0 lib/hoe/newb.rb
hoe-2.10.0 lib/hoe/newb.rb