# -*- encoding: utf-8 -*- # stub: i18n 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "i18n".freeze s.version = "0.3.0".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-11-30" 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, "lib/i18n.rb".freeze, "lib/i18n/backend.rb".freeze, "lib/i18n/backend/active_record.rb".freeze, "lib/i18n/backend/active_record/store_procs.rb".freeze, "lib/i18n/backend/active_record/translation.rb".freeze, "lib/i18n/backend/active_record_missing.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/helpers.rb".freeze, "lib/i18n/backend/metadata.rb".freeze, "lib/i18n/backend/pluralization.rb".freeze, "lib/i18n/backend/simple.rb".freeze, "lib/i18n/core_ext/object/meta_class.rb".freeze, "lib/i18n/core_ext/string/interpolate.rb".freeze, "lib/i18n/exceptions.rb".freeze, "lib/i18n/gettext.rb".freeze, "lib/i18n/helpers.rb".freeze, "lib/i18n/helpers/gettext.rb".freeze, "lib/i18n/locale.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, "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/active_record_test.rb".freeze, "test/backend/active_record/all.rb".freeze, "test/backend/active_record/api_test.rb".freeze, "test/backend/active_record/setup.rb".freeze, "test/backend/active_record_missing/active_record_missing_test.rb".freeze, "test/backend/all/api_test.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/metadata/metadata_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/helpers_test.rb".freeze, "test/backend/simple/lookup_test.rb".freeze, "test/backend/simple/setup.rb".freeze, "test/backend/simple/translations_test.rb".freeze, "test/core_ext/string/interpolate_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/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/active_record_test.rb".freeze, "test/backend/active_record/all.rb".freeze, "test/backend/active_record/api_test.rb".freeze, "test/backend/active_record/setup.rb".freeze, "test/backend/active_record_missing/active_record_missing_test.rb".freeze, "test/backend/all/api_test.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/metadata/metadata_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/helpers_test.rb".freeze, "test/backend/simple/lookup_test.rb".freeze, "test/backend/simple/setup.rb".freeze, "test/backend/simple/translations_test.rb".freeze, "test/core_ext/string/interpolate_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/test_helper.rb".freeze, "test/with_options.rb".freeze] end