# -*- encoding: utf-8 -*- # stub: has_translations 0.3.2 ruby lib Gem::Specification.new do |s| s.name = "has_translations".freeze s.version = "0.3.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 = ["Dmitry Polushkin".freeze] s.date = "2011-02-04" s.description = "Create translations for your ActiveRecord models. Uses delegate pattern. Fully tested and used in a several production sites.".freeze s.email = "dmitry.polushkin@gmail.com".freeze s.extra_rdoc_files = ["README.md".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "generators/has_translations/USAGE".freeze, "generators/has_translations/has_translations_generator.rb".freeze, "has_translations.gemspec".freeze, "init.rb".freeze, "install.rb".freeze, "lib/has_translations.rb".freeze, "tasks/has_translations_tasks.rake".freeze, "test/.gitignore".freeze, "test/has_translations_test.rb".freeze, "test/schema.rb".freeze, "test/test_helper.rb".freeze, "uninstall.rb".freeze] s.homepage = "http://github.com/dmitry/has_translations".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Create translations for your ActiveRecord models.".freeze s.test_files = ["test/has_translations_test.rb".freeze, "test/schema.rb".freeze, "test/test_helper.rb".freeze] end