Sha256: f0035435098f65fda56c1c9cabf03e1c83c162492e706e9d161579a6aa5e46f4

Contents?: true

Size: 654 Bytes

Versions: 39

Compression:

Stored size: 654 Bytes

Contents

# encoding: utf-8

require 'rubygems'
require 'bundler'
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 'rdoc/task'
RDoc::Task.new do |rdoc|
  version = File.exist?('VERSION') ? File.read('VERSION') : ""

  rdoc.rdoc_dir = 'rdoc'
  rdoc.title = "bugsnag #{version}"
  rdoc.rdoc_files.include('README*')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

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

task :default  => :spec

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
bugsnag-5.5.0 Rakefile
bugsnag-5.4.1 Rakefile
bugsnag-5.4.0 Rakefile
bugsnag-5.3.3 Rakefile
bugsnag-5.3.2 Rakefile
bugsnag-5.3.1 Rakefile
bugsnag-5.3.0 Rakefile
bugsnag-5.2.0 Rakefile
bugsnag-5.1.0 Rakefile
bugsnag-5.0.1 Rakefile
bugsnag-5.0.0 Rakefile
bugsnag-4.2.1 Rakefile
bugsnag-4.2.0 Rakefile
bugsnag-4.1.0 Rakefile
bugsnag-4.0.2 Rakefile
bugsnag-4.0.1 Rakefile
bugsnag-4.0.0 Rakefile
bugsnag-3.0.0 Rakefile
bugsnag-2.8.13 Rakefile
bugsnag-maglev--2.8.12 Rakefile