Sha256: ebeac6ad5a49f1172068137ed52fd90e89d318c4000619656f9c85f1b3bd1d05

Contents?: true

Size: 534 Bytes

Versions: 6

Compression:

Stored size: 534 Bytes

Contents

#!/usr/bin/env rake
begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end
begin
  require 'rdoc/task'
rescue LoadError
  require 'rdoc/rdoc'
  require 'rake/rdoctask'
  RDoc::Task = Rake::RDocTask
end

RDoc::Task.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'EcmCalendarHelper'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end




Bundler::GemHelper.install_tasks

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ecm_calendar_helper-1.0.1 Rakefile
ecm_calendar_helper-1.0.0 Rakefile
ecm_calendar_helper-0.0.3 Rakefile
ecm_calendar_helper-0.0.2 Rakefile
ecm_calendar_helper-0.0.1 Rakefile
ecm_calendar_helper-0.0.1.pre Rakefile