Skip to content

Commit

Permalink
Reintroduce ruby platform releases
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Nov 13, 2023
1 parent 2964b48 commit 2d522df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# frozen_string_literal: true

# Gem Spec
require "bundler"
require "bundler/gem_tasks"
COMMONMARKER_SPEC = Bundler.load_gemspec("commonmarker.gemspec")

# Packaging
require "bundler/gem_tasks"
require "rubygems/package_task"
gem_path = Gem::PackageTask.new(COMMONMARKER_SPEC).define
desc "Package the Ruby gem"
task "package" => [gem_path]

0 comments on commit 2d522df

Please sign in to comment.