Skip to content

Commit

Permalink
Change gem name in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Nov 7, 2023
1 parent 1ad6cdb commit bf603ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prawn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ basedir = __dir__
require "#{basedir}/lib/prawn/version"

Gem::Specification.new do |spec|
spec.name = 'prawn'
spec.name = 'prawn-continued'
spec.version = Prawn::VERSION
spec.platform = Gem::Platform::RUBY
spec.summary = 'A fast and nimble PDF generator for Ruby'
Expand Down

0 comments on commit bf603ba

Please sign in to comment.