summaryrefslogtreecommitdiff
path: root/devel/ruby-gettext
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2009-12-07 12:09:20 +0000
committerfhajny <fhajny@pkgsrc.org>2009-12-07 12:09:20 +0000
commit6bc6f1212fe9fc0fc49fe569ddfad5db648a5f8e (patch)
tree93614ac19821034f755bb8ac06f2d0f26f695b68 /devel/ruby-gettext
parentc222f1a79aa88feaf5cbd752dd59058be9c869f8 (diff)
downloadpkgsrc-6bc6f1212fe9fc0fc49fe569ddfad5db648a5f8e.tar.gz
Updated ruby-gettext to 2.1.0.
Too many changes to report here. As of 2.0.0, some functionality has been split off into ruby-locale, and Rails related functionality is now in ruby-gettext-activerecord and ruby-gettext-rails.
Diffstat (limited to 'devel/ruby-gettext')
-rw-r--r--devel/ruby-gettext/Makefile10
-rw-r--r--devel/ruby-gettext/PLIST850
-rw-r--r--devel/ruby-gettext/distinfo8
3 files changed, 237 insertions, 631 deletions
diff --git a/devel/ruby-gettext/Makefile b/devel/ruby-gettext/Makefile
index 35a69bdd195..b92ff78d2cd 100644
--- a/devel/ruby-gettext/Makefile
+++ b/devel/ruby-gettext/Makefile
@@ -1,12 +1,18 @@
-# $NetBSD: Makefile,v 1.8 2008/09/15 18:09:29 taca Exp $
+# $NetBSD: Makefile,v 1.9 2009/12/07 12:09:20 fhajny Exp $
-DISTNAME= gettext-1.93.0
+DISTNAME= gettext-2.1.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gettext.rubyforge.org/
COMMENT= Ruby localization library like as GNU gettext
+LICENSE= ruby-license
+
+DEPENDS+= ${RUBY_PKGPREFIX}-locale>=2.0.5:../../devel/ruby-locale
+
+post-extract:
+ cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-gettext/PLIST b/devel/ruby-gettext/PLIST
index c234f3e4c80..ae8d6ce5563 100644
--- a/devel/ruby-gettext/PLIST
+++ b/devel/ruby-gettext/PLIST
@@ -1,225 +1,102 @@
-@comment $NetBSD: PLIST,v 1.7 2009/06/14 18:48:16 joerg Exp $
+@comment $NetBSD: PLIST,v 1.8 2009/12/07 12:09:20 fhajny Exp $
bin/rgettext
bin/rmsgfmt
bin/rmsgmerge
${GEM_HOME}/cache/gettext-${PKGVERSION}.gem
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/ChangeLog
-${GEM_LIBDIR}/NEWS
-${GEM_LIBDIR}/README
+${GEM_LIBDIR}/ChangeLog-1
+${GEM_LIBDIR}/NEWS-1
+${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/benchmark/1.93.0.txt
+${GEM_LIBDIR}/benchmark/2.0.0.txt
+${GEM_LIBDIR}/benchmark/2.0.4.txt
+${GEM_LIBDIR}/benchmark/2.1.0.txt
+${GEM_LIBDIR}/benchmark/benchmark.rb
+${GEM_LIBDIR}/benchmark/test.rb
${GEM_LIBDIR}/bin/rgettext
${GEM_LIBDIR}/bin/rmsgfmt
${GEM_LIBDIR}/bin/rmsgmerge
-${GEM_LIBDIR}/data/locale/bg/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/bg/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/bs/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/bs/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/ca/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/ca/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/cs/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/cs/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/de/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/de/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/el/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/el/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/eo/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/eo/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/es/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/es/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/et/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/et/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/fr/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/fr/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/hr/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/hr/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/hu/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/hu/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/it/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/it/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/ja/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/ja/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/ko/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/ko/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/lv/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/lv/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/nb/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/nb/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/nl/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/nl/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/pt_BR/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/pt_BR/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/ru/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/ru/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/sr/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/sr/LC_MESSAGES/rgettext.mo
${GEM_LIBDIR}/data/locale/sv/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/ua/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/ua/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/vi/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/vi/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/zh/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/zh/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/data/locale/zh_TW/LC_MESSAGES/rails.mo
${GEM_LIBDIR}/data/locale/zh_TW/LC_MESSAGES/rgettext.mo
-${GEM_LIBDIR}/doc/classes/ActionView/Helpers/FormBuilder.html
-${GEM_LIBDIR}/doc/classes/ActionView/TemplateFinder.html
-${GEM_LIBDIR}/doc/classes/ActiveRecord/Base.html
-${GEM_LIBDIR}/doc/classes/ActiveRecord/ConnectionAdapters/Column.html
-${GEM_LIBDIR}/doc/classes/ActiveRecord/Migration.html
-${GEM_LIBDIR}/doc/classes/GetText.html
-${GEM_LIBDIR}/doc/classes/GetText/ActiveRecordParser.html
-${GEM_LIBDIR}/doc/classes/GetText/Container.html
-${GEM_LIBDIR}/doc/classes/GetText/ErbContainer.html
-${GEM_LIBDIR}/doc/classes/GetText/ErbParser.html
-${GEM_LIBDIR}/doc/classes/GetText/GladeParser.html
-${GEM_LIBDIR}/doc/classes/GetText/NoboundTextDomainError.html
-${GEM_LIBDIR}/doc/classes/GetText/PoParser.html
-${GEM_LIBDIR}/doc/classes/GetText/Rails.html
-${GEM_LIBDIR}/doc/classes/GetText/RubyParser.html
-${GEM_LIBDIR}/doc/classes/GetText/TextDomain.html
-${GEM_LIBDIR}/doc/classes/GetText/TextDomainManager.html
-${GEM_LIBDIR}/doc/classes/Iconv.html
-${GEM_LIBDIR}/doc/classes/Iconv/Failure.html
-${GEM_LIBDIR}/doc/classes/Iconv/IllegalSequence.html
-${GEM_LIBDIR}/doc/classes/Iconv/InvalidCharacter.html
-${GEM_LIBDIR}/doc/classes/Iconv/InvalidEncoding.html
-${GEM_LIBDIR}/doc/classes/Locale.html
-${GEM_LIBDIR}/doc/classes/Locale/Object.html
-${GEM_LIBDIR}/doc/classes/Locale/SystemBase.html
-${GEM_LIBDIR}/doc/classes/Locale/SystemCGI.html
-${GEM_LIBDIR}/doc/classes/Locale/SystemJRuby.html
-${GEM_LIBDIR}/doc/classes/Locale/SystemPosix.html
-${GEM_LIBDIR}/doc/classes/Locale/SystemWin32.html
-${GEM_LIBDIR}/doc/classes/Locale/SystemWin32Table.html
-${GEM_LIBDIR}/doc/classes/MOFile.html
-${GEM_LIBDIR}/doc/classes/MOFile/HeaderRev1.html
-${GEM_LIBDIR}/doc/classes/MOFile/InvalidFormat.html
-${GEM_LIBDIR}/doc/classes/Module.html
-${GEM_LIBDIR}/doc/classes/String.html
-${GEM_LIBDIR}/doc/created.rid
-${GEM_LIBDIR}/doc/files/ChangeLog.html
-${GEM_LIBDIR}/doc/files/README.html
-${GEM_LIBDIR}/doc/files/lib/gettext/active_record_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/cgi_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/container_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/erb_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/iconv_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/mo_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/parser/active_record_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/parser/erb_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/parser/glade_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/parser/ruby_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/poparser_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/rails_compat_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/rails_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/rgettext_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/rmsgfmt_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/rmsgmerge_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/string_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/textdomain_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/textdomainmanager_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/utils_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext/version_rb.html
-${GEM_LIBDIR}/doc/files/lib/gettext_rb.html
-${GEM_LIBDIR}/doc/files/lib/locale/base_rb.html
-${GEM_LIBDIR}/doc/files/lib/locale/cgi_rb.html
-${GEM_LIBDIR}/doc/files/lib/locale/jruby_rb.html
-${GEM_LIBDIR}/doc/files/lib/locale/object_rb.html
-${GEM_LIBDIR}/doc/files/lib/locale/posix_rb.html
-${GEM_LIBDIR}/doc/files/lib/locale/win32_rb.html
-${GEM_LIBDIR}/doc/files/lib/locale/win32_table_rb.html
-${GEM_LIBDIR}/doc/files/lib/locale_rb.html
-${GEM_LIBDIR}/doc/fr_class_index.html
-${GEM_LIBDIR}/doc/fr_file_index.html
-${GEM_LIBDIR}/doc/fr_method_index.html
-${GEM_LIBDIR}/doc/index.html
-${GEM_LIBDIR}/doc/rdoc-style.css
+${GEM_LIBDIR}/gettext.gemspec
${GEM_LIBDIR}/lib/gettext.rb
-${GEM_LIBDIR}/lib/gettext/active_record.rb
${GEM_LIBDIR}/lib/gettext/cgi.rb
-${GEM_LIBDIR}/lib/gettext/container.rb
-${GEM_LIBDIR}/lib/gettext/erb.rb
-${GEM_LIBDIR}/lib/gettext/iconv.rb
-${GEM_LIBDIR}/lib/gettext/mo.rb
-${GEM_LIBDIR}/lib/gettext/parser/active_record.rb
+${GEM_LIBDIR}/lib/gettext/core_ext/iconv.rb
+${GEM_LIBDIR}/lib/gettext/core_ext/string.rb
${GEM_LIBDIR}/lib/gettext/parser/erb.rb
${GEM_LIBDIR}/lib/gettext/parser/glade.rb
${GEM_LIBDIR}/lib/gettext/parser/ruby.rb
-${GEM_LIBDIR}/lib/gettext/poparser.rb
-${GEM_LIBDIR}/lib/gettext/rails.rb
-${GEM_LIBDIR}/lib/gettext/rails_compat.rb
-${GEM_LIBDIR}/lib/gettext/rgettext.rb
-${GEM_LIBDIR}/lib/gettext/rmsgfmt.rb
-${GEM_LIBDIR}/lib/gettext/rmsgmerge.rb
-${GEM_LIBDIR}/lib/gettext/string.rb
-${GEM_LIBDIR}/lib/gettext/textdomain.rb
-${GEM_LIBDIR}/lib/gettext/textdomainmanager.rb
+${GEM_LIBDIR}/lib/gettext/runtime/class_info.rb
+${GEM_LIBDIR}/lib/gettext/runtime/locale_path.rb
+${GEM_LIBDIR}/lib/gettext/runtime/mofile.rb
+${GEM_LIBDIR}/lib/gettext/runtime/textdomain.rb
+${GEM_LIBDIR}/lib/gettext/runtime/textdomain_group.rb
+${GEM_LIBDIR}/lib/gettext/runtime/textdomain_manager.rb
+${GEM_LIBDIR}/lib/gettext/tools.rb
+${GEM_LIBDIR}/lib/gettext/tools/parser/erb.rb
+${GEM_LIBDIR}/lib/gettext/tools/parser/glade.rb
+${GEM_LIBDIR}/lib/gettext/tools/parser/ruby.rb
+${GEM_LIBDIR}/lib/gettext/tools/pomessage.rb
+${GEM_LIBDIR}/lib/gettext/tools/poparser.rb
+${GEM_LIBDIR}/lib/gettext/tools/rgettext.rb
+${GEM_LIBDIR}/lib/gettext/tools/rmsgfmt.rb
+${GEM_LIBDIR}/lib/gettext/tools/rmsgmerge.rb
${GEM_LIBDIR}/lib/gettext/utils.rb
${GEM_LIBDIR}/lib/gettext/version.rb
-${GEM_LIBDIR}/lib/locale.rb
-${GEM_LIBDIR}/lib/locale/base.rb
-${GEM_LIBDIR}/lib/locale/cgi.rb
-${GEM_LIBDIR}/lib/locale/jruby.rb
-${GEM_LIBDIR}/lib/locale/object.rb
-${GEM_LIBDIR}/lib/locale/posix.rb
-${GEM_LIBDIR}/lib/locale/win32.rb
-${GEM_LIBDIR}/lib/locale/win32_table.rb
-${GEM_LIBDIR}/po/bg/rails.po
${GEM_LIBDIR}/po/bg/rgettext.po
-${GEM_LIBDIR}/po/bs/rails.po
${GEM_LIBDIR}/po/bs/rgettext.po
-${GEM_LIBDIR}/po/ca/rails.po
${GEM_LIBDIR}/po/ca/rgettext.po
-${GEM_LIBDIR}/po/cs/rails.po
${GEM_LIBDIR}/po/cs/rgettext.po
-${GEM_LIBDIR}/po/de/rails.po
${GEM_LIBDIR}/po/de/rgettext.po
-${GEM_LIBDIR}/po/el/rails.po
${GEM_LIBDIR}/po/el/rgettext.po
-${GEM_LIBDIR}/po/eo/rails.po
${GEM_LIBDIR}/po/eo/rgettext.po
-${GEM_LIBDIR}/po/es/rails.po
${GEM_LIBDIR}/po/es/rgettext.po
-${GEM_LIBDIR}/po/et/rails.po
${GEM_LIBDIR}/po/et/rgettext.po
-${GEM_LIBDIR}/po/fr/rails.po
${GEM_LIBDIR}/po/fr/rgettext.po
-${GEM_LIBDIR}/po/hr/rails.po
${GEM_LIBDIR}/po/hr/rgettext.po
-${GEM_LIBDIR}/po/hu/rails.po
${GEM_LIBDIR}/po/hu/rgettext.po
-${GEM_LIBDIR}/po/it/rails.po
${GEM_LIBDIR}/po/it/rgettext.po
-${GEM_LIBDIR}/po/ja/rails.po
${GEM_LIBDIR}/po/ja/rgettext.po
-${GEM_LIBDIR}/po/lv/rails.po
-${GEM_LIBDIR}/po/lv/rgettext.po
-${GEM_LIBDIR}/po/ko/rails.po
${GEM_LIBDIR}/po/ko/rgettext.po
-${GEM_LIBDIR}/po/nb/rails.po
+${GEM_LIBDIR}/po/lv/rgettext.po
${GEM_LIBDIR}/po/nb/rgettext.po
-${GEM_LIBDIR}/po/nl/rails.po
${GEM_LIBDIR}/po/nl/rgettext.po
-${GEM_LIBDIR}/po/pt_BR/rails.po
${GEM_LIBDIR}/po/pt_BR/rgettext.po
-${GEM_LIBDIR}/po/rails.pot
${GEM_LIBDIR}/po/rgettext.pot
-${GEM_LIBDIR}/po/ru/rails.po
${GEM_LIBDIR}/po/ru/rgettext.po
-${GEM_LIBDIR}/po/sr/rails.po
${GEM_LIBDIR}/po/sr/rgettext.po
${GEM_LIBDIR}/po/sv/rgettext.po
-${GEM_LIBDIR}/po/ua/rails.po
${GEM_LIBDIR}/po/ua/rgettext.po
-${GEM_LIBDIR}/po/vi/rails.po
${GEM_LIBDIR}/po/vi/rgettext.po
-${GEM_LIBDIR}/po/zh/rails.po
${GEM_LIBDIR}/po/zh/rgettext.po
-${GEM_LIBDIR}/po/zh_TW/rails.po
${GEM_LIBDIR}/po/zh_TW/rgettext.po
-${GEM_LIBDIR}/post-setup.rb
-${GEM_LIBDIR}/pre-setup.rb
+${GEM_LIBDIR}/replace.rb
${GEM_LIBDIR}/samples/README
${GEM_LIBDIR}/samples/cgi/README
${GEM_LIBDIR}/samples/cgi/Rakefile
@@ -328,6 +205,7 @@ ${GEM_LIBDIR}/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo
${GEM_LIBDIR}/samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo
${GEM_LIBDIR}/samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo
${GEM_LIBDIR}/samples/cgi/other.rhtml
+${GEM_LIBDIR}/samples/cgi/po/bg/#main.po#
${GEM_LIBDIR}/samples/cgi/po/bg/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/bg/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/bg/hellolib.po
@@ -430,551 +308,375 @@ ${GEM_LIBDIR}/samples/cgi/po/zh_TW/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/zh_TW/main.po
${GEM_LIBDIR}/samples/hello.rb
${GEM_LIBDIR}/samples/hello2.rb
+${GEM_LIBDIR}/samples/hello_glade2.glade
+${GEM_LIBDIR}/samples/hello_glade2.rb
+${GEM_LIBDIR}/samples/hello_gtk2.rb
${GEM_LIBDIR}/samples/hello_noop.rb
${GEM_LIBDIR}/samples/hello_plural.rb
-${GEM_LIBDIR}/samples/hello_textdomain.rb
-${GEM_LIBDIR}/samples/helloglade2.glade
-${GEM_LIBDIR}/samples/helloglade2.rb
-${GEM_LIBDIR}/samples/hellogtk.rb
-${GEM_LIBDIR}/samples/hellogtk2.rb
-${GEM_LIBDIR}/samples/hellotk.rb
+${GEM_LIBDIR}/samples/hello_tk.rb
${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hello.mo
${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hello2.mo
+${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hello_glade2.mo
+${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hello_gtk.mo
${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo
${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo
-${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/helloglade2.mo
-${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hellogtk.mo
-${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hellotk.mo
+${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hello_tk.mo
${GEM_LIBDIR}/samples/makemo.rb
${GEM_LIBDIR}/samples/po/bg/hello.po
${GEM_LIBDIR}/samples/po/bg/hello2.po
+${GEM_LIBDIR}/samples/po/bg/hello_glade2.po
+${GEM_LIBDIR}/samples/po/bg/hello_gtk.po
${GEM_LIBDIR}/samples/po/bg/hello_noop.po
${GEM_LIBDIR}/samples/po/bg/hello_plural.po
-${GEM_LIBDIR}/samples/po/bg/helloglade2.po
-${GEM_LIBDIR}/samples/po/bg/hellogtk.po
-${GEM_LIBDIR}/samples/po/bg/hellotk.po
+${GEM_LIBDIR}/samples/po/bg/hello_tk.po
${GEM_LIBDIR}/samples/po/bs/hello.po
${GEM_LIBDIR}/samples/po/bs/hello2.po
+${GEM_LIBDIR}/samples/po/bs/hello_glade2.po
+${GEM_LIBDIR}/samples/po/bs/hello_gtk.po
${GEM_LIBDIR}/samples/po/bs/hello_noop.po
${GEM_LIBDIR}/samples/po/bs/hello_plural.po
-${GEM_LIBDIR}/samples/po/bs/helloglade2.po
-${GEM_LIBDIR}/samples/po/bs/hellogtk.po
-${GEM_LIBDIR}/samples/po/bs/hellotk.po
+${GEM_LIBDIR}/samples/po/bs/hello_tk.po
${GEM_LIBDIR}/samples/po/ca/hello.po
${GEM_LIBDIR}/samples/po/ca/hello2.po
+${GEM_LIBDIR}/samples/po/ca/hello_glade2.po
+${GEM_LIBDIR}/samples/po/ca/hello_gtk.po
${GEM_LIBDIR}/samples/po/ca/hello_noop.po
${GEM_LIBDIR}/samples/po/ca/hello_plural.po
-${GEM_LIBDIR}/samples/po/ca/helloglade2.po
-${GEM_LIBDIR}/samples/po/ca/hellogtk.po
-${GEM_LIBDIR}/samples/po/ca/hellotk.po
+${GEM_LIBDIR}/samples/po/ca/hello_tk.po
${GEM_LIBDIR}/samples/po/cs/hello.po
${GEM_LIBDIR}/samples/po/cs/hello2.po
+${GEM_LIBDIR}/samples/po/cs/hello_glade2.po
+${GEM_LIBDIR}/samples/po/cs/hello_gtk.po
${GEM_LIBDIR}/samples/po/cs/hello_noop.po
${GEM_LIBDIR}/samples/po/cs/hello_plural.po
-${GEM_LIBDIR}/samples/po/cs/helloglade2.po
-${GEM_LIBDIR}/samples/po/cs/hellogtk.po
-${GEM_LIBDIR}/samples/po/cs/hellotk.po
+${GEM_LIBDIR}/samples/po/cs/hello_tk.po
${GEM_LIBDIR}/samples/po/de/hello.po
${GEM_LIBDIR}/samples/po/de/hello2.po
+${GEM_LIBDIR}/samples/po/de/hello_glade2.po
+${GEM_LIBDIR}/samples/po/de/hello_gtk.po
${GEM_LIBDIR}/samples/po/de/hello_noop.po
${GEM_LIBDIR}/samples/po/de/hello_plural.po
-${GEM_LIBDIR}/samples/po/de/helloglade2.po
-${GEM_LIBDIR}/samples/po/de/hellogtk.po
-${GEM_LIBDIR}/samples/po/de/hellotk.po
+${GEM_LIBDIR}/samples/po/de/hello_tk.po
${GEM_LIBDIR}/samples/po/el/hello.po
${GEM_LIBDIR}/samples/po/el/hello2.po
+${GEM_LIBDIR}/samples/po/el/hello_glade2.po
+${GEM_LIBDIR}/samples/po/el/hello_gtk.po
${GEM_LIBDIR}/samples/po/el/hello_noop.po
${GEM_LIBDIR}/samples/po/el/hello_plural.po
-${GEM_LIBDIR}/samples/po/el/helloglade2.po
-${GEM_LIBDIR}/samples/po/el/hellogtk.po
-${GEM_LIBDIR}/samples/po/el/hellotk.po
+${GEM_LIBDIR}/samples/po/el/hello_tk.po
${GEM_LIBDIR}/samples/po/eo/hello.po
${GEM_LIBDIR}/samples/po/eo/hello2.po
+${GEM_LIBDIR}/samples/po/eo/hello_glade2.po
+${GEM_LIBDIR}/samples/po/eo/hello_gtk.po
${GEM_LIBDIR}/samples/po/eo/hello_noop.po
${GEM_LIBDIR}/samples/po/eo/hello_plural.po
-${GEM_LIBDIR}/samples/po/eo/helloglade2.po
-${GEM_LIBDIR}/samples/po/eo/hellogtk.po
-${GEM_LIBDIR}/samples/po/eo/hellotk.po
+${GEM_LIBDIR}/samples/po/eo/hello_tk.po
${GEM_LIBDIR}/samples/po/es/hello.po
${GEM_LIBDIR}/samples/po/es/hello2.po
+${GEM_LIBDIR}/samples/po/es/hello_glade2.po
+${GEM_LIBDIR}/samples/po/es/hello_gtk.po
${GEM_LIBDIR}/samples/po/es/hello_noop.po
${GEM_LIBDIR}/samples/po/es/hello_plural.po
-${GEM_LIBDIR}/samples/po/es/helloglade2.po
-${GEM_LIBDIR}/samples/po/es/hellogtk.po
-${GEM_LIBDIR}/samples/po/es/hellotk.po
+${GEM_LIBDIR}/samples/po/es/hello_tk.po
${GEM_LIBDIR}/samples/po/fr/hello.po
${GEM_LIBDIR}/samples/po/fr/hello2.po
+${GEM_LIBDIR}/samples/po/fr/hello_glade2.po
+${GEM_LIBDIR}/samples/po/fr/hello_gtk.po
${GEM_LIBDIR}/samples/po/fr/hello_noop.po
${GEM_LIBDIR}/samples/po/fr/hello_plural.po
-${GEM_LIBDIR}/samples/po/fr/helloglade2.po
-${GEM_LIBDIR}/samples/po/fr/hellogtk.po
-${GEM_LIBDIR}/samples/po/fr/hellotk.po
+${GEM_LIBDIR}/samples/po/fr/hello_tk.po
${GEM_LIBDIR}/samples/po/hello.pot
${GEM_LIBDIR}/samples/po/hello2.pot
+${GEM_LIBDIR}/samples/po/hello_glade2.pot
+${GEM_LIBDIR}/samples/po/hello_gtk.pot
${GEM_LIBDIR}/samples/po/hello_noop.pot
${GEM_LIBDIR}/samples/po/hello_plural.pot
-${GEM_LIBDIR}/samples/po/helloglade2.pot
-${GEM_LIBDIR}/samples/po/hellogtk.pot
-${GEM_LIBDIR}/samples/po/hellotk.pot
+${GEM_LIBDIR}/samples/po/hello_tk.pot
${GEM_LIBDIR}/samples/po/hr/hello.po
${GEM_LIBDIR}/samples/po/hr/hello2.po
+${GEM_LIBDIR}/samples/po/hr/hello_glade2.po
+${GEM_LIBDIR}/samples/po/hr/hello_gtk.po
${GEM_LIBDIR}/samples/po/hr/hello_noop.po
${GEM_LIBDIR}/samples/po/hr/hello_plural.po
-${GEM_LIBDIR}/samples/po/hr/helloglade2.po
-${GEM_LIBDIR}/samples/po/hr/hellogtk.po
-${GEM_LIBDIR}/samples/po/hr/hellotk.po
+${GEM_LIBDIR}/samples/po/hr/hello_tk.po
${GEM_LIBDIR}/samples/po/hu/hello.po
${GEM_LIBDIR}/samples/po/hu/hello2.po
+${GEM_LIBDIR}/samples/po/hu/hello_glade2.po
+${GEM_LIBDIR}/samples/po/hu/hello_gtk.po
${GEM_LIBDIR}/samples/po/hu/hello_noop.po
${GEM_LIBDIR}/samples/po/hu/hello_plural.po
-${GEM_LIBDIR}/samples/po/hu/helloglade2.po
-${GEM_LIBDIR}/samples/po/hu/hellogtk.po
-${GEM_LIBDIR}/samples/po/hu/hellotk.po
+${GEM_LIBDIR}/samples/po/hu/hello_tk.po
${GEM_LIBDIR}/samples/po/it/hello.po
${GEM_LIBDIR}/samples/po/it/hello2.po
+${GEM_LIBDIR}/samples/po/it/hello_glade2.po
+${GEM_LIBDIR}/samples/po/it/hello_gtk.po
${GEM_LIBDIR}/samples/po/it/hello_noop.po
${GEM_LIBDIR}/samples/po/it/hello_plural.po
-${GEM_LIBDIR}/samples/po/it/helloglade2.po
-${GEM_LIBDIR}/samples/po/it/hellogtk.po
-${GEM_LIBDIR}/samples/po/it/hellotk.po
+${GEM_LIBDIR}/samples/po/it/hello_tk.po
${GEM_LIBDIR}/samples/po/ja/hello.po
${GEM_LIBDIR}/samples/po/ja/hello2.po
+${GEM_LIBDIR}/samples/po/ja/hello_glade2.po
+${GEM_LIBDIR}/samples/po/ja/hello_gtk.po
${GEM_LIBDIR}/samples/po/ja/hello_noop.po
${GEM_LIBDIR}/samples/po/ja/hello_plural.po
-${GEM_LIBDIR}/samples/po/ja/helloglade2.po
-${GEM_LIBDIR}/samples/po/ja/hellogtk.po
-${GEM_LIBDIR}/samples/po/ja/hellotk.po
+${GEM_LIBDIR}/samples/po/ja/hello_tk.po
${GEM_LIBDIR}/samples/po/ko/hello.po
${GEM_LIBDIR}/samples/po/ko/hello2.po
+${GEM_LIBDIR}/samples/po/ko/hello_glade2.po
+${GEM_LIBDIR}/samples/po/ko/hello_gtk.po
${GEM_LIBDIR}/samples/po/ko/hello_noop.po
${GEM_LIBDIR}/samples/po/ko/hello_plural.po
-${GEM_LIBDIR}/samples/po/ko/helloglade2.po
-${GEM_LIBDIR}/samples/po/ko/hellogtk.po
-${GEM_LIBDIR}/samples/po/ko/hellotk.po
+${GEM_LIBDIR}/samples/po/ko/hello_tk.po
${GEM_LIBDIR}/samples/po/lv/hello.po
${GEM_LIBDIR}/samples/po/lv/hello2.po
+${GEM_LIBDIR}/samples/po/lv/hello_glade2.po
+${GEM_LIBDIR}/samples/po/lv/hello_gtk.po
${GEM_LIBDIR}/samples/po/lv/hello_noop.po
${GEM_LIBDIR}/samples/po/lv/hello_plural.po
-${GEM_LIBDIR}/samples/po/lv/helloglade2.po
-${GEM_LIBDIR}/samples/po/lv/hellogtk.po
-${GEM_LIBDIR}/samples/po/lv/hellotk.po
+${GEM_LIBDIR}/samples/po/lv/hello_tk.po
${GEM_LIBDIR}/samples/po/nb/hello.po
${GEM_LIBDIR}/samples/po/nb/hello2.po
+${GEM_LIBDIR}/samples/po/nb/hello_glade2.po
+${GEM_LIBDIR}/samples/po/nb/hello_gtk.po
${GEM_LIBDIR}/samples/po/nb/hello_noop.po
${GEM_LIBDIR}/samples/po/nb/hello_plural.po
-${GEM_LIBDIR}/samples/po/nb/helloglade2.po
-${GEM_LIBDIR}/samples/po/nb/hellogtk.po
-${GEM_LIBDIR}/samples/po/nb/hellotk.po
+${GEM_LIBDIR}/samples/po/nb/hello_tk.po
${GEM_LIBDIR}/samples/po/nl/hello.po
${GEM_LIBDIR}/samples/po/nl/hello2.po
+${GEM_LIBDIR}/samples/po/nl/hello_glade2.po
+${GEM_LIBDIR}/samples/po/nl/hello_gtk.po
${GEM_LIBDIR}/samples/po/nl/hello_noop.po
${GEM_LIBDIR}/samples/po/nl/hello_plural.po
-${GEM_LIBDIR}/samples/po/nl/helloglade2.po
-${GEM_LIBDIR}/samples/po/nl/hellogtk.po
-${GEM_LIBDIR}/samples/po/nl/hellotk.po
+${GEM_LIBDIR}/samples/po/nl/hello_tk.po
${GEM_LIBDIR}/samples/po/pt_BR/hello.po
${GEM_LIBDIR}/samples/po/pt_BR/hello2.po
+${GEM_LIBDIR}/samples/po/pt_BR/hello_glade2.po
+${GEM_LIBDIR}/samples/po/pt_BR/hello_gtk.po
${GEM_LIBDIR}/samples/po/pt_BR/hello_noop.po
${GEM_LIBDIR}/samples/po/pt_BR/hello_plural.po
-${GEM_LIBDIR}/samples/po/pt_BR/helloglade2.po
-${GEM_LIBDIR}/samples/po/pt_BR/hellogtk.po
-${GEM_LIBDIR}/samples/po/pt_BR/hellotk.po
+${GEM_LIBDIR}/samples/po/pt_BR/hello_tk.po
${GEM_LIBDIR}/samples/po/ru/hello.po
${GEM_LIBDIR}/samples/po/ru/hello2.po
+${GEM_LIBDIR}/samples/po/ru/hello_glade2.po
+${GEM_LIBDIR}/samples/po/ru/hello_gtk.po
${GEM_LIBDIR}/samples/po/ru/hello_noop.po
${GEM_LIBDIR}/samples/po/ru/hello_plural.po
-${GEM_LIBDIR}/samples/po/ru/helloglade2.po
-${GEM_LIBDIR}/samples/po/ru/hellogtk.po
-${GEM_LIBDIR}/samples/po/ru/hellotk.po
+${GEM_LIBDIR}/samples/po/ru/hello_tk.po
${GEM_LIBDIR}/samples/po/sr/hello.po
${GEM_LIBDIR}/samples/po/sr/hello2.po
+${GEM_LIBDIR}/samples/po/sr/hello_glade2.po
+${GEM_LIBDIR}/samples/po/sr/hello_gtk.po
${GEM_LIBDIR}/samples/po/sr/hello_noop.po
${GEM_LIBDIR}/samples/po/sr/hello_plural.po
-${GEM_LIBDIR}/samples/po/sr/helloglade2.po
-${GEM_LIBDIR}/samples/po/sr/hellogtk.po
-${GEM_LIBDIR}/samples/po/sr/hellotk.po
+${GEM_LIBDIR}/samples/po/sr/hello_tk.po
${GEM_LIBDIR}/samples/po/sv/hello.po
${GEM_LIBDIR}/samples/po/sv/hello2.po
+${GEM_LIBDIR}/samples/po/sv/hello_glade2.po
+${GEM_LIBDIR}/samples/po/sv/hello_gtk.po
${GEM_LIBDIR}/samples/po/sv/hello_noop.po
${GEM_LIBDIR}/samples/po/sv/hello_plural.po
-${GEM_LIBDIR}/samples/po/sv/helloglade2.po
-${GEM_LIBDIR}/samples/po/sv/hellogtk.po
-${GEM_LIBDIR}/samples/po/sv/hellotk.po
+${GEM_LIBDIR}/samples/po/sv/hello_tk.po
+${GEM_LIBDIR}/samples/po/test.rb
${GEM_LIBDIR}/samples/po/ua/hello.po
${GEM_LIBDIR}/samples/po/ua/hello2.po
+${GEM_LIBDIR}/samples/po/ua/hello_glade2.po
+${GEM_LIBDIR}/samples/po/ua/hello_gtk.po
${GEM_LIBDIR}/samples/po/ua/hello_noop.po
${GEM_LIBDIR}/samples/po/ua/hello_plural.po
-${GEM_LIBDIR}/samples/po/ua/helloglade2.po
-${GEM_LIBDIR}/samples/po/ua/hellogtk.po
-${GEM_LIBDIR}/samples/po/ua/hellotk.po
+${GEM_LIBDIR}/samples/po/ua/hello_tk.po
${GEM_LIBDIR}/samples/po/vi/hello.po
${GEM_LIBDIR}/samples/po/vi/hello2.po
+${GEM_LIBDIR}/samples/po/vi/hello_glade2.po
+${GEM_LIBDIR}/samples/po/vi/hello_gtk.po
${GEM_LIBDIR}/samples/po/vi/hello_noop.po
${GEM_LIBDIR}/samples/po/vi/hello_plural.po
-${GEM_LIBDIR}/samples/po/vi/helloglade2.po
-${GEM_LIBDIR}/samples/po/vi/hellogtk.po
-${GEM_LIBDIR}/samples/po/vi/hellotk.po
+${GEM_LIBDIR}/samples/po/vi/hello_tk.po
${GEM_LIBDIR}/samples/po/zh/hello.po
${GEM_LIBDIR}/samples/po/zh/hello2.po
+${GEM_LIBDIR}/samples/po/zh/hello_glade2.po
+${GEM_LIBDIR}/samples/po/zh/hello_gtk.po
${GEM_LIBDIR}/samples/po/zh/hello_noop.po
${GEM_LIBDIR}/samples/po/zh/hello_plural.po
-${GEM_LIBDIR}/samples/po/zh/helloglade2.po
-${GEM_LIBDIR}/samples/po/zh/hellogtk.po
-${GEM_LIBDIR}/samples/po/zh/hellotk.po
+${GEM_LIBDIR}/samples/po/zh/hello_tk.po
${GEM_LIBDIR}/samples/po/zh_TW/hello.po
${GEM_LIBDIR}/samples/po/zh_TW/hello2.po
+${GEM_LIBDIR}/samples/po/zh_TW/hello_glade2.po
+${GEM_LIBDIR}/samples/po/zh_TW/hello_gtk.po
${GEM_LIBDIR}/samples/po/zh_TW/hello_noop.po
${GEM_LIBDIR}/samples/po/zh_TW/hello_plural.po
-${GEM_LIBDIR}/samples/po/zh_TW/helloglade2.po
-${GEM_LIBDIR}/samples/po/zh_TW/hellogtk.po
-${GEM_LIBDIR}/samples/po/zh_TW/hellotk.po
-${GEM_LIBDIR}/samples/rails/README
-${GEM_LIBDIR}/samples/rails/Rakefile
-${GEM_LIBDIR}/samples/rails/app/controllers/application.rb
-${GEM_LIBDIR}/samples/rails/app/controllers/articles_controller.rb
-${GEM_LIBDIR}/samples/rails/app/helpers/application_helper.rb
-${GEM_LIBDIR}/samples/rails/app/helpers/articles_helper.rb
-${GEM_LIBDIR}/samples/rails/app/models/article.rb
-${GEM_LIBDIR}/samples/rails/app/views/articles/edit.html.erb
-${GEM_LIBDIR}/samples/rails/app/views/articles/index.html.erb
-${GEM_LIBDIR}/samples/rails/app/views/articles/new.html.erb
-${GEM_LIBDIR}/samples/rails/app/views/articles/show.html.erb
-${GEM_LIBDIR}/samples/rails/app/views/layouts/articles.html.erb
-${GEM_LIBDIR}/samples/rails/config/boot.rb
-${GEM_LIBDIR}/samples/rails/config/database.yml
-${GEM_LIBDIR}/samples/rails/config/environment.rb
-${GEM_LIBDIR}/samples/rails/config/environments/development.rb
-${GEM_LIBDIR}/samples/rails/config/environments/production.rb
-${GEM_LIBDIR}/samples/rails/config/environments/test.rb
-${GEM_LIBDIR}/samples/rails/config/initializers/inflections.rb
-${GEM_LIBDIR}/samples/rails/config/initializers/mime_types.rb
-${GEM_LIBDIR}/samples/rails/config/routes.rb
-${GEM_LIBDIR}/samples/rails/db/migrate/001_create_articles.rb
-${GEM_LIBDIR}/samples/rails/db/schema.rb
-${GEM_LIBDIR}/samples/rails/lib/tasks/gettext.rake
-${GEM_LIBDIR}/samples/rails/locale/bg/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/bs/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/ca/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/cs/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/de/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/el/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/en/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/eo/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/es/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/fr/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/hr/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/hu/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/it/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/ja/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/ko/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/lv/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/nb/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/nl/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/ru/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/sr/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/ua/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/vi/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/zh/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/locale/zh_TW/LC_MESSAGES/blog.mo
-${GEM_LIBDIR}/samples/rails/po/blog.pot
-${GEM_LIBDIR}/samples/rails/po/bg/blog.po
-${GEM_LIBDIR}/samples/rails/po/bs/blog.po
-${GEM_LIBDIR}/samples/rails/po/ca/blog.po
-${GEM_LIBDIR}/samples/rails/po/cs/blog.po
-${GEM_LIBDIR}/samples/rails/po/de/blog.po
-${GEM_LIBDIR}/samples/rails/po/el/blog.po
-${GEM_LIBDIR}/samples/rails/po/en/blog.po
-${GEM_LIBDIR}/samples/rails/po/eo/blog.po
-${GEM_LIBDIR}/samples/rails/po/es/blog.po
-${GEM_LIBDIR}/samples/rails/po/fr/blog.po
-${GEM_LIBDIR}/samples/rails/po/hr/blog.po
-${GEM_LIBDIR}/samples/rails/po/hu/blog.po
-${GEM_LIBDIR}/samples/rails/po/it/blog.po
-${GEM_LIBDIR}/samples/rails/po/ja/blog.po
-${GEM_LIBDIR}/samples/rails/po/ko/blog.po
-${GEM_LIBDIR}/samples/rails/po/lv/blog.po
-${GEM_LIBDIR}/samples/rails/po/nb/blog.po
-${GEM_LIBDIR}/samples/rails/po/nl/blog.po
-${GEM_LIBDIR}/samples/rails/po/pt_BR/blog.po
-${GEM_LIBDIR}/samples/rails/po/ru/blog.po
-${GEM_LIBDIR}/samples/rails/po/sr/blog.po
-${GEM_LIBDIR}/samples/rails/po/ua/blog.po
-${GEM_LIBDIR}/samples/rails/po/vi/blog.po
-${GEM_LIBDIR}/samples/rails/po/zh/blog.po
-${GEM_LIBDIR}/samples/rails/po/zh_TW/blog.po
-${GEM_LIBDIR}/samples/rails/public/404.html
-${GEM_LIBDIR}/samples/rails/public/422.html
-${GEM_LIBDIR}/samples/rails/public/500.html
-${GEM_LIBDIR}/samples/rails/public/dispatch.cgi
-${GEM_LIBDIR}/samples/rails/public/dispatch.fcgi
-${GEM_LIBDIR}/samples/rails/public/dispatch.rb
-${GEM_LIBDIR}/samples/rails/public/favicon.ico
-${GEM_LIBDIR}/samples/rails/public/images/rails.png
-${GEM_LIBDIR}/samples/rails/public/index.html
-${GEM_LIBDIR}/samples/rails/public/javascripts/application.js
-${GEM_LIBDIR}/samples/rails/public/javascripts/controls.js
-${GEM_LIBDIR}/samples/rails/public/javascripts/dragdrop.js
-${GEM_LIBDIR}/samples/rails/public/javascripts/effects.js
-${GEM_LIBDIR}/samples/rails/public/javascripts/prototype.js
-${GEM_LIBDIR}/samples/rails/public/robots.txt
-${GEM_LIBDIR}/samples/rails/public/stylesheets/blog.css
-${GEM_LIBDIR}/samples/rails/public/stylesheets/scaffold.css
-${GEM_LIBDIR}/samples/rails/script/about
-${GEM_LIBDIR}/samples/rails/script/breakpointer
-${GEM_LIBDIR}/samples/rails/script/console
-${GEM_LIBDIR}/samples/rails/script/destroy
-${GEM_LIBDIR}/samples/rails/script/generate
-${GEM_LIBDIR}/samples/rails/script/performance/benchmarker
-${GEM_LIBDIR}/samples/rails/script/performance/profiler
-${GEM_LIBDIR}/samples/rails/script/plugin
-${GEM_LIBDIR}/samples/rails/script/process/reaper
-${GEM_LIBDIR}/samples/rails/script/process/spawner
-${GEM_LIBDIR}/samples/rails/script/process/spinner
-${GEM_LIBDIR}/samples/rails/script/runner
-${GEM_LIBDIR}/samples/rails/script/server
-${GEM_LIBDIR}/samples/rails/test/fixtures/articles.yml
-${GEM_LIBDIR}/samples/rails/test/functional/articles_controller_test.rb
-${GEM_LIBDIR}/samples/rails/test/test_helper.rb
-${GEM_LIBDIR}/samples/rails/test/unit/article_test.rb
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/README
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/Rakefile
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/init.rb
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/lib/gettext_plugin.rb
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/bg/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/bs/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ca/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/cs/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/de/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/el/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/eo/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/es/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/fr/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/hr/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/hu/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/it/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ja/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ko/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/lv/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/nb/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/nl/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/pt_BR/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ru/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/sr/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ua/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/vi/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/zh/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES/gettext_plugin.mo
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/bg/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/bs/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ca/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/cs/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/de/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/el/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/eo/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/es/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/fr/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/gettext_plugin.pot
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/hr/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/hu/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/it/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ja/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/lv/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ko/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/nb/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/nl/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/pt_BR/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ru/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ua/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/sr/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/vi/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/zh/gettext_plugin.po
-${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/zh_TW/gettext_plugin.po
-${GEM_LIBDIR}/setup.rb
+${GEM_LIBDIR}/samples/po/zh_TW/hello_tk.po
${GEM_LIBDIR}/src/poparser.ry
+${GEM_LIBDIR}/test.rb
${GEM_LIBDIR}/test/README
${GEM_LIBDIR}/test/Rakefile
-${GEM_LIBDIR}/test/benchmark.rb
-${GEM_LIBDIR}/test/db/mysql.drop.sql
-${GEM_LIBDIR}/test/db/mysql.sql
-${GEM_LIBDIR}/test/fixtures/book.rb
-${GEM_LIBDIR}/test/fixtures/developer.rb
-${GEM_LIBDIR}/test/fixtures/developers.yml
-${GEM_LIBDIR}/test/fixtures/inept_wizard.rb
-${GEM_LIBDIR}/test/fixtures/people.yml
-${GEM_LIBDIR}/test/fixtures/reply.rb
-${GEM_LIBDIR}/test/fixtures/topic.rb
-${GEM_LIBDIR}/test/fixtures/topics.yml
-${GEM_LIBDIR}/test/fixtures/user.rb
-${GEM_LIBDIR}/test/fixtures/wizard.rb
${GEM_LIBDIR}/test/locale/cr/LC_MESSAGES/plural.mo
${GEM_LIBDIR}/test/locale/da/LC_MESSAGES/plural.mo
${GEM_LIBDIR}/test/locale/da/LC_MESSAGES/plural_error.mo
@@ -982,25 +684,23 @@ ${GEM_LIBDIR}/test/locale/fr/LC_MESSAGES/plural.mo
${GEM_LIBDIR}/test/locale/fr/LC_MESSAGES/plural_error.mo
${GEM_LIBDIR}/test/locale/fr/LC_MESSAGES/test1.mo
${GEM_LIBDIR}/test/locale/fr/LC_MESSAGES/test2.mo
-${GEM_LIBDIR}/test/locale/fr/LC_MESSAGES/test6.mo
${GEM_LIBDIR}/test/locale/ir/LC_MESSAGES/plural.mo
-${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/active_record.mo
+${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/npgettext.mo
+${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/nsgettext.mo
+${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/pgettext.mo
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/plural.mo
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/plural_error.mo
+${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/rubyparser.mo
+${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/sgettext.mo
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test1.mo
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test2.mo
-${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test6.mo
-${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test_npgettext.mo
-${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test_nsgettext.mo
-${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test_pgettext.mo
-${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test_rubyparser.mo
-${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test_sgettext.mo
+${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test3.mo
${GEM_LIBDIR}/test/locale/la/LC_MESSAGES/plural.mo
${GEM_LIBDIR}/test/locale/la/LC_MESSAGES/plural_error.mo
${GEM_LIBDIR}/test/locale/li/LC_MESSAGES/plural.mo
+${GEM_LIBDIR}/test/locale/li/LC_MESSAGES/plural_error.mo
${GEM_LIBDIR}/test/locale/po/LC_MESSAGES/plural.mo
${GEM_LIBDIR}/test/locale/sl/LC_MESSAGES/plural.mo
-${GEM_LIBDIR}/test/po/active_record.pot
${GEM_LIBDIR}/test/po/cr/plural.po
${GEM_LIBDIR}/test/po/da/plural.po
${GEM_LIBDIR}/test/po/da/plural_error.po
@@ -1008,155 +708,55 @@ ${GEM_LIBDIR}/test/po/fr/plural.po
${GEM_LIBDIR}/test/po/fr/plural_error.po
${GEM_LIBDIR}/test/po/fr/test1.po
${GEM_LIBDIR}/test/po/fr/test2.po
-${GEM_LIBDIR}/test/po/fr/test6.po
${GEM_LIBDIR}/test/po/ir/plural.po
-${GEM_LIBDIR}/test/po/ja/active_record.po
+${GEM_LIBDIR}/test/po/ja/npgettext.po
+${GEM_LIBDIR}/test/po/ja/nsgettext.po
+${GEM_LIBDIR}/test/po/ja/pgettext.po
${GEM_LIBDIR}/test/po/ja/plural.po
${GEM_LIBDIR}/test/po/ja/plural_error.po
+${GEM_LIBDIR}/test/po/ja/rubyparser.po
+${GEM_LIBDIR}/test/po/ja/sgettext.po
${GEM_LIBDIR}/test/po/ja/test1.po
${GEM_LIBDIR}/test/po/ja/test2.po
-${GEM_LIBDIR}/test/po/ja/test6.po
-${GEM_LIBDIR}/test/po/ja/test_npgettext.po
-${GEM_LIBDIR}/test/po/ja/test_nsgettext.po
-${GEM_LIBDIR}/test/po/ja/test_pgettext.po
-${GEM_LIBDIR}/test/po/ja/test_rubyparser.po
-${GEM_LIBDIR}/test/po/ja/test_sgettext.po
+${GEM_LIBDIR}/test/po/ja/test3.po
${GEM_LIBDIR}/test/po/la/plural.po
${GEM_LIBDIR}/test/po/la/plural_error.po
${GEM_LIBDIR}/test/po/li/plural.po
+${GEM_LIBDIR}/test/po/li/plural_error.po
${GEM_LIBDIR}/test/po/po/plural.po
${GEM_LIBDIR}/test/po/sl/plural.po
-${GEM_LIBDIR}/test/rails/README
-${GEM_LIBDIR}/test/rails/Rakefile
-${GEM_LIBDIR}/test/rails/app/controllers/application.rb
-${GEM_LIBDIR}/test/rails/app/controllers/articles_controller.rb
-${GEM_LIBDIR}/test/rails/app/controllers/mailer_controller.rb
-${GEM_LIBDIR}/test/rails/app/controllers/users_controller.rb
-${GEM_LIBDIR}/test/rails/app/helpers/application_helper.rb
-${GEM_LIBDIR}/test/rails/app/helpers/articles_helper.rb
-${GEM_LIBDIR}/test/rails/app/helpers/mailer_helper.rb
-${GEM_LIBDIR}/test/rails/app/models/article.rb
-${GEM_LIBDIR}/test/rails/app/models/mailer.rb
-${GEM_LIBDIR}/test/rails/app/models/user.rb
-${GEM_LIBDIR}/test/rails/app/views/articles/_form.html.erb
-${GEM_LIBDIR}/test/rails/app/views/articles/_form_fr.html.erb
-${GEM_LIBDIR}/test/rails/app/views/articles/active_form_error.html.erb
-${GEM_LIBDIR}/test/rails/app/views/articles/change_title_error_messages_for.html.erb
-${GEM_LIBDIR}/test/rails/app/views/articles/edit.html.erb
-${GEM_LIBDIR}/test/rails/app/views/articles/list.html.erb
-${GEM_LIBDIR}/test/rails/app/views/articles/list_fr.html.erb
-${GEM_LIBDIR}/test/rails/app/views/articles/multi_error_messages_for.html.erb
-${GEM_LIBDIR}/test/rails/app/views/articles/new.html.erb
-${GEM_LIBDIR}/test/rails/app/views/articles/show.html.erb
-${GEM_LIBDIR}/test/rails/app/views/layouts/application.html.erb
-${GEM_LIBDIR}/test/rails/app/views/layouts/mailer.html.erb
-${GEM_LIBDIR}/test/rails/app/views/layouts/users.html.erb
-${GEM_LIBDIR}/test/rails/app/views/mailer/coverpage.rhtml
-${GEM_LIBDIR}/test/rails/app/views/mailer/coverpage_fr.rhtml
-${GEM_LIBDIR}/test/rails/app/views/mailer/singlepart.rhtml
-${GEM_LIBDIR}/test/rails/app/views/mailer/singlepart_fr.rhtml
-${GEM_LIBDIR}/test/rails/app/views/users/custom_error_message.html.erb
-${GEM_LIBDIR}/test/rails/app/views/users/custom_error_message_fr.html.erb
-${GEM_LIBDIR}/test/rails/config/boot.rb
-${GEM_LIBDIR}/test/rails/config/database.yml
-${GEM_LIBDIR}/test/rails/config/environment.rb
-${GEM_LIBDIR}/test/rails/config/environments/development.rb
-${GEM_LIBDIR}/test/rails/config/environments/production.rb
-${GEM_LIBDIR}/test/rails/config/environments/test.rb
-${GEM_LIBDIR}/test/rails/config/routes.rb
-${GEM_LIBDIR}/test/rails/db/schema.rb
-${GEM_LIBDIR}/test/rails/po/ja/rails_test.po
-${GEM_LIBDIR}/test/rails/po/rails_test.pot
-${GEM_LIBDIR}/test/rails/public/404.html
-${GEM_LIBDIR}/test/rails/public/500.html
-${GEM_LIBDIR}/test/rails/public/dispatch.cgi
-${GEM_LIBDIR}/test/rails/public/dispatch.fcgi
-${GEM_LIBDIR}/test/rails/public/dispatch.rb
-${GEM_LIBDIR}/test/rails/public/favicon.ico
-${GEM_LIBDIR}/test/rails/public/images/rails.png
-${GEM_LIBDIR}/test/rails/public/index.html
-${GEM_LIBDIR}/test/rails/public/javascripts/application.js
-${GEM_LIBDIR}/test/rails/public/javascripts/controls.js
-${GEM_LIBDIR}/test/rails/public/javascripts/dragdrop.js
-${GEM_LIBDIR}/test/rails/public/javascripts/effects.js
-${GEM_LIBDIR}/test/rails/public/javascripts/prototype.js
-${GEM_LIBDIR}/test/rails/public/robots.txt
-${GEM_LIBDIR}/test/rails/public/stylesheets/scaffold.css
-${GEM_LIBDIR}/test/rails/script/about
-${GEM_LIBDIR}/test/rails/script/breakpointer
-${GEM_LIBDIR}/test/rails/script/console
-${GEM_LIBDIR}/test/rails/script/destroy
-${GEM_LIBDIR}/test/rails/script/generate
-${GEM_LIBDIR}/test/rails/script/performance/benchmarker
-${GEM_LIBDIR}/test/rails/script/performance/profiler
-${GEM_LIBDIR}/test/rails/script/plugin
-${GEM_LIBDIR}/test/rails/script/process/inspector
-${GEM_LIBDIR}/test/rails/script/process/reaper
-${GEM_LIBDIR}/test/rails/script/process/spawner
-${GEM_LIBDIR}/test/rails/script/runner
-${GEM_LIBDIR}/test/rails/script/server
-${GEM_LIBDIR}/test/rails/test/fixtures/articles.yml
-${GEM_LIBDIR}/test/rails/test/fixtures/users.yml
-${GEM_LIBDIR}/test/rails/test/functional/articles_controller_test.rb
-${GEM_LIBDIR}/test/rails/test/functional/mailer_controller_test.rb
-${GEM_LIBDIR}/test/rails/test/functional/users_controller_test.rb
-${GEM_LIBDIR}/test/rails/test/integration/general_stories_test.rb
-${GEM_LIBDIR}/test/rails/test/result/en/create_error.html
-${GEM_LIBDIR}/test/rails/test/result/en/custom_error_message.html
-${GEM_LIBDIR}/test/rails/test/result/en/custom_error_message_with_plural.html
-${GEM_LIBDIR}/test/rails/test/result/en/list.html
-${GEM_LIBDIR}/test/rails/test/result/en/multi_error_messages_for.html
-${GEM_LIBDIR}/test/rails/test/result/en/multipart.html
-${GEM_LIBDIR}/test/rails/test/result/en/new.html
-${GEM_LIBDIR}/test/rails/test/result/en/show.html
-${GEM_LIBDIR}/test/rails/test/result/en/singlepart.html
-${GEM_LIBDIR}/test/rails/test/result/fr/custom_error_message.html
-${GEM_LIBDIR}/test/rails/test/result/fr/custom_error_message_with_plural.html
-${GEM_LIBDIR}/test/rails/test/result/fr/list.html
-${GEM_LIBDIR}/test/rails/test/result/fr/multipart.html
-${GEM_LIBDIR}/test/rails/test/result/fr/new.html
-${GEM_LIBDIR}/test/rails/test/result/fr/singlepart.html
-${GEM_LIBDIR}/test/rails/test/result/ja/create_error.html
-${GEM_LIBDIR}/test/rails/test/result/ja/custom_error_message.html
-${GEM_LIBDIR}/test/rails/test/result/ja/custom_error_message_with_plural.html
-${GEM_LIBDIR}/test/rails/test/result/ja/list.html
-${GEM_LIBDIR}/test/rails/test/result/ja/multi_error_messages_for.html
-${GEM_LIBDIR}/test/rails/test/result/ja/multipart.html
-${GEM_LIBDIR}/test/rails/test/result/ja/new.html
-${GEM_LIBDIR}/test/rails/test/result/ja/show.html
-${GEM_LIBDIR}/test/rails/test/result/ja/singlepart.html
-${GEM_LIBDIR}/test/rails/test/test_helper.rb
-${GEM_LIBDIR}/test/rails/test/unit/article_test.rb
-${GEM_LIBDIR}/test/test.bat
-${GEM_LIBDIR}/test/test.sh
-${GEM_LIBDIR}/test/test_active_record.rb
-${GEM_LIBDIR}/test/test_cgi.rb
-${GEM_LIBDIR}/test/test_erb.rhtml
-${GEM_LIBDIR}/test/test_erb.rxml
+${GEM_LIBDIR}/test/test_class_info.rb
${GEM_LIBDIR}/test/test_gettext.rb
-${GEM_LIBDIR}/test/test_gettext_toplevel.rb
-${GEM_LIBDIR}/test/test_gladeparser.glade
-${GEM_LIBDIR}/test/test_java.sh
-${GEM_LIBDIR}/test/test_locale.rb
-${GEM_LIBDIR}/test/test_multi_textdomain.rb
+${GEM_LIBDIR}/test/test_locale_path.rb
${GEM_LIBDIR}/test/test_parser.rb
-${GEM_LIBDIR}/test/test_rails.rb
-${GEM_LIBDIR}/test/test_rails_caching.rb
+${GEM_LIBDIR}/test/test_po_generation.rb
+${GEM_LIBDIR}/test/test_pomessage.rb
${GEM_LIBDIR}/test/test_string.rb
+${GEM_LIBDIR}/test/test_textdomain_bind.rb
+${GEM_LIBDIR}/test/test_textdomain_multi.rb
+${GEM_LIBDIR}/test/test_textdomain_toplevel.rb
+${GEM_LIBDIR}/test/test_thread.rb
${GEM_LIBDIR}/test/testlib/N_.rb
${GEM_LIBDIR}/test/testlib/erb.rhtml
${GEM_LIBDIR}/test/testlib/erb.rxml
${GEM_LIBDIR}/test/testlib/gettext.rb
${GEM_LIBDIR}/test/testlib/gladeparser.glade
+${GEM_LIBDIR}/test/testlib/helper.rb
+${GEM_LIBDIR}/test/testlib/multi_textdomain.rb
${GEM_LIBDIR}/test/testlib/ngettext.rb
${GEM_LIBDIR}/test/testlib/npgettext.rb
${GEM_LIBDIR}/test/testlib/nsgettext.rb
${GEM_LIBDIR}/test/testlib/pgettext.rb
${GEM_LIBDIR}/test/testlib/sgettext.rb
-${GEM_LIBDIR}/test/testlib/testlib1.rb
-${GEM_LIBDIR}/test/testlib/testlib2.rb
-${GEM_LIBDIR}/test/testlib/testlib3.rb
-${GEM_LIBDIR}/test/testlib/testlib4.rb
-${GEM_LIBDIR}/test/testlib/testlib5.rb
-${GEM_LIBDIR}/test/testlib/testlib6.rb
+${GEM_LIBDIR}/test/testlib/simple.rb
+${GEM_LIBDIR}/test/tools/files/app.pot
+${GEM_LIBDIR}/test/tools/files/de/app.po
+${GEM_LIBDIR}/test/tools/files/en/app.po
+${GEM_LIBDIR}/test/tools/files/en/test.po
+${GEM_LIBDIR}/test/tools/files/simple_1.po
+${GEM_LIBDIR}/test/tools/files/simple_2.po
+${GEM_LIBDIR}/test/tools/files/simple_translation.rb
+${GEM_LIBDIR}/test/tools/files/version.po
+${GEM_LIBDIR}/test/tools/test.pot
+${GEM_LIBDIR}/test/tools/test_tools.rb
${GEM_HOME}/specifications/gettext-${PKGVERSION}.gemspec
diff --git a/devel/ruby-gettext/distinfo b/devel/ruby-gettext/distinfo
index 4c88b99a757..87c573d5be7 100644
--- a/devel/ruby-gettext/distinfo
+++ b/devel/ruby-gettext/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2008/09/15 18:09:29 taca Exp $
+$NetBSD: distinfo,v 1.6 2009/12/07 12:09:20 fhajny Exp $
-SHA1 (gettext-1.93.0.gem) = dc662fd50630879178d88dd8b5ce6e46ff67514b
-RMD160 (gettext-1.93.0.gem) = bdbe43faf868ef51343e7308b8af7a9363b02fa6
-Size (gettext-1.93.0.gem) = 527360 bytes
+SHA1 (gettext-2.1.0.gem) = e12577608e2150ec9895e7dfac4816dd8e3d43cc
+RMD160 (gettext-2.1.0.gem) = 91f94bc8e87157730628c963b11c39c7f1bd0c76
+Size (gettext-2.1.0.gem) = 199168 bytes