Skip to content

Commit

Permalink
Fix aws-sdk-resources Gemspec
Browse files Browse the repository at this point in the history
Rename aws.rb to aws-v3.rb in executables.
  • Loading branch information
awood45 committed Aug 30, 2017
1 parent bbd1932 commit 9ea447b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gems/aws-sdk-resources/aws-sdk-resources.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.email = ['[email protected]']
spec.files = Dir['lib/**/*.rb']
spec.bindir = 'bin'
spec.executables << 'aws.rb'
spec.executables << 'aws-v3.rb'

# service gems
spec.add_dependency('aws-sdk-acm', '~> 1')
Expand Down

0 comments on commit 9ea447b

Please sign in to comment.