Sha256: e6c5069b76b3c4004767d68f8788e30cd43c1ec6f5fb1ee48795be32444a1634
Contents?: true
Size: 466 Bytes
Versions: 16
Compression:
Stored size: 466 Bytes
Contents
#-- # (c) Copyright 2007-2008 Sun Microsystems, Inc. # See the file LICENSES.txt included with the distribution for # software license details. #++ # Warbler is a lightweight, flexible, Rake-based system for packaging your Rails apps # into .war files. module Warbler WARBLER_HOME = File.expand_path(File.dirname(__FILE__) + '/..') unless defined?(WARBLER_HOME) end require 'warbler/gems' require 'warbler/config' require 'warbler/task' require 'warbler/version'
Version data entries
16 entries across 16 versions & 7 rubygems