Sha256: 530aabb5de813e2a72506dd909849499a5b33e2c6797f3b16e79b54e314e8636

Contents?: true

Size: 468 Bytes

Versions: 49

Compression:

Stored size: 468 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    = 'Unidom Action'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.md')
  rdoc.rdoc_files.include('lib/**/*.rb')
end



load 'rails/tasks/statistics.rake'



#Bundler::GemHelper.install_tasks
require 'bundler/gem_tasks'

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
unidom-action-1.16.2 Rakefile
unidom-action-1.16.1 Rakefile
unidom-action-1.16 Rakefile
unidom-action-1.15 Rakefile
unidom-action-1.14 Rakefile
unidom-action-1.13 Rakefile
unidom-action-1.12 Rakefile
unidom-action-1.11.1 Rakefile
unidom-action-1.11 Rakefile
unidom-action-1.10 Rakefile
unidom-action-1.9.2 Rakefile
unidom-action-1.9.1 Rakefile
unidom-action-1.9 Rakefile
unidom-action-1.8 Rakefile
unidom-action-1.7 Rakefile
unidom-action-1.6 Rakefile
unidom-action-1.5 Rakefile
unidom-action-1.4 Rakefile
unidom-action-1.3 Rakefile
unidom-action-1.2 Rakefile