Sha256: 135778e6acadd52be1de711c4dbc13638ad1f0d7ef454ebd09dac939f321f500

Contents?: true

Size: 336 Bytes

Versions: 24

Compression:

Stored size: 336 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'

Rake::Task[:release].enhance do
  `git checkout 2.x &&
  git rebase master &&
  git push origin 2.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

24 entries across 24 versions & 2 rubygems

Version Path
atatus-1.3.0 Rakefile
atatus-1.2.0 Rakefile
atatus-1.1.0 Rakefile
atatus-1.0.2 Rakefile
atatus-1.0.1 Rakefile
atatus-1.0.0 Rakefile
elastic-apm-3.0.0 Rakefile
elastic-apm-2.12.0 Rakefile
elastic-apm-2.11.0 Rakefile
elastic-apm-2.10.1 Rakefile
elastic-apm-2.10.0 Rakefile
elastic-apm-2.9.1 Rakefile
elastic-apm-2.9.0 Rakefile
elastic-apm-2.8.1 Rakefile
elastic-apm-2.8.0 Rakefile
elastic-apm-2.7.0 Rakefile
elastic-apm-2.6.1 Rakefile
elastic-apm-2.6.0 Rakefile
elastic-apm-2.5.0 Rakefile
elastic-apm-2.4.0 Rakefile