Sha256: 2792ba7916904b9809099c31ea1a8fe94ea16665efa2f38c483715a82f426cd4

Contents?: true

Size: 352 Bytes

Versions: 37

Compression:

Stored size: 352 Bytes

Contents

# encoding: utf-8
require 'rubygems'
require 'bundler'

begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts 'Run `bundle install` to install missing gems'
  exit e.status_code
end

$:.unshift(File.dirname(__FILE__) + '/lib')
Dir['rake_tasks/**/*.rake'].sort.each { |path| load path }

Version data entries

37 entries across 37 versions & 3 rubygems

Version Path
ftpd-0.11.0 Rakefile
basic101-0.1.0 Rakefile
ftpd-0.10.0 Rakefile
ftpd-0.9.0 Rakefile
ftpd-0.7.1 Rakefile
ftpd-0.8.0 Rakefile
ftpd-0.7.0 Rakefile
ftpd-0.6.0 Rakefile
ftpd-0.5.0 Rakefile
ftpd-0.4.0 Rakefile
ftpd-0.3.2 Rakefile
ftpd-0.3.1 Rakefile
ftpd-0.2.2 Rakefile
ftpd-0.2.1 Rakefile
ftpd-0.2.0 Rakefile
ftpd-0.1.1 Rakefile
ftpd-0.1.0 Rakefile