Sha256: f0748adf5479ffe7cb8f2d8d2905f30ce1a3e554c2baf53ee4142b46ee9ba5f9
Contents?: true
Size: 478 Bytes
Versions: 1
Compression:
Stored size: 478 Bytes
Contents
#-- # (c) Copyright 2007-2008 Nick Sieger <nicksieger@gmail.com> # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
warbler-0.9.5 | lib/warbler.rb |