Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Commit 54a9765

Browse files
authored
Update rexer.gemspec
1 parent 3f616d4 commit 54a9765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rexer.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
77
spec.email = ["hidakatsuya@gmail.com"]
88

99
spec.summary = "A command-line tool for managing Redmine Plugins and Themes"
10-
spec.description = "Rexer is a command-line tool for managing Redmine Extension (Plugin and Themes). It allows you to define extensions in a Ruby DSL and install, uninstall, update, and switch between different sets of the extensions."
10+
spec.description = "Rexer is a command-line tool for managing Redmine Extensions (Plugins and Themes). It allows you to define extensions in a Ruby DSL and install, uninstall, update, and switch between different sets of the extensions."
1111
spec.homepage = "https://github.com/hidakatsuya/rexer"
1212
spec.license = "MIT"
1313
spec.required_ruby_version = ">= 3.1.0"

0 commit comments

Comments
 (0)