[DRE-commits] [ruby-gettext] 01/09: Merge tag 'upstream/3.0.0'

Jérémy Bobbio lunar at alioth.debian.org
Sun Sep 1 17:39:35 UTC 2013


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository ruby-gettext.

commit 0c55177f36259e5f5c91c1f7586989dd42807c92
Merge: 633b9d0 792d6e9
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sun Sep 1 18:31:09 2013 +0200

    Merge tag 'upstream/3.0.0'
    
    Upstream version 3.0.0

 .yardopts                                          |    1 +
 README.rdoc                                        |   51 +--
 Rakefile                                           |   50 +--
 doc/text/news.md                                   |   57 +++
 gettext.gemspec                                    |    2 +-
 lib/gettext.rb                                     |   42 +--
 lib/gettext/cgi.rb                                 |    2 +-
 lib/gettext/{runtime => }/class_info.rb            |    2 +-
 lib/gettext/core_ext/iconv.rb                      |  110 ------
 lib/gettext/core_ext/string.rb                     |   91 -----
 lib/gettext/{runtime => }/locale_path.rb           |    3 +-
 lib/gettext/{runtime => }/mo.rb                    |   51 +--
 lib/gettext/parser/erb.rb                          |    5 -
 lib/gettext/parser/glade.rb                        |    5 -
 lib/gettext/parser/ruby.rb                         |  172 ---------
 lib/gettext/{tools => }/po.rb                      |    2 +-
 lib/gettext/{tools => }/po_entry.rb                |   12 +-
 lib/gettext/{tools/poparser.rb => po_parser.rb}    |   85 +++--
 lib/gettext/runtime/textdomain_group.rb            |   26 --
 lib/gettext/task.rb                                |  203 -----------
 .../{runtime/textdomain.rb => text_domain.rb}      |   22 +-
 lib/gettext/text_domain_group.rb                   |   26 ++
 ...extdomain_manager.rb => text_domain_manager.rb} |   80 ++--
 lib/gettext/tools.rb                               |  183 +---------
 lib/gettext/tools/msgfmt.rb                        |    2 +-
 lib/gettext/tools/msginit.rb                       |    2 +-
 lib/gettext/tools/msgmerge.rb                      |  223 +-----------
 lib/gettext/tools/parser/erb.rb                    |   79 ++--
 lib/gettext/tools/parser/glade.rb                  |   80 ++--
 lib/gettext/tools/parser/ruby.rb                   |  163 +++++++--
 lib/gettext/tools/task.rb                          |  225 ++++++++++++
 lib/gettext/tools/xgettext.rb                      |   53 ++-
 lib/gettext/utils.rb                               |   39 --
 lib/gettext/version.rb                             |    2 +-
 locale/bg/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 3074 bytes
 locale/bs/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2314 bytes
 locale/ca/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2614 bytes
 locale/cs/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2370 bytes
 locale/de/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2741 bytes
 locale/el/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 3094 bytes
 locale/eo/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2422 bytes
 locale/es/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2588 bytes
 locale/et/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2406 bytes
 locale/fr/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2711 bytes
 locale/hr/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2315 bytes
 locale/hu/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2657 bytes
 locale/it/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2197 bytes
 locale/ja/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 7050 bytes
 locale/ko/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2434 bytes
 locale/lv/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2626 bytes
 locale/nb/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2603 bytes
 locale/nl/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2251 bytes
 locale/pt_BR/LC_MESSAGES/gettext.mo                |  Bin 0 -> 2662 bytes
 locale/ru/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 3317 bytes
 locale/sr/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 3137 bytes
 locale/sv/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 990 bytes
 locale/uk/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 3335 bytes
 locale/vi/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2801 bytes
 locale/zh/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2480 bytes
 locale/zh_TW/LC_MESSAGES/gettext.mo                |  Bin 0 -> 2458 bytes
 metadata.yml                                       |   92 +++--
 po/gettext.pot                                     |  268 +++++++++-----
 samples/hello.rb                                   |    5 +-
 samples/hello2.rb                                  |    3 +-
 samples/hello_gtk2.rb                              |    5 +-
 samples/hello_gtk_builder.rb                       |   32 ++
 samples/hello_gtk_builder.ui                       |   46 +++
 samples/hello_noop.rb                              |    3 +-
 samples/hello_plural.rb                            |    3 +-
 samples/hello_tk.rb                                |    3 +-
 src/{poparser.ry => po_parser.ry}                  |   66 ++--
 test/fixtures/N_.rb                                |    2 +-
 .../fixtures/_/double_quote_in_double_quote.rb     |   18 +-
 .../fixtures/_/double_quote_in_single_quote.rb     |   18 +-
 ...literal_concatenation_with_continuation_line.rb |   22 +-
 .../fixtures/_/middle_new_line.rb                  |   18 +-
 .../fixtures/_/multiple_lines_literal.rb           |   21 +-
 .../fixtures/_/multiple_messages_in_same_line.rb   |   18 +-
 .../fixtures/_/multiple_same_messages.rb           |   22 +-
 .../mofile.rb => test/fixtures/_/one_new_line.rb   |   18 +-
 .../{multi_textdomain.rb => multi_text_domain.rb}  |    2 +-
 test/fixtures/non_ascii.rb                         |    2 +-
 test/fixtures/simple.rb                            |    2 +-
 test/fixtures/untranslated.rb                      |    2 +-
 test/gettext-test-utils.rb                         |   25 +-
 test/po/ja/_.po                                    |   76 +++-
 test/po/ja/non_ascii.po                            |    5 +-
 test/po/ja/untranslated.po                         |    2 +-
 test/test_class_info.rb                            |    4 +-
 test/test_gettext.rb                               |   22 +-
 test/test_mo.rb                                    |    4 +-
 test/test_parser.rb                                |  189 +++++-----
 test/test_po_entry.rb                              |  383 ++++++++++++--------
 test/test_po_generation.rb                         |   45 ---
 test/test_po_parser.rb                             |  205 ++++++-----
 test/test_string.rb                                |    2 +-
 ...textdomain_bind.rb => test_text_domain_bind.rb} |   12 +-
 ...xtdomain_multi.rb => test_text_domain_multi.rb} |   10 +-
 ...in_toplevel.rb => test_text_domain_toplevel.rb} |    2 +-
 test/test_thread.rb                                |    2 +-
 test/tools/files/simple_translation.rb             |    2 +-
 test/{ => tools}/parser/test_ruby.rb               |  124 ++++++-
 test/tools/test_msgmerge.rb                        |  293 +--------------
 test/tools/test_po.rb                              |    2 +-
 test/tools/test_tools.rb                           |   61 ----
 test/tools/test_xgettext.rb                        |  319 ++++++++--------
 106 files changed, 2050 insertions(+), 2581 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gettext.git



More information about the Pkg-ruby-extras-commits mailing list