Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
6 changes: 3 additions & 3 deletions right_aws.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Gem::Specification.new do |spec|
spec.authors = ['RightScale, Inc.']
spec.email = 'support@rightscale.com'
spec.summary = 'Interface classes for the Amazon EC2, SQS, and S3 Web Services'
spec.rdoc_options = ['--main', 'README.txt', '--title', '']
spec.extra_rdoc_files = ['README.txt']
spec.rdoc_options = ['--main', 'README.rdoc', '--title', '']
spec.extra_rdoc_files = ['README.rdoc']
spec.required_ruby_version = '>= 1.8.7'
spec.require_path = 'lib'

Expand Down Expand Up @@ -85,7 +85,7 @@ The RightScale AWS gems comprise:
- Test suite (requires AWS account to do "live" testing).
EOF

candidates = Dir.glob('{lib,test}/**/*') + ['History.txt', 'Manifest.txt', 'README.txt', 'Rakefile', 'right_aws.gemspec']
candidates = Dir.glob('{lib,test}/**/*') + ['History.txt', 'Manifest.txt', 'README.rdoc', 'Rakefile', 'right_aws.gemspec']
spec.files = candidates.sort
spec.test_files = Dir.glob('test/**/*')
end