Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Add package task
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Jul 20, 2023
1 parent 4cd8331 commit 78aa3d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,8 @@ task :benchmark do
$LOAD_PATH.unshift("lib")
load "script/benchmark.rb"
end

GEMSPEC = Bundler.load_gemspec("mathematical.gemspec")
gem_path = Gem::PackageTask.new(GEMSPEC).define
desc "Package the ruby gem"
task "package" => [gem_path]

0 comments on commit 78aa3d9

Please sign in to comment.