Sha256: c545eaea7ed839179f52e7578fc8d627ac0d9cdb4bf8ac4813b64bc4aa8bb709

Contents?: true

Size: 422 Bytes

Versions: 3

Compression:

Stored size: 422 Bytes

Contents

# Copyright (c) 2008-2009 The Rubyists, LLC (effortless systems) <rubyists@rubyists.com>
# Distributed under the terms of the MIT license.
# See the LICENSE file that accompanied this software for the full MIT License text
#
desc 'install all possible dependencies'
task :setup => :gem_installer do
  GemInstaller.new do
    # core

    # spec
    gem 'bacon'
    gem 'rcov'

    # doc
    gem 'yard'

    setup
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
deathsyn-seedling-0.0.5 tasks/setup.rake
seedling-0.0.6 tasks/setup.rake
seedling-0.0.5 tasks/setup.rake