Sha256: 9ba13e7fd0fc8e1cb8736e0f3ac9a9a0328f282fea5d1498a645c5f62ce7be7a

Contents?: true

Size: 540 Bytes

Versions: 56

Compression:

Stored size: 540 Bytes

Contents

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

require 'rubygems'
gem 'test-unit'

%w[ test/unit 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/AWS'

Version data entries

56 entries across 56 versions & 5 rubygems

Version Path
grempe-amazon-ec2-0.5.2 test/test_helper.rb
grempe-amazon-ec2-0.5.3 test/test_helper.rb
grempe-amazon-ec2-0.5.4 test/test_helper.rb
grempe-amazon-ec2-0.5.5 test/test_helper.rb
amazon-ec2-0.9.17 test/test_helper.rb
amazon-ec2-0.9.15 test/test_helper.rb
amazon-ec2-0.9.14 test/test_helper.rb
amazon-ec2-0.9.13 test/test_helper.rb
amazon-ec2-0.9.12 test/test_helper.rb
amazon-ec2-0.9.11 test/test_helper.rb
amazon-ec2-0.9.10 test/test_helper.rb
newrelic-amazon-ec2-0.6.2 test/test_helper.rb
poolparty-1.6.6 vendor/gems/amazon-ec2/test/test_helper.rb
amazon-ec2-0.9.9 test/test_helper.rb
poolparty-1.6.5 vendor/gems/amazon-ec2/test/test_helper.rb
poolparty-1.6.4 vendor/gems/amazon-ec2/test/test_helper.rb
amazon-ec2-0.9.8 test/test_helper.rb
amazon-ec2-0.9.7 test/test_helper.rb
poolparty-1.6.3 vendor/gems/amazon-ec2/test/test_helper.rb
poolparty-1.6.2 vendor/gems/amazon-ec2/test/test_helper.rb