Sha256: f3e9a25aeb5884f039fa5d59083aa0a889e746bbd094487f08bcbd3549527789

Contents?: true

Size: 462 Bytes

Versions: 15

Compression:

Stored size: 462 Bytes

Contents

require 'bundler/gem_tasks'

begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  warn e.message
  warn 'Run `bundle install` to install missing gems'
  exit e.status_code
end

require 'rake'

require 'rspec/core'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

require 'rubocop/rake_task'
RuboCop::RakeTask.new(:rubocop)

task default: %i[spec rubocop]

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
datadog-notifications-0.7.2 Rakefile
datadog-notifications-0.7.1 Rakefile
datadog-notifications-0.7.0 Rakefile
datadog-notifications-0.6.7 Rakefile
datadog-notifications-0.6.6 Rakefile
datadog-notifications-0.6.5 Rakefile
datadog-notifications-0.6.4 Rakefile
datadog-notifications-0.6.3 Rakefile
datadog-notifications-0.6.2 Rakefile
sidekiq-datadog-0.5.3 Rakefile
sidekiq-datadog-0.5.2 Rakefile
sidekiq-datadog-0.5.1 Rakefile
sidekiq-datadog-0.5.0 Rakefile
datadog-notifications-0.6.1 Rakefile
datadog-notifications-0.6.0 Rakefile