Sha256: af1bf170e471a017156026bcfb7265b0a20ef843d3f8262a37afbecaaa70196f

Contents?: true

Size: 434 Bytes

Versions: 17

Compression:

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

Bundler::GemHelper.install_tasks

require File.expand_path('../spec/dummy/config/application', __FILE__)
require 'rspec-rails'
Dummy::Application.load_tasks

require 'rake-version'
RakeVersion::Tasks.new do |v|
  v.copy 'lib/tableling-rails/version.rb'
end

task :default => :spec

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
tableling-rails-0.0.20 Rakefile
tableling-rails-0.0.19 Rakefile
tableling-rails-0.0.18 Rakefile
tableling-rails-0.0.17 Rakefile
tableling-rails-0.0.16 Rakefile
tableling-rails-0.0.15 Rakefile
tableling-rails-0.0.14 Rakefile
tableling-rails-0.0.13 Rakefile
tableling-rails-0.0.12 Rakefile
tableling-rails-0.0.11 Rakefile
tableling-rails-0.0.10 Rakefile
tableling-rails-0.0.9 Rakefile
tableling-rails-0.0.8 Rakefile
tableling-rails-0.0.7 Rakefile
tableling-rails-0.0.6 Rakefile
tableling-rails-0.0.5 Rakefile
tableling-rails-0.0.4 Rakefile