Sha256: c71c386b7bcebb11d13adba58b4ba527ecbe9cafbe3219fb895ab08e9f7da526

Contents?: true

Size: 259 Bytes

Versions: 38

Compression:

Stored size: 259 Bytes

Contents

require 'rubygems'
require 'bundler'
Bundler::GemHelper.install_tasks

require "rake/testtask"
task :test do
  Rake::TestTask.new do |t|
    t.libs << "test"
    t.test_files = FileList['test/*_test.rb']
    t.verbose = true
  end
end

task :default => :test

Version data entries

38 entries across 38 versions & 3 rubygems

Version Path
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/rack-proxy-0.7.7/Rakefile
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/rack-proxy-0.7.7/Rakefile
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/rack-proxy-0.7.7/Rakefile
rack-proxy-0.7.7 Rakefile
rack-proxy-0.7.6 Rakefile
rack-proxy-0.7.5 Rakefile
rack-proxy-0.7.4 Rakefile
rack-proxy-0.7.2 Rakefile
rack-proxy-0.7.1 Rakefile
rack-proxy-0.7.0 Rakefile
chatops-rpc-0.0.2 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/rack-proxy-0.6.5/Rakefile
chatops-rpc-0.0.1 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/rack-proxy-0.6.5/Rakefile
rack-proxy-0.6.5 Rakefile
rack-proxy-0.6.4 Rakefile
rack-proxy-0.6.3 Rakefile
rack-proxy-0.6.2 Rakefile
rack-proxy-0.6.1 Rakefile
rack-proxy-0.6.0 Rakefile
rack-proxy-0.5.18 Rakefile
rack-proxy-0.5.17 Rakefile