Sha256: 2e277488ac0a3d005ec049cf66c5b44c684cce7f170873c286c2c7138231a448

Contents?: true

Size: 336 Bytes

Versions: 5

Compression:

Stored size: 336 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'

Rake::Task[:release].enhance do
  `git checkout 3.x &&
  git rebase master &&
  git push origin 3.x &&
  git checkout master`
end

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

require 'yard'
YARD::Rake::YardocTask.new
task docs: :yard

task default: :spec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
elastic-apm-3.5.0 Rakefile
elastic-apm-3.4.0 Rakefile
elastic-apm-3.3.0 Rakefile
elastic-apm-3.2.0 Rakefile
elastic-apm-3.1.0 Rakefile