Sha256: 0caf9e8c16471e06073aef5febe951660231a0c250d6ea31f55aef9ae842fc46

Contents?: true

Size: 502 Bytes

Versions: 5

Compression:

Stored size: 502 Bytes

Contents

# Look in the tasks/setup.rb file for the various options that can be
# configured in this Rakefile. The .rake files in the tasks directory
# are where the options are used.

require 'lib/backup/backup.rb'
ENV['VERSION'] = EngineYard::Backup::VERSION
load 'tasks/setup.rb'

ensure_in_path 'lib'

task :default => 'spec:run'

PROJ.name = 'backup'
PROJ.authors = 'Jamie van Dyke'
PROJ.email = 'jvandyke@engineyard.com'
# PROJ.url = ''
# PROJ.rubyforge.name = 'backup'

PROJ.spec.opts << '--color'

# EOF

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
engineyard-backup-0.0.1 Rakefile
engineyard-backup-0.0.2 Rakefile
engineyard-backup-0.0.3 Rakefile
engineyard-backup-0.0.4 Rakefile
fearoffish-backup-0.0.1 Rakefile