Skip to content

Commit

Permalink
Update ruby-gettext-setup to 0.28.
Browse files Browse the repository at this point in the history
0.27
* Fix spelling on config-sample.yaml
* Allow pot task to take a filename
* (maint) Fix failing locale test
* Rake task to merge .pot files
* (PUP-7881) Put default locales at the front of available_locales

0.28
* (maint) Convert named parameters to hash
* (maint) Deleting transient fixtures
  • Loading branch information
taca committed Sep 2, 2017
1 parent 0d56410 commit d339c40
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-gettext-setup/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2017/07/13 15:28:06 taca Exp $
# $NetBSD: Makefile,v 1.3 2017/09/02 15:22:29 taca Exp $

DISTNAME= gettext-setup-0.26
DISTNAME= gettext-setup-0.28
CATEGORIES= devel

MAINTAINER= [email protected]
Expand Down
6 changes: 5 additions & 1 deletion devel/ruby-gettext-setup/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2017/07/13 15:28:06 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2017/09/02 15:22:29 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
Expand All @@ -17,13 +17,17 @@ ${GEM_LIBDIR}/spec/fixtures/fixture_locales/test_strings.rb
${GEM_LIBDIR}/spec/fixtures/locales/config.yaml
${GEM_LIBDIR}/spec/fixtures/locales/de/sinatra-i18n.po
${GEM_LIBDIR}/spec/fixtures/locales/sinatra-i18n.pot
${GEM_LIBDIR}/spec/fixtures/merge_locales/config.yaml
${GEM_LIBDIR}/spec/fixtures/spec_locales/config.yaml
${GEM_LIBDIR}/spec/fixtures/spec_locales/sinatra-i18n.pot
${GEM_LIBDIR}/spec/fixtures/string_changes/add.pot
${GEM_LIBDIR}/spec/fixtures/string_changes/change.pot
${GEM_LIBDIR}/spec/fixtures/string_changes/non_string_changes.pot
${GEM_LIBDIR}/spec/fixtures/string_changes/old.pot
${GEM_LIBDIR}/spec/fixtures/string_changes/remove.pot
${GEM_LIBDIR}/spec/fixtures/tmp_locales/config.yaml
${GEM_LIBDIR}/spec/fixtures/tmp_locales/de/sinatra-i18n.po
${GEM_LIBDIR}/spec/fixtures/tmp_locales/sinatra-i18n.pot
${GEM_LIBDIR}/spec/lib/gettext-setup/gettext_setup_spec.rb
${GEM_LIBDIR}/spec/lib/gettext-setup/metadata_pot_spec.rb
${GEM_LIBDIR}/spec/lib/gettext-setup/pot_spec.rb
Expand Down
10 changes: 5 additions & 5 deletions devel/ruby-gettext-setup/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2017/07/13 15:28:06 taca Exp $
$NetBSD: distinfo,v 1.3 2017/09/02 15:22:29 taca Exp $

SHA1 (gettext-setup-0.26.gem) = c5a2e3024c9da36fd88261d15b77c8bd62ce3364
RMD160 (gettext-setup-0.26.gem) = cc2ff6b2eb586b55c9ac06679ffd19e9744b827a
SHA512 (gettext-setup-0.26.gem) = 59fd66db0a2d5b9167fe14abf39541ce21810f38503ac5498c9f0b4dc592fb8d6c537041179e441696f410a86b35716b9935bc4e2a366e248c15efc3f75b8fde
Size (gettext-setup-0.26.gem) = 16384 bytes
SHA1 (gettext-setup-0.28.gem) = 963c7539b46d0cdf1c63b207c24915763345c79a
RMD160 (gettext-setup-0.28.gem) = 9a166491f63d4d7778793022c055f06986d0a8a5
SHA512 (gettext-setup-0.28.gem) = cf91d40107cdd5b297a546e7c058c232dde69a2fcaa19608e7b0965deb6516b921f675fe8d2c18a5427ad2e61ee0a33d8f5d99611904cfca99e63517e55d6776
Size (gettext-setup-0.28.gem) = 17920 bytes

0 comments on commit d339c40

Please sign in to comment.