Sha256: 0aab908cb8baa64eb333de346337b8da87ce1393845a4d4c58bba4a713c7643b

Contents?: true

Size: 333 Bytes

Versions: 24

Compression:

Stored size: 333 Bytes

Contents

# frozen_string_literal: true

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

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

RuboCop::RakeTask.new(:rubocop)

task test: :spec

task default: %i[rubocop test]

!ENV["APPRAISAL_INITIALIZED"] && !ENV["TRAVIS"] && task(default: :appraisal)

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
honeycomb-beeline-2.7.0 Rakefile
honeycomb-beeline-2.6.0 Rakefile
honeycomb-beeline-2.5.0 Rakefile
honeycomb-beeline-2.4.2 Rakefile
honeycomb-beeline-2.4.1 Rakefile
honeycomb-beeline-2.4.0 Rakefile
honeycomb-beeline-2.3.0 Rakefile
honeycomb-beeline-2.2.0 Rakefile
honeycomb-beeline-2.1.2 Rakefile
honeycomb-beeline-2.1.1 Rakefile
honeycomb-beeline-2.1.0 Rakefile
honeycomb-beeline-2.0.0 Rakefile
honeycomb-beeline-1.3.0 Rakefile
honeycomb-beeline-1.2.0 Rakefile
honeycomb-beeline-1.1.1 Rakefile
honeycomb-beeline-1.1.0 Rakefile
honeycomb-beeline-1.0.1 Rakefile
honeycomb-beeline-1.0.0 Rakefile
honeycomb-beeline-1.0.0.pre.beta4 Rakefile
honeycomb-beeline-1.0.0.pre.beta3 Rakefile