Sha256: eb778902599ae0ffb6d74ad5ca783cf09a53f066990d2a10533d0245a2f750ec

Contents?: true

Size: 503 Bytes

Versions: 4

Compression:

Stored size: 503 Bytes

Contents

#--
# Amazon Web Services EC2 Query API Ruby library
#
# Ruby Gem Name::  amazon-ec2
# Author::    Glenn Rempe  (mailto:grempe@rubyforge.org)
# Copyright:: Copyright (c) 2007-2008 Glenn Rempe
# License::   Distributes under the same terms as Ruby
# Home::      http://amazon-ec2.rubyforge.org
#++

%w[ test/unit rubygems test/spec mocha ].each { |f|
  begin
    require f
  rescue LoadError
    abort "Unable to load required gem for test: #{f}"
  end
}

require File.dirname(__FILE__) + '/../lib/EC2'

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
grempe-amazon-ec2-0.2.15 test/test_helper.rb
grempe-amazon-ec2-0.3.0 test/test_helper.rb
skippy-amazon-ec2-0.0.2 test/test_helper.rb
skippy-amazon-ec2-0.2.16 test/test_helper.rb