Skip to content

Commit

Permalink
Clean up vendor folder and update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
surybala committed Jul 21, 2015
1 parent 1e10c2d commit 6c8e4f3
Show file tree
Hide file tree
Showing 903 changed files with 11 additions and 212,763 deletions.
19 changes: 3 additions & 16 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,10 @@
#disable_system_gems

source 'http://rubygems.org'
# our dependencies
gem 'json_pure'
gem 'gli'
gem 'aws-sdk-core'
gem 'codedeploy-commands'
gem 'rubyzip'
gem 'rake'
gem 'archive-tar-minitar'
gem 'logging'
gem 'process_manager'

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

group :test do
gem 'test-unit'
Expand Down
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ require 'rake/testtask'
require 'rspec/core/rake_task'
require 'rubygems'

# Check Ruby syntax in bin/ and lib/

# Run all units tests in test/
desc "Run unit tests in test/"
Rake::TestTask.new(:test) do |t|
Expand Down
14 changes: 8 additions & 6 deletions codedeploy_agent-1.1.0.gemspec
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
14 changes: 0 additions & 14 deletions vendor/gems/archive-tar-minitar-0.5.2/ChangeLog

This file was deleted.

6 changes: 0 additions & 6 deletions vendor/gems/archive-tar-minitar-0.5.2/Install

This file was deleted.

66 changes: 0 additions & 66 deletions vendor/gems/archive-tar-minitar-0.5.2/README

This file was deleted.

113 changes: 0 additions & 113 deletions vendor/gems/archive-tar-minitar-0.5.2/Rakefile

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/gems/archive-tar-minitar-0.5.2/bin/minitar

This file was deleted.

Loading

0 comments on commit 6c8e4f3

Please sign in to comment.