Sha256: 8188905a7f708aed3b95bfc6ccd4ca2b1335cbade80421e4f3b66ba1eedef8d7

Contents?: true

Size: 423 Bytes

Versions: 279

Compression:

Stored size: 423 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'rake'

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = 'test/**/test_*.rb'
  test.verbose = true
end

task :default => :test

Version data entries

279 entries across 279 versions & 1 rubygems

Version Path
swot-ruby-1.0.5.20250215 Rakefile
swot-ruby-1.0.5.20250211 Rakefile
swot-ruby-1.0.5.20250208 Rakefile
swot-ruby-1.0.5.20250206 Rakefile
swot-ruby-1.0.5.20250204 Rakefile
swot-ruby-1.0.5.20250203 Rakefile
swot-ruby-1.0.5.20250202 Rakefile
swot-ruby-1.0.5.20250129 Rakefile
swot-ruby-1.0.5.20250128 Rakefile
swot-ruby-1.0.5.20250126 Rakefile
swot-ruby-1.0.5.20250125 Rakefile
swot-ruby-1.0.5.20250124 Rakefile
swot-ruby-1.0.5.20250122 Rakefile
swot-ruby-1.0.5.20250120 Rakefile
swot-ruby-1.0.5.20250116 Rakefile
swot-ruby-1.0.5.20250115 Rakefile
swot-ruby-1.0.5.20250113 Rakefile
swot-ruby-1.0.5.20250108 Rakefile
swot-ruby-1.0.5.20250105 Rakefile
swot-ruby-1.0.5.20250103 Rakefile