-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up vendor folder and update gemspec
- Loading branch information
Showing
903 changed files
with
11 additions
and
212,763 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
Gem::Specification.new do |spec| | ||
spec.name = 'codedeploy_agent' | ||
spec.name = 'aws_codedeploy_agent' | ||
spec.version = 0.1 | ||
spec.summary = 'packages codedeploy agent libraries' | ||
spec.description = 'codedeploy agent is responsible for doing the actual work of deploying software on an individual EC2 instance' | ||
spec.summary = 'Packages AWS CodeDeploy agent libraries' | ||
spec.description = 'AWS CodeDeploy agent is responsible for doing the actual work of deploying software on an individual EC2 instance' | ||
spec.author = 'Amazon Web Services' | ||
spec.files = FileList["lib/**/*", "bin/**/*", "conf/**/*", "vendor/**/*"] | ||
spec.files = Dir['{lib,bin,conf,vendor}/**/*'] | ||
spec.homepage = "https://github.com/aws/aws-codedeploy-agent" | ||
spec.bindir = ['bin'] | ||
spec.require_paths = ['lib'] | ||
spec.required_ruby_version = '~> 1.9' | ||
|
||
spec.add_dependency('gli', '~> 2.5') | ||
spec.add_dependency('json_pure', '~> 1.6') | ||
spec.add_dependency('archive-tar-minitar', '~> 0.5.2') | ||
spec.add_dependency('rubyzip', '~> 1.1.0') | ||
spec.add_dependency('rake', '~> 0.9') | ||
spec.add_dependency('logging', '~>1.8') | ||
spec.add_dependency('aws-sdk-core', '~>2.0') | ||
spec.add_dependency('aws-sdk-core', '~>2.1.0') | ||
spec.add_dependency('simple_pid', '~> 0.2.1') | ||
end |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.