Rakefile in lato_view-1.1 vs Rakefile in lato_view-1.1.3

- old
+ new

@@ -2,21 +2,9 @@ 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 = 'doc' - rdoc.title = 'LatoView' - rdoc.rdoc_files.include('README.md') - rdoc.rdoc_files.include('lib/lato_view.rb') - rdoc.rdoc_files.include('lib/lato_view/**/*.rb') - rdoc.rdoc_files.include('app/helpers/**/*.rb') - rdoc.rdoc_files.include('app/concepts/**/*.rb') -end - APP_RAKEFILE = File.expand_path("../test/dummy/Rakefile", __FILE__) load 'rails/tasks/engine.rake' load 'rails/tasks/statistics.rake'