Skip to content

Commit

Permalink
Refs mitchellh#539: Use fog-aws
Browse files Browse the repository at this point in the history
  • Loading branch information
rconde-bt committed Nov 30, 2020
1 parent 43e7ec2 commit c3c044f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ group :development do
end

group :plugins do
gem "vagrant-aws" , path: "."
gemspec
end
2 changes: 1 addition & 1 deletion lib/vagrant-aws/action/connect_aws.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "fog"
require "fog-aws"
require "log4r"

module VagrantPlugins
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-aws/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module AWS
VERSION = '0.7.2'
VERSION = '1.0.0'
end
end
2 changes: 1 addition & 1 deletion vagrant-aws.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "vagrant-aws"

s.add_runtime_dependency "fog", "~> 1.22"
s.add_runtime_dependency "fog-aws", "~> 3.0"
s.add_runtime_dependency "iniparse", "~> 1.4", ">= 1.4.2"

s.add_development_dependency "rake"
Expand Down

0 comments on commit c3c044f

Please sign in to comment.