Sha256: b6fb1dee295018240ecce67ac9edac501a87294201af24ea6ce6213027e68239

Contents?: true

Size: 704 Bytes

Versions: 22

Compression:

Stored size: 704 Bytes

Contents

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    = 'ExpressUi'
  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'


load 'rails/tasks/statistics.rake'



require 'bundler/gem_tasks'

require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end


task default: :test

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
express_ui-0.5.2 Rakefile
express_ui-0.5.1 Rakefile
express_ui-0.5.0 Rakefile
express_ui-0.4.2 Rakefile
express_ui-0.4.1 Rakefile
express_ui-0.4.0 Rakefile
express_ui-0.3.0 Rakefile
express_ui-0.2.1 Rakefile
express_ui-0.2.0 Rakefile
express_ui-0.1.7 Rakefile
express_ui-0.1.6 Rakefile
express_ui-0.1.5 Rakefile
express_ui-0.1.4 Rakefile
express_ui-0.1.3 Rakefile
express_ui-0.1.2 Rakefile
express_ui-0.1.1 Rakefile
express_ui-0.1.0 Rakefile
express_ui-0.1.0.rc7 Rakefile
express_ui-0.1.0.rc5 Rakefile
express_ui-0.1.0.rc4 Rakefile