Skip to content

Commit 9ff772e

Browse files
committed
fix author email
1 parent 806054e commit 9ff772e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message_format.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.name = "message_format"
88
spec.version = MessageFormat::VERSION
99
spec.authors = ["Andy VanWagoner"]
10-
spec.email = ["andy@instructure.com"]
10+
spec.email = ["andy@thetalecrafter.com"]
1111
spec.summary = %q{Parse and format i18n messages using ICU MessageFormat patterns}
1212
spec.description = %q{Parse and format i18n messages using ICU MessageFormat patterns, including simple placeholders, number and date placeholders, and selecting among submessages for gender and plural arguments.}
1313
spec.homepage = "https://github.com/format-message/message-format-rb"

0 commit comments

Comments
 (0)