# -*- encoding: utf-8 -*- # stub: i18n 0.3.6 ruby lib Gem::Specification.new do |s| s.name = "i18n".freeze s.version = "0.3.6".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 = "2010-03-23" 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, "lib/i18n.rb".freeze, "lib/i18n/backend.rb".freeze, "lib/i18n/backend/active_record.rb".freeze, "lib/i18n/backend/active_record/missing.rb".freeze, "lib/i18n/backend/active_record/store_procs.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/cascade.rb".freeze, "lib/i18n/backend/chain.rb".freeze, "lib/i18n/backend/cldr.rb".freeze, "lib/i18n/backend/fallbacks.rb".freeze, "lib/i18n/backend/fast.rb".freeze, "lib/i18n/backend/gettext.rb".freeze, "lib/i18n/backend/helpers.rb".freeze, "lib/i18n/backend/interpolation_compiler.rb".freeze, "lib/i18n/backend/links.rb".freeze, "lib/i18n/backend/metadata.rb".freeze, "lib/i18n/backend/pluralization.rb".freeze, "lib/i18n/backend/simple.rb".freeze, "lib/i18n/core_ext/hash/except.rb".freeze, "lib/i18n/core_ext/hash/slice.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/gettext/po_parser.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, "lib/i18n/version.rb".freeze, "test/all.rb".freeze, "test/api.rb".freeze, "test/api/active_record_test.rb".freeze, "test/api/all_features_test.rb".freeze, "test/api/cascade_test.rb".freeze, "test/api/chain_test.rb".freeze, "test/api/fallbacks_test.rb".freeze, "test/api/fast_test.rb".freeze, "test/api/pluralization_test.rb".freeze, "test/api/simple_test.rb".freeze, "test/api/tests/basics.rb".freeze, "test/api/tests/defaults.rb".freeze, "test/api/tests/interpolation.rb".freeze, "test/api/tests/link.rb".freeze, "test/api/tests/localization/date.rb".freeze, "test/api/tests/localization/date_time.rb".freeze, "test/api/tests/localization/procs.rb".freeze, "test/api/tests/localization/time.rb".freeze, "test/api/tests/lookup.rb".freeze, "test/api/tests/pluralization.rb".freeze, "test/api/tests/procs.rb".freeze, "test/backend/active_record/missing_test.rb".freeze, "test/backend/active_record_test.rb".freeze, "test/backend/cache_test.rb".freeze, "test/backend/cascade_test.rb".freeze, "test/backend/chain_test.rb".freeze, "test/backend/cldr_test.rb".freeze, "test/backend/exceptions_test.rb".freeze, "test/backend/fallbacks_test.rb".freeze, "test/backend/fast_test.rb".freeze, "test/backend/helpers_test.rb".freeze, "test/backend/interpolation_compiler_test.rb".freeze, "test/backend/metadata_test.rb".freeze, "test/backend/pluralization_test.rb".freeze, "test/backend/simple_test.rb".freeze, "test/core_ext/string/interpolate_test.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_data/locales/cldr/de/calendars.yml".freeze, "test/test_data/locales/cldr/de/currencies.yml".freeze, "test/test_data/locales/cldr/de/numbers.yml".freeze, "test/test_data/locales/de.po".freeze, "test/test_data/locales/en.rb".freeze, "test/test_data/locales/en.yml".freeze, "test/test_data/locales/plurals.rb".freeze, "test/test_helper.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/active_record_test.rb".freeze, "test/api/all_features_test.rb".freeze, "test/api/cascade_test.rb".freeze, "test/api/chain_test.rb".freeze, "test/api/fallbacks_test.rb".freeze, "test/api/fast_test.rb".freeze, "test/api/pluralization_test.rb".freeze, "test/api/simple_test.rb".freeze, "test/api/tests/basics.rb".freeze, "test/api/tests/defaults.rb".freeze, "test/api/tests/interpolation.rb".freeze, "test/api/tests/link.rb".freeze, "test/api/tests/localization/date.rb".freeze, "test/api/tests/localization/date_time.rb".freeze, "test/api/tests/localization/procs.rb".freeze, "test/api/tests/localization/time.rb".freeze, "test/api/tests/lookup.rb".freeze, "test/api/tests/pluralization.rb".freeze, "test/api/tests/procs.rb".freeze, "test/api.rb".freeze, "test/backend/active_record/missing_test.rb".freeze, "test/backend/active_record_test.rb".freeze, "test/backend/cache_test.rb".freeze, "test/backend/cascade_test.rb".freeze, "test/backend/chain_test.rb".freeze, "test/backend/cldr_test.rb".freeze, "test/backend/exceptions_test.rb".freeze, "test/backend/fallbacks_test.rb".freeze, "test/backend/fast_test.rb".freeze, "test/backend/helpers_test.rb".freeze, "test/backend/interpolation_compiler_test.rb".freeze, "test/backend/metadata_test.rb".freeze, "test/backend/pluralization_test.rb".freeze, "test/backend/simple_test.rb".freeze, "test/core_ext/string/interpolate_test.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_data/locales/en.rb".freeze, "test/test_data/locales/plurals.rb".freeze, "test/test_helper.rb".freeze] end