Sha256: 2870839f85218b892a6ac78f643929f2b965bbf0170eebe69e4498d6842f7efc

Contents?: true

Size: 428 Bytes

Versions: 34

Compression:

Stored size: 428 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

task :test => :spec
task :default => :spec

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

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

Version data entries

34 entries across 34 versions & 3 rubygems

Version Path
you_got_listed-0.4.0 Rakefile
you_got_listed-0.3.6 Rakefile
you_got_listed-0.3.5 Rakefile
you_got_listed-0.3.4 Rakefile
you_got_listed-0.3.3 Rakefile
you_got_listed-0.3.2 Rakefile
you_got_listed-0.3.1 Rakefile
you_got_listed-0.3.0 Rakefile
you_got_listed-0.2.5 Rakefile
you_got_listed-0.2.4 Rakefile
you_got_listed-0.2.3 Rakefile
you_got_listed-0.2.2 Rakefile
you_got_listed-0.2.1 Rakefile
you_got_listed-0.2.0 Rakefile