Sha256: bdcea478f00308a7700a358ac38e5864818752334517ee20bece00e21c892b53
Contents?: true
Size: 404 Bytes
Versions: 5
Compression:
Stored size: 404 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 = 'Ecm::TimeTracking' 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
Version | Path |
---|---|
ecm_time_tracking-0.1.0 | Rakefile |
ecm_time_tracking-0.0.6 | Rakefile |
ecm_time_tracking-0.0.5 | Rakefile |
ecm_time_tracking-0.0.4 | Rakefile |
ecm_time_tracking-0.0.3 | Rakefile |