# -*- encoding: utf-8 -*- # stub: svenfuchs-i18n 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "svenfuchs-i18n".freeze s.version = "0.2.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-07-12" 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/simple.rb".freeze, "lib/i18n/exceptions.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/simple/all.rb".freeze, "test/backend/simple/api_test.rb".freeze, "test/backend/simple/lookup_test.rb".freeze, "test/backend/simple/setup/base.rb".freeze, "test/backend/simple/setup/localization.rb".freeze, "test/backend/simple/translations_test.rb".freeze, "test/fixtures/locales/en.rb".freeze, "test/fixtures/locales/en.yml".freeze, "test/i18n_exceptions_test.rb".freeze, "test/i18n_load_path_test.rb".freeze, "test/i18n_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/simple/all.rb".freeze, "test/backend/simple/api_test.rb".freeze, "test/backend/simple/lookup_test.rb".freeze, "test/backend/simple/setup/base.rb".freeze, "test/backend/simple/setup/localization.rb".freeze, "test/backend/simple/translations_test.rb".freeze, "test/fixtures/locales/en.rb".freeze, "test/i18n_exceptions_test.rb".freeze, "test/i18n_load_path_test.rb".freeze, "test/i18n_test.rb".freeze, "test/string_test.rb".freeze, "test/test_helper.rb".freeze, "test/with_options.rb".freeze] end