Sha256: 474da2622b746e9ddcf91e4aaa6a3fee8dcf98d6c480cd1a8de73c7a55145bbf

Contents?: true

Size: 348 Bytes

Versions: 15

Compression:

Stored size: 348 Bytes

Contents

require 'fileutils'
include FileUtils

require 'rubygems'
%w[rake hoe newgem rubigen ZenTest].each do |req_gem|
  begin
    require req_gem
  rescue LoadError
    puts "This Rakefile requires the '#{req_gem}' RubyGem."
    puts "Installation: gem install #{req_gem} -y"
    exit
  end
end

$:.unshift(File.join(File.dirname(__FILE__), %w[.. lib]))

Version data entries

15 entries across 15 versions & 7 rubygems

Version Path
blackwinter-autotest-notification-1.8.0 config/requirements.rb
carlosbrando-autotest-notification-1.1.2 config/requirements.rb
carlosbrando-autotest-notification-1.2.0 config/requirements.rb
carlosbrando-autotest-notification-1.3.0 config/requirements.rb
carlosbrando-autotest-notification-1.4.0 config/requirements.rb
carlosbrando-autotest-notification-1.5.0 config/requirements.rb
carlosbrando-autotest-notification-1.6.0 config/requirements.rb
carlosbrando-autotest-notification-1.7.3 config/requirements.rb
carlosbrando-autotest-notification-1.8.0 config/requirements.rb
dcrec1-autotest-notification-1.7.3 config/requirements.rb
notch8-autotest-notification-1.2.0 config/requirements.rb
tapajos-autotest-notification-1.1.2 config/requirements.rb
tapajos-autotest-notification-1.4.0 config/requirements.rb
tchandy-autotest-notification-1.4.0 config/requirements.rb
urubatan-autotest-notification-1.4.0 config/requirements.rb