Skip to content

Commit

Permalink
Add Gemfile and gemspec to gem build files so rpm can be built.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 committed Jul 15, 2024
1 parent 773323e commit 76aac4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog-vsphere.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.license = 'MIT'

spec.files = Dir['lib/**/*'] +
['LICENSE.md', 'Rakefile', 'README.md', 'CHANGELOG.md', 'CONTRIBUTORS.md']
['LICENSE.md', 'Rakefile', 'README.md', 'CHANGELOG.md', 'CONTRIBUTORS.md', 'Gemfile', 'fog-vsphere.gemspec']
spec.test_files = Dir['tests/**/*']

spec.require_paths = ['lib']
Expand Down

0 comments on commit 76aac4f

Please sign in to comment.