Sha256: 0b59557119059aed900e3ae467083bfb0b77a95b75dcfa7eecd7cbb41709eebf

Contents?: true

Size: 893 Bytes

Versions: 26

Compression:

Stored size: 893 Bytes

Contents

# encoding: utf-8

begin
  require 'bundler'
  Bundler::GemHelper.install_tasks
rescue LoadError
  $stderr.puts "Bundler not installed. You should install it with: gem install bundler"
end

$LOAD_PATH << File.expand_path('./lib', File.dirname(__FILE__))
require 'bluepill/version'

begin
  require 'rspec/core/rake_task'

  RSpec::Core::RakeTask.new

  if RUBY_VERSION >= '1.9'
    RSpec::Core::RakeTask.new(:cov) do |t|
      ENV['ENABLE_SIMPLECOV'] = '1'
      t.ruby_opts = '-w'
      t.rcov_opts = %q[-Ilib --exclude "spec/*,gems/*"]
    end
  end
rescue LoadError
  $stderr.puts "RSpec not available. Install it with: gem install rspec-core rspec-expectations rr faker"
end

begin
  require 'yard'
  YARD::Rake::YardocTask.new do |yard|
    yard.options << "--title='bluepill #{Bluepill::VERSION}'"

  end
rescue LoadError
  $stderr.puts "Please install YARD with: gem install yard"
end

Version data entries

26 entries across 26 versions & 5 rubygems

Version Path
bluepill-rwgps-0.0.63 Rakefile
bluepill-rwgps-0.0.62 Rakefile
bluepill-rwgps-0.0.61 Rakefile
cloud66-bluepill-0.0.64 Rakefile
bluepill-rwgps-0.0.60 Rakefile
bluepill-0.0.66 Rakefile
bluepill-0.0.65 Rakefile
bluepill-0.0.64 Rakefile
cloud66-bluepill-0.0.63 Rakefile
bluepill-0.0.63 Rakefile
cloud66-bluepill-0.0.62 Rakefile
bluepill-0.0.62 Rakefile
bluepill-0.0.61 Rakefile
kostya-bluepill-0.0.60.3 Rakefile
kostya-bluepill-0.0.60.2 Rakefile
kostya-bluepill-0.0.60.1 Rakefile
skalar-bluepill-0.0.60.1 Rakefile
bluepill-0.0.60 Rakefile
bluepill-0.0.59 Rakefile
bluepill-0.0.58 Rakefile