Sha256: 3ae66fd71aeeff904ab95729b4197f00852524b32a5af3db40dc17a2936126e4

Contents?: true

Size: 372 Bytes

Versions: 12

Compression:

Stored size: 372 Bytes

Contents

# encoding: utf-8

require 'rubygems'
require 'bundler/gem_tasks'

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec

require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title = "hallmonitor #{Hallmonitor::Version::STRING}"
  rdoc.rdoc_files.include('README*')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hallmonitor-4.2.0 Rakefile
hallmonitor-4.1.0 Rakefile
hallmonitor-4.0.0 Rakefile
hallmonitor-3.0.0 Rakefile
hallmonitor-2.0.0 Rakefile
hallmonitor-1.1.0 Rakefile
hallmonitor-1.0.0 Rakefile
hallmonitor-0.4.0 Rakefile
hallmonitor-0.3.0 Rakefile
hallmonitor-0.2.0 Rakefile
hallmonitor-0.1.1 Rakefile
hallmonitor-0.1.0 Rakefile