Sha256: 4bab3bd8daa1e42d36131ec4fc49ad04b42b7d9954aa44782350dc3c1560672e
Contents?: true
Size: 456 Bytes
Versions: 5
Compression:
Stored size: 456 Bytes
Contents
# frozen_string_literal: true 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 = "Simple Form - Polymorphic Associations" rdoc.options << "--line-numbers" rdoc.rdoc_files.include("README.rdoc") rdoc.rdoc_files.include("lib/**/*.rb") end Bundler::GemHelper.install_tasks
Version data entries
5 entries across 5 versions & 1 rubygems