Sha256: 1593d163ab1d130716fc495be2dabae481a6169271a79776bb7473d5f0038315

Contents?: true

Size: 700 Bytes

Versions: 36

Compression:

Stored size: 700 Bytes

Contents

# encoding: utf-8

require 'rubygems'
require 'rake'

begin
  gem 'rubygems-tasks', '~> 0.2'
  require 'rubygems/tasks'

  Gem::Tasks.new
rescue LoadError => e
  warn e.message
  warn "Run `gem install rubygems-tasks` to install Gem::Tasks."
end

begin
  gem 'rspec', '~> 2.4'
  require 'rspec/core/rake_task'

  RSpec::Core::RakeTask.new
rescue LoadError => e
  task :spec do
    abort "Please run `gem install rspec` to install RSpec."
  end
end

task :test    => :spec
task :default => :spec

begin
  gem 'yard', '~> 0.8'
  require 'yard'

  YARD::Rake::YardocTask.new  
rescue LoadError => e
  task :yard do
    abort "Please run `gem install yard` to install YARD."
  end
end
task :doc => :yard

Version data entries

36 entries across 36 versions & 14 rubygems

Version Path
arison-0.2.0 Rakefile
arison-0.1.3 Rakefile
json2xxx-0.4.0 Rakefile
arison-0.1.1 Rakefile
ec2ex-0.2.0 Rakefile
ar_protobuf_store-1.0.0 Rakefile
ar_protobuf_store-0.2.3 Rakefile
ar_protobuf_store-0.2.2 Rakefile
pingdom-cli-0.3.0 Rakefile
json2xxx-0.3.0 Rakefile
ec2ex-0.1.0 Rakefile
json2xxx-0.2.0 Rakefile
pingdom-cli-0.2.0 Rakefile
pingdom-cli-0.1.0 Rakefile
ar_protobuf_store-0.2.1 Rakefile
numscaler-0.0.5 Rakefile
numscaler-0.0.4 Rakefile
ar_protobuf_store-0.2.0 Rakefile
ar_protobuf_store-0.1.0 Rakefile
ruby-nessus-1.2.0 Rakefile