Skip to content

Commit 0bbad34

Browse files
committed
update metadata to point to new github org
1 parent 1ecb656 commit 0bbad34

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.0.3
4+
5+
* **Internal**
6+
* Move repo ownership to format-message org
7+
38
## 0.0.2
49

510
* **New Feature**

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The [ICU Message Format][icu-message] is a great format for user-visible strings
2929

3030
## Contributing
3131

32-
1. Fork it ( https://github.com/thetalecrafter/message-format-rb/fork )
32+
1. Fork it ( https://github.com/format-message/message-format-rb/fork )
3333
2. Create your feature branch (`git checkout -b my-new-feature`)
3434
3. Commit your changes (`git commit -am 'Add some feature'`)
3535
4. Push to the branch (`git push origin my-new-feature`)
@@ -43,5 +43,5 @@ This software is free to use under the MIT license. See the [LICENSE.txt file][L
4343
[icu-cpp]: http://icu-project.org/apiref/icu4c/classicu_1_1MessageFormat.html
4444
[icu-php]: http://php.net/manual/en/class.messageformatter.php
4545
[icu-java]: http://icu-project.org/apiref/icu4j/
46-
[icu-javascript]: https://github.com/thetalecrafter/message-format
47-
[LICENSE]: https://github.com/thetalecrafter/message-format-rb/blob/master/LICENSE.txt
46+
[icu-javascript]: https://github.com/format-message/message-format
47+
[LICENSE]: https://github.com/format-message/message-format-rb/blob/master/LICENSE.txt

lib/message_format/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MessageFormat
2-
VERSION = "0.0.2"
2+
VERSION = "0.0.3"
33
end

message_format.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.email = ["andy@instructure.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.}
13-
spec.homepage = "https://github.com/thetalecrafter/message-format-rb"
13+
spec.homepage = "https://github.com/format-message/message-format-rb"
1414
spec.license = "MIT"
1515

1616
spec.files = `git ls-files -z`.split("\x0")

0 commit comments

Comments
 (0)