Skip to content

Commit

Permalink
Require aws-sdk-v1 instead of aws-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Serman committed Apr 25, 2016
1 parent 134e757 commit 50a261c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/elbas/capistrano.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'aws-sdk'
require 'aws-sdk-v1'
require 'capistrano/dsl'

load File.expand_path("../tasks/elbas.rake", __FILE__)
Expand Down
2 changes: 1 addition & 1 deletion lib/elbas/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Elbas
VERSION = '0.24.0'
VERSION = '0.25.0'
end

0 comments on commit 50a261c

Please sign in to comment.