# -*- encoding: utf-8 -*- # stub: thedarkone-i18n 0.1.4 ruby lib Gem::Specification.new do |s| s.name = "thedarkone-i18n".freeze s.version = "0.1.4".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, "thedarkone2@gmail.com".freeze] s.date = "2009-01-09" s.description = "Add Internationalization support to your Ruby application.".freeze s.email = "rails-i18n@googlegroups.com".freeze s.files = ["MIT-LICENSE".freeze, "README.textile".freeze, "i18n.gemspec".freeze, "lib/i18n.rb".freeze, "lib/i18n/backend/fast.rb".freeze, "lib/i18n/backend/fast/pluralization_compiler.rb".freeze, "lib/i18n/backend/simple.rb".freeze, "lib/i18n/exceptions.rb".freeze, "test/all.rb".freeze, "test/backend_test.rb".freeze, "test/fast_backend_test.rb".freeze, "test/i18n_exceptions_test.rb".freeze, "test/i18n_test.rb".freeze, "test/locale/en.rb".freeze, "test/locale/en.yml".freeze, "test/pluralization_compiler_test.rb".freeze] s.homepage = "http://rails-i18n.org".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Internationalization support for Ruby".freeze s.test_files = ["test/all.rb".freeze, "test/i18n_exceptions_test.rb".freeze, "test/i18n_test.rb".freeze, "test/locale/en.rb".freeze, "test/locale/en.yml".freeze, "test/backend_test.rb".freeze, "test/fast_backend_test.rb".freeze, "test/pluralization_compiler_test.rb".freeze] end