Skip to content

Commit

Permalink
Merge pull request #31 from inspec/slim
Browse files Browse the repository at this point in the history
Don't ship the readme.md in the gem artifact
  • Loading branch information
tas50 authored Oct 31, 2019
2 parents 7017cad + 0146cd8 commit 41b8fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions train-aws.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Gem::Specification.new do |spec|
spec.authors = ["Chef InSpec Team"]
spec.email = ["[email protected]"]
spec.summary = "AWS API Transport for Train"
spec.description = "Allows applictaions using Train to speak to AWS; handles authentication, cacheing, and SDK dependency management."
spec.description = "Allows applications using Train to speak to AWS; handles authentication, cacheing, and SDK dependency management."
spec.homepage = "https://github.com/inspec/train-aws"
spec.license = "Apache-2.0"

# Though complicated-looking, this is pretty standard for a gemspec.
# It just filters what will actually be packaged in the gem (leaving
# out tests, etc)
spec.files = %w{
README.md train-aws.gemspec Gemfile
train-aws.gemspec Gemfile
} + Dir.glob(
"lib/**/*", File::FNM_DOTMATCH
).reject { |f| File.directory?(f) }
Expand Down

0 comments on commit 41b8fa2

Please sign in to comment.