Sha256: caf4c1e049e74d8bfec0b8884f0820ace30d7f31bc2ba8e0019586aeb9b6ae29
Contents?: true
Size: 804 Bytes
Versions: 5
Compression:
Stored size: 804 Bytes
Contents
require "bundler" require 'rake' Bundler.setup Bundler::GemHelper.install_tasks def cmd(command) puts command raise unless system command end # Import all our rake tasks FileList['tasks/**/*.rake'].each { |task| import task } # begin # require 'bundler/setup' # rescue LoadError # puts 'You must `gem install bundler` and `bundle install` to run rake tasks' # end # require 'rdoc/task' # RDoc::Task.new(:rdoc) do |rdoc| # rdoc.rdoc_dir = 'rdoc' # rdoc.title = 'SocialAuth' # rdoc.options << '--line-numbers' # rdoc.rdoc_files.include('README.rdoc') # rdoc.rdoc_files.include('lib/**/*.rb') # end # APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__) # load 'rails/tasks/engine.rake' # load 'rails/tasks/statistics.rake' # Bundler::GemHelper.install_tasks
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
social_auth-0.0.13 | Rakefile |
social_auth-0.0.12 | Rakefile |
social_auth-0.0.11 | Rakefile |
social_auth-0.0.10 | Rakefile |
social_auth-0.0.9 | Rakefile |