Sha256: d913146fdbbad00a4ba3dc208892705d96137e58d0570f4047f2db55f11cd04f

Contents?: true

Size: 310 Bytes

Versions: 6

Compression:

Stored size: 310 Bytes

Contents

#!/usr/bin/env rake
begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

#APP_RAKEFILE = File.expand_path("../sandbox/Rakefile", __FILE__)
#load 'rails/tasks/engine.rake'


Bundler::GemHelper.install_tasks

task :default => :test

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
iugu-ux-0.7.1 Rakefile
iugu-ux-0.7.0 Rakefile
iugu-ux-0.6.7 Rakefile
iugu-ux-0.6.6 Rakefile
iugu-ux-0.6.5 Rakefile
iugu-ux-0.6.0 Rakefile