Sha256: 03f4690ed264e04bdd4a834232cc98e89f07adee726aa2e83be8727c18754bda
Contents?: true
Size: 610 Bytes
Versions: 3
Compression:
Stored size: 610 Bytes
Contents
# encoding: UTF-8 begin require 'bundler/setup' rescue LoadError puts 'Debe instalar `gem install bundler` y `bundle install` para correr tareas rake' end require 'rdoc/task' RDoc::Task.new(:rdoc) do |rdoc| rdoc.rdoc_dir = 'rdoc' rdoc.title = 'Msip' rdoc.options << '--line-numbers' rdoc.rdoc_files.include('README.md') rdoc.rdoc_files.include('lib/**/*.rb') end APP_RAKEFILE = File.expand_path("../test/dummy/Rakefile", __FILE__) load 'rails/tasks/engine.rake' Bundler::GemHelper.install_tasks if ENV['CONFIG_HOSTS'] ENV['CONFIG_HOSTS'] = 'www.example.com' end task default: 'app:test'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
msip-2.2.0.alfa3 | Rakefile |
msip-2.2.0.alfa2 | Rakefile |
msip-2.2a2 | Rakefile |