Skip to content

Commit

Permalink
spec file update
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam-cb committed Jun 11, 2024
1 parent b74ca69 commit 48950ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hello_world_gem.gemspec → test-gem-publish.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Gem::Specification.new do |spec|
spec.description = %q{A simple Hello World gem for demonstration purposes}
spec.homepage = "http://example.com/hello_world_gem"
spec.license = "MIT"

spec.files = Dir["lib/**/*.rb"]
spec.bindir = "exe"
spec.executables = spec.name
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 2.4", '< 2.5'
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.7"
spec.add_development_dependency "minitest", "~> 5.0"

spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
end

0 comments on commit 48950ed

Please sign in to comment.