--- !ruby/object:Gem::Specification name: translate-rails3-plus version: !ruby/object:Gem::Version version: 0.0.15 platform: ruby authors: - Peter Marklund - Milan Novota - Roman Shterenzon - Garth Smedley autorequire: bindir: bin cert_chain: [] date: 2017-05-09 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: ya2yaml requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.30' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.30' description: | This plugin provides a web interface for translating Rails I18n texts (requires Rails 3.0 or higher) from one locale to another. The plugin has been tested only with the simple I18n backend that ships with Rails. I18n texts are read from and written to YAML files under config/locales. This gem is a fork of https://github.com/romanbsd/translate. From the original https://github.com/mynewsdesk/translate which also includes work from this fork: https://github.com/milann/translate email: gsmedley@kanayo.com executables: [] extensions: [] extra_rdoc_files: - README.md files: - MIT-LICENSE - README.md - Rakefile - VERSION - app/controllers/translate_controller.rb - app/helpers/translate_helper.rb - app/views/layouts/translate.html.erb - app/views/translate/_array_form.html.erb - app/views/translate/_pagination.html.erb - app/views/translate/_string_form.html.erb - app/views/translate/index.html.erb - config/routes.rb - init.rb - lib/tasks/translate.rake - lib/translate.rb - lib/translate/file.rb - lib/translate/keys.rb - lib/translate/log.rb - lib/translate/routes.rb - lib/translate/storage.rb - spec/controllers/translate_controller_spec.rb - spec/file_spec.rb - spec/files/translate/app/models/article.rb - spec/files/translate/app/views/category.erb - spec/files/translate/app/views/category.html - spec/files/translate/app/views/category.html.erb - spec/files/translate/app/views/category.rhtml - spec/files/translate/public/javascripts/application.js - spec/keys_spec.rb - spec/log_spec.rb - spec/spec_helper.rb - spec/storage_spec.rb homepage: https://github.com/gsmedley/translate licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.6.13 signing_key: specification_version: 3 summary: Newsdesk translate plugin for Rails 3 and above test_files: []