summaryrefslogtreecommitdiff
path: root/asciidoctor-pdf.gemspec
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-02-27 15:55:00 -0700
committerDan Allen <dan.j.allen@gmail.com>2021-02-27 15:55:00 -0700
commit6db8161a6818d68c106a0d9812d5bd1bda30661c (patch)
treef54a21a208b3c5a5d9d2f5b3a6bb027e5ed2362c /asciidoctor-pdf.gemspec
parent481228b7afd8fcaebb3298fac50ef7849f16f82d (diff)
prepare branch to be renamed from master to main
Diffstat (limited to 'asciidoctor-pdf.gemspec')
-rw-r--r--asciidoctor-pdf.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec
index 727aaeb9..18c33e82 100644
--- a/asciidoctor-pdf.gemspec
+++ b/asciidoctor-pdf.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
#s.required_ruby_version = '>= 2.5.0'
s.metadata = {
'bug_tracker_uri' => 'https://github.com/asciidoctor/asciidoctor-pdf/issues',
- 'changelog_uri' => 'https://github.com/asciidoctor/asciidoctor-pdf/blob/master/CHANGELOG.adoc',
+ 'changelog_uri' => 'https://github.com/asciidoctor/asciidoctor-pdf/blob/main/CHANGELOG.adoc',
'mailing_list_uri' => 'http://discuss.asciidoctor.org',
'source_code_uri' => 'https://github.com/asciidoctor/asciidoctor-pdf'
}
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'asciidoctor', '~> 2.0'
s.add_runtime_dependency 'prawn', '~> 2.4.0'
- # NOTE must use prawn-table from master branch (defined in Gemfile) for full functionality
+ # NOTE must use prawn-table from head (defined in Gemfile) for full functionality
s.add_runtime_dependency 'prawn-table', '~> 0.2.0'
s.add_runtime_dependency 'prawn-templates', '~> 0.1.0'
s.add_runtime_dependency 'prawn-svg', '~> 0.31.0'