lib/EC2.rb in amazon-ec2-0.0.3 vs lib/EC2.rb in amazon-ec2-0.0.4

- old
+ new

@@ -22,11 +22,9 @@ require 'digest/sha1' require 'net/https' require 'rexml/document' require 'time' -include REXML - # Require any lib files that we have bundled with this Ruby Gem in the lib/EC2 directory. # Parts of the EC2 module and AWSAuthConnection class are broken out into separate # files for maintainability and are organized by the functional groupings defined # in the EC2 API developers guide. Dir[File.join(File.dirname(__FILE__), 'EC2/**/*.rb')].sort.each { |lib| require lib }