# -*- encoding: utf-8 -*-
# stub: theoooo-i18n 0.2.2 ruby lib

Gem::Specification.new do |s|
  s.name = "theoooo-i18n".freeze
  s.version = "0.2.2".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Sven Fuchs".freeze, "Joshua Harvey".freeze, "Matt Aimonetti".freeze, "Stephan Soller".freeze, "Saimon Moore".freeze]
  s.date = "2009-08-04"
  s.description = "Add Internationalization support to your Ruby application.".freeze
  s.email = "rails-i18n@googlegroups.com".freeze
  s.extra_rdoc_files = ["README.textile".freeze]
  s.files = ["CHANGELOG.textile".freeze, "MIT-LICENSE".freeze, "README.textile".freeze, "Rakefile".freeze, "VERSION".freeze, "VERSION.yml".freeze, "lib/i18n.rb".freeze, "lib/i18n/backend/active_record.rb".freeze, "lib/i18n/backend/active_record/translation.rb".freeze, "lib/i18n/backend/base.rb".freeze, "lib/i18n/backend/cache.rb".freeze, "lib/i18n/backend/chain.rb".freeze, "lib/i18n/backend/fallbacks.rb".freeze, "lib/i18n/backend/gettext.rb".freeze, "lib/i18n/backend/pluralization.rb".freeze, "lib/i18n/backend/simple.rb".freeze, "lib/i18n/exceptions.rb".freeze, "lib/i18n/gettext.rb".freeze, "lib/i18n/hash.rb".freeze, "lib/i18n/helpers/gettext.rb".freeze, "lib/i18n/locale/fallbacks.rb".freeze, "lib/i18n/locale/tag.rb".freeze, "lib/i18n/locale/tag/parents.rb".freeze, "lib/i18n/locale/tag/rfc4646.rb".freeze, "lib/i18n/locale/tag/simple.rb".freeze, "lib/i18n/string.rb".freeze, "test/all.rb".freeze, "test/api/basics.rb".freeze, "test/api/interpolation.rb".freeze, "test/api/lambda.rb".freeze, "test/api/link.rb".freeze, "test/api/localization/date.rb".freeze, "test/api/localization/date_time.rb".freeze, "test/api/localization/lambda.rb".freeze, "test/api/localization/time.rb".freeze, "test/api/pluralization.rb".freeze, "test/api/translation.rb".freeze, "test/backend/active_record/api_test.rb".freeze, "test/backend/active_record/setup.rb".freeze, "test/backend/cache/cache_test.rb".freeze, "test/backend/chain/api_test.rb".freeze, "test/backend/chain/chain_test.rb".freeze, "test/backend/fallbacks/api_test.rb".freeze, "test/backend/fallbacks/fallbacks_test.rb".freeze, "test/backend/pluralization/api_test.rb".freeze, "test/backend/pluralization/pluralization_test.rb".freeze, "test/backend/simple/all.rb".freeze, "test/backend/simple/api_test.rb".freeze, "test/backend/simple/lookup_test.rb".freeze, "test/backend/simple/setup.rb".freeze, "test/backend/simple/translations_test.rb".freeze, "test/fixtures/locales/de.po".freeze, "test/fixtures/locales/en.rb".freeze, "test/fixtures/locales/en.yml".freeze, "test/fixtures/locales/plurals.rb".freeze, "test/gettext/api_test.rb".freeze, "test/gettext/backend_test.rb".freeze, "test/i18n_exceptions_test.rb".freeze, "test/i18n_load_path_test.rb".freeze, "test/i18n_test.rb".freeze, "test/locale/fallbacks_test.rb".freeze, "test/locale/tag/rfc4646_test.rb".freeze, "test/locale/tag/simple_test.rb".freeze, "test/string_test.rb".freeze, "test/test_helper.rb".freeze, "test/with_options.rb".freeze]
  s.homepage = "http://rails-i18n.org".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "New wave Internationalization support for Ruby".freeze
  s.test_files = ["test/all.rb".freeze, "test/api/basics.rb".freeze, "test/api/interpolation.rb".freeze, "test/api/lambda.rb".freeze, "test/api/link.rb".freeze, "test/api/localization/date.rb".freeze, "test/api/localization/date_time.rb".freeze, "test/api/localization/lambda.rb".freeze, "test/api/localization/time.rb".freeze, "test/api/pluralization.rb".freeze, "test/api/translation.rb".freeze, "test/backend/active_record/api_test.rb".freeze, "test/backend/active_record/setup.rb".freeze, "test/backend/cache/cache_test.rb".freeze, "test/backend/chain/api_test.rb".freeze, "test/backend/chain/chain_test.rb".freeze, "test/backend/fallbacks/api_test.rb".freeze, "test/backend/fallbacks/fallbacks_test.rb".freeze, "test/backend/pluralization/api_test.rb".freeze, "test/backend/pluralization/pluralization_test.rb".freeze, "test/backend/simple/all.rb".freeze, "test/backend/simple/api_test.rb".freeze, "test/backend/simple/lookup_test.rb".freeze, "test/backend/simple/setup.rb".freeze, "test/backend/simple/translations_test.rb".freeze, "test/fixtures/locales/en.rb".freeze, "test/fixtures/locales/plurals.rb".freeze, "test/gettext/api_test.rb".freeze, "test/gettext/backend_test.rb".freeze, "test/i18n_exceptions_test.rb".freeze, "test/i18n_load_path_test.rb".freeze, "test/i18n_test.rb".freeze, "test/locale/fallbacks_test.rb".freeze, "test/locale/tag/rfc4646_test.rb".freeze, "test/locale/tag/simple_test.rb".freeze, "test/string_test.rb".freeze, "test/test_helper.rb".freeze, "test/with_options.rb".freeze]

  s.specification_version = 2

  s.add_runtime_dependency(%q<ruby2ruby>.freeze, ["= 1.2.2".freeze])
end