Skip to content

Commit

Permalink
Merge pull request #28 from ksss/publish-rbs
Browse files Browse the repository at this point in the history
Publish RBS
  • Loading branch information
hsbt authored Nov 19, 2024
2 parents ef29bdb + b7f6bca commit 764192c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prime.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ruby/prime"
spec.licenses = ["Ruby", "BSD-2-Clause"]

spec.files = ["LICENSE.txt", "README.md", "Rakefile", "lib/prime.rb", "prime.gemspec"]
spec.files = ["LICENSE.txt", "README.md", "Rakefile", "lib/prime.rb", "prime.gemspec", "sig/integer-extension.rbs", "sig/manifest.yaml", "sig/prime.rbs"]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
Expand Down

0 comments on commit 764192c

Please sign in to comment.