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
all_sorts-1.0.1 Rakefile
hacker_news_search-0.0.7 Rakefile
hacker_news_search-0.0.6 Rakefile
omniauth-netflix-0.3.0 Rakefile
omniauth-instapaper-0.2.0 Rakefile
omniauth-netflix-0.2.0 Rakefile
hacker_news_search-0.0.5 Rakefile
connexionz-1.0.4 Rakefile
commons-0.0.3 Rakefile
fcc_reboot-0.2.2 Rakefile
commons-0.0.2 Rakefile
omniauth-getglue-0.1.0 Rakefile
omniauth-instapaper-0.1.0 Rakefile
omniauth-tradeking-0.1.0 Rakefile
gems-0.6.0 Rakefile
connexionz-1.0.3 Rakefile
commons-0.0.1 Rakefile
gems-0.5.1 Rakefile
omniauth-netflix-0.1.0 Rakefile
connexionz-1.0.2 Rakefile