Sha256: 2ea3a181027d58622f99d26c94d5274159804a8df07388ff2604e77c8a2cbeb8

Contents?: true

Size: 443 Bytes

Versions: 9

Compression:

Stored size: 443 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

require 'rdoc/task'

RDoc::Task.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'ProxyManager'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new
task default: :spec

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
proxy_manager-1.0.1 Rakefile
proxy_manager-1.0.0 Rakefile
proxy_manager-0.0.9 Rakefile
proxy_manager-0.0.8 Rakefile
proxy_manager-0.0.7 Rakefile
proxy_manager-0.0.6 Rakefile
proxy_manager-0.0.5 Rakefile
proxy_manager-0.0.3 Rakefile
proxy_manager-0.0.2 Rakefile