Sha256: 248788bfd2b5bdf20d8465f0f41d3b4d077c1ed073f8431502fc955022196585

Contents?: true

Size: 409 Bytes

Versions: 26

Compression:

Stored size: 409 Bytes

Contents

require "bundler/gem_tasks"

begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "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

task :default => :spec

Version data entries

26 entries across 26 versions & 4 rubygems

Version Path
datadog-notifications-0.5.0 Rakefile
datadog-notifications-0.4.9 Rakefile
datadog-notifications-0.4.8 Rakefile
datadog-notifications-0.4.7 Rakefile
datadog-notifications-0.4.6 Rakefile
datadog-notifications-0.4.5 Rakefile
datadog-notifications-0.4.4 Rakefile
datadog-notifications-0.4.3 Rakefile
datadog-notifications-0.4.2 Rakefile
datadog-notifications-0.4.1 Rakefile
datadog-notifications-0.4.0 Rakefile
datadog-notifications-0.3.1 Rakefile
datadog-notifications-0.3.0 Rakefile
grape-datadog-1.3.2 Rakefile
grape-datadog-1.2.0 Rakefile
grape-datadog-1.1.0 Rakefile
newrelic-grape-2.0.0 Rakefile
newrelic-grape-1.4.1 Rakefile
newrelic-grape-1.3.1 Rakefile
newrelic-grape-1.3.0 Rakefile