Sha256: 1bfaa30bfa699d2aa94a8d479e973a6557a3bcfbc6a8508b70cb701f8c39c422

Contents?: true

Size: 660 Bytes

Versions: 9

Compression:

Stored size: 660 Bytes

Contents

# frozen_string_literal: true

begin
  require "bundler/setup"
rescue LoadError
  puts "You must `gem install bundler` and `bundle install` to run rake tasks"
end

# require "rdoc/task"
#
# RDoc::Task.new(:rdoc) do |rdoc|
#   rdoc.rdoc_dir = "rdoc"
#   rdoc.title    = "Yext::Api"
#   rdoc.options << "--line-numbers"
#   rdoc.rdoc_files.include("README.md")
#   rdoc.rdoc_files.include("lib/**/*.rb")
# end

APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)

load "rails/tasks/engine.rake"

load "rails/tasks/statistics.rake"

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)

task default: :spec

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
yext-api-0.1.11 Rakefile
yext-api-0.1.10 Rakefile
yext-api-0.1.9 Rakefile
yext-api-0.1.8 Rakefile
yext-api-0.1.7 Rakefile
yext-api-0.1.5 Rakefile
yext-api-0.1.4 Rakefile
yext-api-0.1.3 Rakefile
yext-api-0.1.1 Rakefile