Sha256: cf3bb348139b158b7ff2e9bc9b5708c477b495b7b23ae95f6a4a9b539eb386fe

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

#
# Copyright (C) 2007 Mobio Networks, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require(File.join(File.dirname(__FILE__), 'config', 'boot'))

require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'

require 'tasks/rails'

PKG_NAME           = 'photoviewer'
PKG_VERSION        = '1.1.2'
PKG_DIR            = 'pkg'
PKG_SUMMARY        = 'PhotoViewer Sample Application'
PKG_AUTHORS        = ['Jenny Chang']
PKG_EMAILS         = ['jchang@getmobio.com']
PKG_HOMEPAGE       = ''
PKG_DESCRIPTION    = ''
DEP_ADD            = true
require 'rmobio/raketasks'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
photoviewer-1.1.2 Rakefile