Sha256: 6b4d4581c5e0bc56159b37a83cf8627b57eee4c87e16c1ffc7f7d27efbe558c2

Contents?: true

Size: 357 Bytes

Versions: 79

Compression:

Stored size: 357 Bytes

Contents

#!/usr/bin/env rake

require 'bundler'
Bundler::GemHelper.install_tasks

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

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

require 'yard'
namespace :doc do
  YARD::Rake::YardocTask.new do |task|
    task.files   = ['LICENSE.md', 'lib/**/*.rb']
    task.options = ['--markup', 'markdown']
  end
end

Version data entries

79 entries across 79 versions & 29 rubygems

Version Path
connexionz-0.0.2 Rakefile
gems-0.0.4 Rakefile
congress-0.0.2 Rakefile
gems-0.0.3 Rakefile
connexionz-0.0.1 Rakefile
filterism-1.0.0 Rakefile
all_sorts-1.0.0 Rakefile
mtgox-0.0.1 Rakefile
direct_employers-0.0.2 Rakefile
direct_employers-0.0.1 Rakefile
hacker_news_search-0.0.2 Rakefile
hacker_news_search-0.0.1 Rakefile
gems-0.0.2 Rakefile
gems-0.0.1 Rakefile
futures_pipeline-0.1.0 Rakefile
arr-force-1.0.1 Rakefile
arr-force-1.0.0 Rakefile
futures_pipeline-0.0.4 Rakefile
futures_pipeline-0.0.3 Rakefile