Sha256: 7ea54b9aeaa1e80a3715b8677cb7d06d8168283fd5291e6add67d706409faddb

Contents?: true

Size: 567 Bytes

Versions: 39

Compression:

Stored size: 567 Bytes

Contents

# encoding: utf-8

require 'rubygems'

begin
  require 'bundler'
rescue LoadError => e
  warn e.message
  warn "Run `gem install bundler` to install Bundler."
  exit -1
end

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

require 'rake'

require 'rubygems/tasks'
Gem::Tasks.new

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new

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

require 'yard'
YARD::Rake::YardocTask.new  
task :doc => :yard

Version data entries

39 entries across 39 versions & 17 rubygems

Version Path
mobile-detect-0.2.0 Rakefile
exist-0.1.0.beta.6 Rakefile
exist-0.1.0.beta.5 Rakefile
exist-0.1.0.beta.4 Rakefile
exist-0.1.0.beta.3 Rakefile
exist-0.1.0.beta.2 Rakefile
mina-padrino-0.2.0 Rakefile
mina-padrino-0.1.1 Rakefile
mina-padrino-0.1.0 Rakefile
config_volumizer-0.2.0 Rakefile
config_volumizer-0.1.0 Rakefile
rspawn-0.4.0 Rakefile
sinatra-json-0.1.0 Rakefile
xxx2json-0.1.0 Rakefile
rspawn-0.3.0 Rakefile
fluent-client-0.1.0 Rakefile
mobile-detect-0.1.2 Rakefile
mobile-detect-0.1.1 Rakefile
process_exists-0.1.3 Rakefile
process_exists-0.1.2 Rakefile