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
tf-idf-similarity-0.3.0 Rakefile
turbot-runner-0.2.37 Rakefile
turbot-runner-0.2.36 Rakefile
turbot-runner-0.2.35 Rakefile
turbot-0.2.3 Rakefile
turbot-runner-0.2.34 Rakefile
openc-json_schema-0.0.16 Rakefile
tf-idf-similarity-0.2.0 Rakefile
turbot-runner-0.2.33 Rakefile
turbot-runner-0.2.32 Rakefile
turbot-runner-0.2.31 Rakefile
turbot-runner-0.2.30 Rakefile
turbot-runner-0.2.29 Rakefile
turbot-runner-0.2.28 Rakefile
tf-idf-similarity-0.1.6 Rakefile
turbot-runner-0.2.27 Rakefile
turbot-runner-0.2.26 Rakefile
turbot-runner-0.2.25 Rakefile
turbot-runner-0.2.24 Rakefile
turbot-runner-0.2.23 Rakefile