ruby-fast-gettext 0.6.8-1 source package in Ubuntu

Changelog

ruby-fast-gettext (0.6.8-1) unstable; urgency=low


  * Team upload.
  * New upstream release.
  * debian/watch: changed to use gemwatch
  * Bump build dependency on gem2deb to >= 0.3.0~
  * debian/patches/0001-fix-rspec-requires.patch: refresh
  * debian/patches/0003-set-default-external-encoding-in-specs-to-
    utf8.patch: refreshed
  * debian/ruby-tests.rb: Re-enable tests
  * added build dependency on ruby-i18n, needed to run tests
  * added debian/patches/fix-tests-with-ruby-calls.patch - do not run ruby
    under bundler

 -- Antonio Terceiro <email address hidden>  Sat, 30 Jun 2012 11:42:51 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-fast-gettext_0.6.8-1.dsc 1.5 KiB cc71edb14fcd165990dd787e012a7b0354ea27840c56958554f93a2a54a235db
ruby-fast-gettext_0.6.8.orig.tar.gz 79.7 KiB 2dc28faf8f3ad8e04db09fd4b69270fad3780e2b8b142f407912e8687ec50107
ruby-fast-gettext_0.6.8-1.debian.tar.gz 5.3 KiB 7a8745d3845d37e1b807a2e4b0da512685a884c6d7d7f6a69248db842c4a192e

Available diffs

No changes file available.

Binary packages built by this source

ruby-fast-gettext: Fast GetText implementation for Ruby

 FastGettext provides fast, memory-efficient, and thread-safe
 internationalization API similar to GNU GetText. In addition to performance
 improvements over original Ruby GetText, its capabilities include support for
 multiple backends and advanced extensibility. Translations can be loaded from
 po, mo, yaml files or, if ActiveRecord is available, from databases.