Sha256: 43153c4e77f45856779be92f7f65e843f6b605e3d6e95f427b03bf7f53946614
Contents?: true
Size: 342 Bytes
Versions: 6
Compression:
Stored size: 342 Bytes
Contents
require 'swirl/aws' $stderr.puts "WARNING: Requiring 'swirl' or 'swirl/ec2' will be deprecated. Require 'swirl/aws' instead." module Swirl # Compat class EC2 def self.new(options) $stderr.puts "WARNING: Swirl::EC2 will be deprecated. Use Swirl::AWS.new(:ec2) instead" return AWS.new(:ec2, options) end end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
swirl-1.7.5 | lib/swirl/ec2.rb |
swirl-1.7.4 | lib/swirl/ec2.rb |
swirl-1.7.3 | lib/swirl/ec2.rb |
swirl-1.7.2 | lib/swirl/ec2.rb |
swirl-1.7.1 | lib/swirl/ec2.rb |
swirl-1.7.0 | lib/swirl/ec2.rb |