Sha256: 214cfab5f00e4fcd4583e132d7a3956673a8167aafd7936b229fb7976cb6eb53
Contents?: true
Size: 459 Bytes
Versions: 12
Compression:
Stored size: 459 Bytes
Contents
#-- # (c) Copyright 2007-2008 Sun Microsystems, Inc. # 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
12 entries across 12 versions & 5 rubygems