Sha256: d4e9f259572cf3e0e9aee80133c6ce47d5e29a2d73885544bda12363a6c6d3ef

Contents?: true

Size: 350 Bytes

Versions: 40

Compression:

Stored size: 350 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

desc "Testing"
task :test do
  1
end

task :default => :test

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
iugu-ux-1.0.25 Rakefile
iugu-ux-1.0.24 Rakefile
iugu-ux-1.0.23 Rakefile
iugu-ux-1.0.22 Rakefile
iugu-ux-1.0.21 Rakefile
iugu-ux-1.0.20 Rakefile
iugu-ux-1.0.19 Rakefile
iugu-ux-1.0.18 Rakefile
iugu-ux-1.0.17 Rakefile
iugu-ux-1.0.16 Rakefile
iugu-ux-1.0.15 Rakefile
iugu-ux-1.0.14 Rakefile
iugu-ux-1.0.13 Rakefile
iugu-ux-1.0.12 Rakefile
iugu-ux-1.0.11 Rakefile
iugu-ux-1.0.10 Rakefile
iugu-ux-1.0.9 Rakefile
iugu-ux-1.0.8 Rakefile
iugu-ux-1.0.7 Rakefile
iugu-ux-1.0.6 Rakefile