Sha256: 16334a148abbe942bfcc4a88d48075e370b04470cfdd2e1bde4608e362a6da85

Contents?: true

Size: 320 Bytes

Versions: 106

Compression:

Stored size: 320 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

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

task :default => :spec

begin
  require 'yard'
  YARD::Rake::YardocTask.new
rescue LoadError
  task :yard do
    abort 'YARD is not available. In order to run yard, you must: gem install yard'
  end
end

Version data entries

106 entries across 106 versions & 20 rubygems

Version Path
token_action-0.0.1 Rakefile
tf-idf-similarity-0.0.8 Rakefile
tf-idf-similarity-0.0.7 Rakefile
tf-idf-similarity-0.0.6 Rakefile
tf-idf-similarity-0.0.5 Rakefile
tf-idf-similarity-0.0.4 Rakefile
popit-0.0.2 Rakefile
popit-0.0.1 Rakefile
unbreakable-0.0.6 Rakefile
unbreakable-0.0.5 Rakefile
scraperwiki-api-0.0.6 Rakefile
color-generator-0.0.2 Rakefile
color-generator-0.0.1 Rakefile
tf-idf-similarity-0.0.3 Rakefile
tf-idf-similarity-0.0.2 Rakefile
tf-idf-similarity-0.0.1 Rakefile
pybossa-api-0.0.1 Rakefile
scraperwiki-api-0.0.5 Rakefile
scraperwiki-api-0.0.4 Rakefile
scraperwiki-api-0.0.3 Rakefile