Skip to content

Commit

Permalink
Requires aws-sdk-ec2 rather than aws-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Smith committed Nov 5, 2018
1 parent 5860465 commit f2754d1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cap-ec2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"

spec.add_dependency "aws-sdk", ">= 2.0"
spec.add_dependency "aws-sdk-ec2", '>= 3.0'
spec.add_dependency "capistrano", ">= 3.0"
spec.add_dependency "terminal-table"
spec.add_dependency "colorize"
Expand Down
2 changes: 1 addition & 1 deletion lib/cap-ec2/capistrano.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'capistrano/configuration'
require 'aws-sdk'
require 'aws-sdk-ec2'
require 'colorize'
require 'terminal-table'
require 'yaml'
Expand Down
2 changes: 1 addition & 1 deletion lib/cap-ec2/ec2-handler.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'aws-sdk'
require 'aws-sdk-ec2'

module CapEC2
class EC2Handler
Expand Down
2 changes: 1 addition & 1 deletion lib/cap-ec2/utils.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'aws-sdk'
require 'aws-sdk-ec2'

module CapEC2
module Utils
Expand Down
2 changes: 1 addition & 1 deletion lib/cap-ec2/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CapEC2
VERSION = '1.1.2'
VERSION = '1.1.2-md1'
end

0 comments on commit f2754d1

Please sign in to comment.