Sha256: 0871d590dc6904070571aa5d50a2831822ef9cdfc2828ee3ce06140a48da0290

Contents?: true

Size: 471 Bytes

Versions: 1

Compression:

Stored size: 471 Bytes

Contents

#--
# (c) Copyright 2007-2008 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSES.txt included with the distribution for
# software license details.
#++

begin
  # First, make sure plugin directory is at the front of the load path
  # (to avoid picking up gem-installed warbler)
  $LOAD_PATH.unshift(File.dirname(__FILE__) + '/../lib')
  require 'warbler'
rescue LoadError
  # Next, try activating the gem
  gem 'warbler'
  require 'warbler'
end

Warbler::Task.new

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
warbler-0.9.5 tasks/warbler.rake