Sha256: 80da9e5bf10f0890cf39b416b4c75a97ed942ace16569dfd4e647d9a14fe134c

Contents?: true

Size: 506 Bytes

Versions: 12

Compression:

Stored size: 506 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = 'test/**/test_*.rb'
  test.verbose = true
end

task :default => :test

require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc|
  version = File.exist?('VERSION') ? File.read('VERSION') : ""

  rdoc.rdoc_dir = 'rdoc'
  rdoc.title = "loose_tight_dictionary #{version}"
  rdoc.rdoc_files.include('README*')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
loose_tight_dictionary-1.0.5 Rakefile
loose_tight_dictionary-1.0.4 Rakefile
loose_tight_dictionary-1.0.3 Rakefile
loose_tight_dictionary-1.0.2 Rakefile
loose_tight_dictionary-1.0.1 Rakefile
loose_tight_dictionary-1.0.0 Rakefile
loose_tight_dictionary-0.2.3 Rakefile
loose_tight_dictionary-0.2.2 Rakefile
loose_tight_dictionary-0.2.1 Rakefile
loose_tight_dictionary-0.2.0 Rakefile
loose_tight_dictionary-0.1.1 Rakefile
loose_tight_dictionary-0.1.0 Rakefile