Skip to content

Commit 6c8e4f3

Browse files
committed
Clean up vendor folder and update gemspec
1 parent 1e10c2d commit 6c8e4f3

File tree

903 files changed

+11
-212763
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

903 files changed

+11
-212763
lines changed

Gemfile

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,10 @@
44
#disable_system_gems
55

66
source 'http://rubygems.org'
7-
# our dependencies
8-
gem 'json_pure'
9-
gem 'gli'
10-
gem 'aws-sdk-core'
11-
gem 'codedeploy-commands'
12-
gem 'rubyzip'
13-
gem 'rake'
14-
gem 'archive-tar-minitar'
15-
gem 'logging'
16-
gem 'process_manager'
177

18-
group :development do
19-
# this doesn't need to be a global or even a standard dependency
20-
# use it if you need it, but don't commit it.
21-
# gem 'ruby-debug', :require => nil
22-
# gem 'ruby-debug-base', :require => nil
23-
end
8+
gemspec
9+
gem "process_manager", "0.0.13", :path => "#{File.expand_path(__FILE__)}/../vendor/gems/process_manager-0.0.13"
10+
gem "codedeploy-commands", "1.0.0", :path => "#{File.expand_path(__FILE__)}/../vendor/gems/codedeploy-commands-1.0.0"
2411

2512
group :test do
2613
gem 'test-unit'

Rakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ require 'rake/testtask'
33
require 'rspec/core/rake_task'
44
require 'rubygems'
55

6-
# Check Ruby syntax in bin/ and lib/
7-
86
# Run all units tests in test/
97
desc "Run unit tests in test/"
108
Rake::TestTask.new(:test) do |t|

codedeploy_agent-1.1.0.gemspec

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
Gem::Specification.new do |spec|
2-
spec.name = 'codedeploy_agent'
2+
spec.name = 'aws_codedeploy_agent'
33
spec.version = 0.1
4-
spec.summary = 'packages codedeploy agent libraries'
5-
spec.description = 'codedeploy agent is responsible for doing the actual work of deploying software on an individual EC2 instance'
4+
spec.summary = 'Packages AWS CodeDeploy agent libraries'
5+
spec.description = 'AWS CodeDeploy agent is responsible for doing the actual work of deploying software on an individual EC2 instance'
66
spec.author = 'Amazon Web Services'
7-
spec.files = FileList["lib/**/*", "bin/**/*", "conf/**/*", "vendor/**/*"]
7+
spec.files = Dir['{lib,bin,conf,vendor}/**/*']
8+
spec.homepage = "https://github.com/aws/aws-codedeploy-agent"
89
spec.bindir = ['bin']
910
spec.require_paths = ['lib']
10-
spec.required_ruby_version = '~> 1.9'
11+
1112
spec.add_dependency('gli', '~> 2.5')
1213
spec.add_dependency('json_pure', '~> 1.6')
1314
spec.add_dependency('archive-tar-minitar', '~> 0.5.2')
1415
spec.add_dependency('rubyzip', '~> 1.1.0')
1516
spec.add_dependency('rake', '~> 0.9')
1617
spec.add_dependency('logging', '~>1.8')
17-
spec.add_dependency('aws-sdk-core', '~>2.0')
18+
spec.add_dependency('aws-sdk-core', '~>2.1.0')
19+
spec.add_dependency('simple_pid', '~> 0.2.1')
1820
end

vendor/gems/archive-tar-minitar-0.5.2/ChangeLog

Lines changed: 0 additions & 14 deletions
This file was deleted.

vendor/gems/archive-tar-minitar-0.5.2/Install

Lines changed: 0 additions & 6 deletions
This file was deleted.

vendor/gems/archive-tar-minitar-0.5.2/README

Lines changed: 0 additions & 66 deletions
This file was deleted.

vendor/gems/archive-tar-minitar-0.5.2/Rakefile

Lines changed: 0 additions & 113 deletions
This file was deleted.

vendor/gems/archive-tar-minitar-0.5.2/bin/minitar

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)