Sha256: 50396302d13b0d51d9d0b4b9f3de4e33bfa15e177f82cd2c6012a03314f0637c
Contents?: true
Size: 505 Bytes
Versions: 3
Compression:
Stored size: 505 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 Glenn Rempe # License:: Distributes under the same terms as Ruby # Home:: http://amazon-ec2.rubyforge.org #++ %w[ test/unit rubygems test/spec mocha stubba ].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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
amazon-ec2-0.2.6 | test/test_helper.rb |
amazon-ec2-0.2.8 | test/test_helper.rb |
amazon-ec2-0.2.7 | test/test_helper.rb |