--- !ruby/object:Gem::Specification name: translation_center version: !ruby/object:Gem::Version version: 1.7.1 platform: ruby authors: - BadrIT - Mahmoud Khaled - Khaled Abdelhady autorequire: bindir: bin cert_chain: [] date: 2013-08-26 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.1.0 - - <= - !ruby/object:Gem::Version version: 3.2.12 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.1.0 - - <= - !ruby/object:Gem::Version version: 3.2.12 - !ruby/object:Gem::Dependency name: jquery-rails requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: haml requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: haml-rails requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: acts_as_votable requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: ya2yaml requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: font-awesome-rails requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: audited-activerecord requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: jquery-ui-rails requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: Translation Center is a multi lingual web engine for Rails 3 apps. It builds a translation center community with translators and admins from your system users. email: - mahmoud.khaled@badrit.com executables: [] extensions: [] extra_rdoc_files: [] files: - app/helpers/translation_center/center_helper.rb - app/helpers/translation_center/application_helper.rb - app/helpers/translation_center/categories_helper.rb - app/helpers/translation_center/translations_helper.rb - app/helpers/translation_center/translation_keys_helper.rb - app/controllers/translation_center/translation_keys_controller.rb - app/controllers/translation_center/categories_controller.rb - app/controllers/translation_center/center_controller.rb - app/controllers/translation_center/translations_controller.rb - app/controllers/translation_center/application_controller.rb - app/models/translation_center/activity_query.rb - app/models/translation_center/translation_key.rb - app/models/translation_center/category.rb - app/models/translation_center/translation.rb - app/assets/javascripts/translation_center/translations.js - app/assets/javascripts/translation_center/application.js - app/assets/javascripts/translation_center/inspector.js.erb - app/assets/javascripts/translation_center/bootstrap.js - app/assets/javascripts/translation_center/center.js - app/assets/javascripts/translation_center/translation_keys.js - app/assets/javascripts/translation_center/jquery.jeditable.mini.js - app/assets/javascripts/translation_center/categories.js - app/assets/javascripts/translation_center/spin.min.js - app/assets/javascripts/translation_center/jquery-ui.js - app/assets/javascripts/translation_center/routes.js - app/assets/stylesheets/translation_center/inspector.css - app/assets/stylesheets/translation_center/translation_keys.css - app/assets/stylesheets/translation_center/categories.css - app/assets/stylesheets/translation_center/translations.css - app/assets/stylesheets/translation_center/bootstrap.css - app/assets/stylesheets/translation_center/center.css - app/assets/stylesheets/translation_center/application.css - app/assets/images/translation_center/loading.gif - app/assets/images/translation_center/badr_it.png - app/assets/images/translation_center/translation_center_logo.png - app/views/layouts/translation_center/application.html.haml - app/views/translation_center/errors/exception.html.haml - app/views/translation_center/translations/_search_results.html.haml - app/views/translation_center/translations/unvote.js.haml - app/views/translation_center/translations/_index.html.haml - app/views/translation_center/translations/accept.js.haml - app/views/translation_center/translations/destroy.js.haml - app/views/translation_center/translations/_show.html.haml - app/views/translation_center/translations/search.html.haml - app/views/translation_center/translations/vote.js.haml - app/views/translation_center/translations/unaccept.js.haml - app/views/translation_center/translations/_accept_translation.html.haml - app/views/translation_center/translations/search.js.haml - app/views/translation_center/categories/index.html.haml - app/views/translation_center/categories/_category.html.haml - app/views/translation_center/categories/show.js.haml - app/views/translation_center/categories/show.html.haml - app/views/translation_center/categories/keys.js.haml - app/views/translation_center/translation_keys/_form.html.haml - app/views/translation_center/translation_keys/destroy.js.haml - app/views/translation_center/translation_keys/_show.html.haml - app/views/translation_center/translation_keys/_translation_keys.html.haml - app/views/translation_center/translation_keys/show.html.haml - app/views/translation_center/translation_keys/_show_keys.html.haml - app/views/translation_center/translation_keys/translations.js.haml - app/views/translation_center/center/search_activity.js.haml - app/views/translation_center/center/dashboard.html.haml - app/views/translation_center/center/manage.js.haml - app/views/translation_center/center/_activity.html.haml - config/routes.rb - lib/generators/translation_center/install/templates/config/translation_center.yml - lib/generators/translation_center/install/templates/assets/translation_center_logo.png - lib/generators/translation_center/install/templates/migrations/create_translation_center_translation_keys.rb - lib/generators/translation_center/install/templates/migrations/create_translation_center_categories.rb - lib/generators/translation_center/install/templates/migrations/create_translation_center_translations.rb - lib/generators/translation_center/install/install_generator.rb - lib/generators/translation_center/USAGE - lib/generators/translation_center/add_lang/templates/migrations/add_lang_status_translation_keys.rb - lib/generators/translation_center/add_lang/add_lang_generator.rb - lib/translation_center/translations_transfer.rb - lib/translation_center/acts_as_translator.rb - lib/translation_center/engine.rb - lib/translation_center/version.rb - lib/translation_center/locale/en.yml - lib/translation_center/translation_helpers.rb - lib/tasks/translation_center.rake - lib/translation_center.rb - MIT-LICENSE - Rakefile - README.md - test/unit/translation_center/translation_key_test.rb - test/unit/translation_center/translation_test.rb - test/unit/translation_center/category_test.rb - test/unit/helpers/translation_center/translation_keys_helper_test.rb - test/unit/helpers/translation_center/categories_helper_test.rb - test/unit/helpers/translation_center/translations_helper_test.rb - test/unit/helpers/translation_center/center_helper_test.rb - test/integration/navigation_test.rb - test/dummy/config.ru - test/dummy/db/schema.rb - test/dummy/db/migrate/20130410082611_devise_create_users.rb - test/dummy/db/migrate/20130410084711_acts_as_votable_migration.rb - test/dummy/db/migrate/20130506103956_fix_translation_user_relation.rb - test/dummy/db/migrate/20130410084711235601_create_translation_center_translations.rb - test/dummy/db/migrate/20130410084711235602_install_audited.rb - test/dummy/db/migrate/20130410084711234392_create_translation_center_categories.rb - test/dummy/db/migrate/20130410082701_create_articles.rb - test/dummy/db/migrate/20130410084711235054_create_translation_center_translation_keys.rb - test/dummy/db/migrate/20130410113111070575_add_de_status_translation_center_translation_keys.rb - test/dummy/db/migrate/20130801102022_add_indicies.rb - test/dummy/db/migrate/20130417134539377014_add_ar_status_translation_center_translation_keys.rb - test/dummy/public/404.html - test/dummy/public/500.html - test/dummy/public/422.html - test/dummy/public/favicon.ico - test/dummy/README.rdoc - test/dummy/script/rails - test/dummy/spec/spec_helper.rb - test/dummy/Rakefile - test/dummy/app/helpers/articles_helper.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/controllers/articles_controller.rb - test/dummy/app/controllers/application_controller.rb - test/dummy/app/models/article.rb - test/dummy/app/models/user.rb - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/javascripts/articles.js - test/dummy/app/assets/stylesheets/scaffold.css - test/dummy/app/assets/stylesheets/articles.css - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/images/translation_center_logo.png - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/articles/_form.html.haml - test/dummy/app/views/articles/index.html.haml - test/dummy/app/views/articles/show.html.haml - test/dummy/app/views/articles/edit.html.haml - test/dummy/app/views/articles/new.html.haml - test/dummy/config/environments/test.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environment.rb - test/dummy/config/locales/en.yml - test/dummy/config/locales/devise.en.yml - test/dummy/config/locales/de.yml - test/dummy/config/locales/ar.yml - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/routes.rb - test/dummy/config/application.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/devise.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/translation_center.yml - test/dummy/test/unit/post_test.rb - test/dummy/test/unit/helpers/posts_helper_test.rb - test/dummy/test/unit/helpers/articles_helper_test.rb - test/dummy/test/unit/article_test.rb - test/dummy/test/unit/user_test.rb - test/dummy/test/fixtures/articles.yml - test/dummy/test/fixtures/users.yml - test/dummy/test/fixtures/posts.yml - test/dummy/test/functional/articles_controller_test.rb - test/dummy/test/functional/posts_controller_test.rb - test/fixtures/translation_center/translations.yml - test/fixtures/translation_center/categories.yml - test/fixtures/translation_center/translation_keys.yml - test/test_helper.rb - test/translation_center_test.rb - test/functional/translation_center/translation_keys_controller_test.rb - test/functional/translation_center/categories_controller_test.rb - test/functional/translation_center/center_controller_test.rb - test/functional/translation_center/translations_controller_test.rb homepage: http://github.com/BadrIT/translation_center licenses: - MIT 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.0.7 signing_key: specification_version: 4 summary: Multi lingual web Translation Center community for Rails 3 apps test_files: - test/unit/translation_center/translation_key_test.rb - test/unit/translation_center/translation_test.rb - test/unit/translation_center/category_test.rb - test/unit/helpers/translation_center/translation_keys_helper_test.rb - test/unit/helpers/translation_center/categories_helper_test.rb - test/unit/helpers/translation_center/translations_helper_test.rb - test/unit/helpers/translation_center/center_helper_test.rb - test/integration/navigation_test.rb - test/dummy/config.ru - test/dummy/db/schema.rb - test/dummy/db/migrate/20130410082611_devise_create_users.rb - test/dummy/db/migrate/20130410084711_acts_as_votable_migration.rb - test/dummy/db/migrate/20130506103956_fix_translation_user_relation.rb - test/dummy/db/migrate/20130410084711235601_create_translation_center_translations.rb - test/dummy/db/migrate/20130410084711235602_install_audited.rb - test/dummy/db/migrate/20130410084711234392_create_translation_center_categories.rb - test/dummy/db/migrate/20130410082701_create_articles.rb - test/dummy/db/migrate/20130410084711235054_create_translation_center_translation_keys.rb - test/dummy/db/migrate/20130410113111070575_add_de_status_translation_center_translation_keys.rb - test/dummy/db/migrate/20130801102022_add_indicies.rb - test/dummy/db/migrate/20130417134539377014_add_ar_status_translation_center_translation_keys.rb - test/dummy/public/404.html - test/dummy/public/500.html - test/dummy/public/422.html - test/dummy/public/favicon.ico - test/dummy/README.rdoc - test/dummy/script/rails - test/dummy/spec/spec_helper.rb - test/dummy/Rakefile - test/dummy/app/helpers/articles_helper.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/controllers/articles_controller.rb - test/dummy/app/controllers/application_controller.rb - test/dummy/app/models/article.rb - test/dummy/app/models/user.rb - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/javascripts/articles.js - test/dummy/app/assets/stylesheets/scaffold.css - test/dummy/app/assets/stylesheets/articles.css - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/images/translation_center_logo.png - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/articles/_form.html.haml - test/dummy/app/views/articles/index.html.haml - test/dummy/app/views/articles/show.html.haml - test/dummy/app/views/articles/edit.html.haml - test/dummy/app/views/articles/new.html.haml - test/dummy/config/environments/test.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environment.rb - test/dummy/config/locales/en.yml - test/dummy/config/locales/devise.en.yml - test/dummy/config/locales/de.yml - test/dummy/config/locales/ar.yml - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/routes.rb - test/dummy/config/application.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/devise.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/translation_center.yml - test/dummy/test/unit/post_test.rb - test/dummy/test/unit/helpers/posts_helper_test.rb - test/dummy/test/unit/helpers/articles_helper_test.rb - test/dummy/test/unit/article_test.rb - test/dummy/test/unit/user_test.rb - test/dummy/test/fixtures/articles.yml - test/dummy/test/fixtures/users.yml - test/dummy/test/fixtures/posts.yml - test/dummy/test/functional/articles_controller_test.rb - test/dummy/test/functional/posts_controller_test.rb - test/fixtures/translation_center/translations.yml - test/fixtures/translation_center/categories.yml - test/fixtures/translation_center/translation_keys.yml - test/test_helper.rb - test/translation_center_test.rb - test/functional/translation_center/translation_keys_controller_test.rb - test/functional/translation_center/categories_controller_test.rb - test/functional/translation_center/center_controller_test.rb - test/functional/translation_center/translations_controller_test.rb