Sha256: 50027ed42b7cbc04e7b8f2cae4c61baaab8275afd0d4a0d19d31823403d1c369

Contents?: true

Size: 862 Bytes

Versions: 35

Compression:

Stored size: 862 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'


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    = 'Notee'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  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'



Bundler::GemHelper.install_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

35 entries across 35 versions & 1 rubygems

Version Path
notee-1.1.2.4 Rakefile
notee-1.1.2.3 Rakefile
notee-1.1.2.2 Rakefile
notee-1.1.2.1 Rakefile
notee-1.1.2 Rakefile
notee-1.1.1 Rakefile
notee-1.1.0 Rakefile
notee-1.0.8 Rakefile
notee-1.0.7 Rakefile
notee-1.0.6 Rakefile
notee-1.0.5 Rakefile
notee-1.0.4 Rakefile
notee-1.0.3 Rakefile
notee-1.0.2 Rakefile
notee-1.0.1 Rakefile
notee-1.0.0 Rakefile
notee-0.4.0 Rakefile
notee-0.3.7 Rakefile
notee-0.3.6 Rakefile
notee-0.3.5 Rakefile