--- !ruby/object:Gem::Specification
name: translation_engine
version: !ruby/object:Gem::Version
  version: 0.0.1
platform: ruby
authors:
- Ondrej Bartas
autorequire: 
bindir: bin
cert_chain: []
date: 2016-09-09 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 4.2.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 4.2.0
- !ruby/object:Gem::Dependency
  name: faraday
  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: rails-assets-html2canvas
  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: sqlite3
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: coffee-rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: jquery-rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
description: Description of TranslationEngine.
email:
- ondrej@bartas.cz
executables: []
extensions: []
extra_rdoc_files: []
files:
- MIT-LICENSE
- Rakefile
- app/assets/javascripts/translation_engine/screenshots.js.coffee
- app/assets/stylesheets/translation_engine/screenshots.css
- app/middlewares/translation_engine/catcher_middleware.rb
- app/middlewares/translation_engine/connection_exception_middleware.rb
- app/middlewares/translation_engine/keys_middleware.rb
- app/middlewares/translation_engine/screenshots_middleware.rb
- app/models/translation_engine/backend.rb
- app/models/translation_engine/connection.rb
- app/models/translation_engine/connection_error.rb
- app/models/translation_engine/downloader.rb
- app/models/translation_engine/error.rb
- app/models/translation_engine/release.rb
- app/models/translation_engine/translation.rb
- config/initializers/translation_engine.rb
- lib/tasks/translation_engine_tasks.rake
- lib/translation_engine.rb
- lib/translation_engine/engine.rb
- lib/translation_engine/version.rb
- test/dummy/README.rdoc
- test/dummy/Rakefile
- test/dummy/app/assets/javascripts/application.js
- test/dummy/app/assets/javascripts/root.js
- test/dummy/app/assets/stylesheets/application.css
- test/dummy/app/assets/stylesheets/root.css
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/controllers/root_controller.rb
- test/dummy/app/helpers/application_helper.rb
- test/dummy/app/helpers/root_helper.rb
- test/dummy/app/views/layouts/application.html.erb
- test/dummy/app/views/root/index.html.erb
- test/dummy/bin/bundle
- test/dummy/bin/rails
- test/dummy/bin/rake
- test/dummy/bin/setup
- test/dummy/config.ru
- test/dummy/config/application.rb
- test/dummy/config/boot.rb
- test/dummy/config/database.yml
- test/dummy/config/environment.rb
- test/dummy/config/environments/development.rb
- test/dummy/config/environments/production.rb
- test/dummy/config/environments/test.rb
- test/dummy/config/initializers/assets.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/cookies_serializer.rb
- test/dummy/config/initializers/filter_parameter_logging.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config/initializers/mime_types.rb
- test/dummy/config/initializers/session_store.rb
- test/dummy/config/initializers/translation_engine.rb
- test/dummy/config/initializers/wrap_parameters.rb
- test/dummy/config/locales/en.yml
- test/dummy/config/routes.rb
- test/dummy/config/secrets.yml
- test/dummy/db/development.sqlite3
- test/dummy/db/test.sqlite3
- test/dummy/log/development.log
- test/dummy/log/test.log
- test/dummy/public/404.html
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/favicon.ico
- test/dummy/test/controllers/root_controller_test.rb
- test/dummy/tmp/cache/assets/development/sprockets/00744134f1b8c820c724a9d6207f3a7a
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
- test/dummy/tmp/cache/assets/development/sprockets/25e260f6a1dc0c4484c200da624af92e
- test/dummy/tmp/cache/assets/development/sprockets/2c59dca85b9e8c86af73e35e031fbbdc
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
- test/dummy/tmp/cache/assets/development/sprockets/3065ce12758c77c2a4921568b7e742a0
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
- test/dummy/tmp/cache/assets/development/sprockets/379aa3c595d4aa45885d1db5fbcb6e3a
- test/dummy/tmp/cache/assets/development/sprockets/3824972f4a7973916302b2649b498d5c
- test/dummy/tmp/cache/assets/development/sprockets/3c856723c34a3a47f181661bc3499592
- test/dummy/tmp/cache/assets/development/sprockets/41448ad2a85326b721f1e060b86dc3dc
- test/dummy/tmp/cache/assets/development/sprockets/4387b22d35f85d5eb8336a8ed1381c5c
- test/dummy/tmp/cache/assets/development/sprockets/48388ecb825f9d2b3ac4af78175993b2
- test/dummy/tmp/cache/assets/development/sprockets/55588f5ab129d88af0eef8e14f0f57aa
- test/dummy/tmp/cache/assets/development/sprockets/6c9de7f2c8ef919141331199520c6890
- test/dummy/tmp/cache/assets/development/sprockets/6ef9396e711eaa215cf2fee6f0102551
- test/dummy/tmp/cache/assets/development/sprockets/7c8b616251089af5cf0b4bddc02c2cf1
- test/dummy/tmp/cache/assets/development/sprockets/83e8ae6039d56661189e1fb4812c89f0
- test/dummy/tmp/cache/assets/development/sprockets/91ae3870a5845130aa888fbe093d1554
- test/dummy/tmp/cache/assets/development/sprockets/9b474687caa91b30ec2214bdd9f54f33
- test/dummy/tmp/cache/assets/development/sprockets/b6c894a4da0fd8d4cd152a353d826045
- test/dummy/tmp/cache/assets/development/sprockets/c17e2e13afcf1d3570e8a857ccede2c1
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
- test/dummy/tmp/cache/assets/development/sprockets/efb95a602af8237a4970b7c683dae187
- test/dummy/tmp/cache/assets/development/sprockets/f603eeacf1822560ceb9ac4102ff8430
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
- test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
- test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
- test/dummy/tmp/cache/assets/test/sprockets/48388ecb825f9d2b3ac4af78175993b2
- test/dummy/tmp/cache/assets/test/sprockets/7c8b616251089af5cf0b4bddc02c2cf1
- test/dummy/tmp/cache/assets/test/sprockets/83e8ae6039d56661189e1fb4812c89f0
- test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
- test/dummy/tmp/cache/assets/test/sprockets/efb95a602af8237a4970b7c683dae187
- test/test_helper.rb
- test/translation_engine_test.rb
homepage: http://blueberry.cz
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.5.1
signing_key: 
specification_version: 4
summary: Connects Rails application to Translation Server
test_files:
- test/dummy/app/assets/javascripts/application.js
- test/dummy/app/assets/javascripts/root.js
- test/dummy/app/assets/stylesheets/application.css
- test/dummy/app/assets/stylesheets/root.css
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/controllers/root_controller.rb
- test/dummy/app/helpers/application_helper.rb
- test/dummy/app/helpers/root_helper.rb
- test/dummy/app/views/layouts/application.html.erb
- test/dummy/app/views/root/index.html.erb
- test/dummy/bin/bundle
- test/dummy/bin/rails
- test/dummy/bin/rake
- test/dummy/bin/setup
- test/dummy/config/application.rb
- test/dummy/config/boot.rb
- test/dummy/config/database.yml
- test/dummy/config/environment.rb
- test/dummy/config/environments/development.rb
- test/dummy/config/environments/production.rb
- test/dummy/config/environments/test.rb
- test/dummy/config/initializers/assets.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/cookies_serializer.rb
- test/dummy/config/initializers/filter_parameter_logging.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config/initializers/mime_types.rb
- test/dummy/config/initializers/session_store.rb
- test/dummy/config/initializers/translation_engine.rb
- test/dummy/config/initializers/wrap_parameters.rb
- test/dummy/config/locales/en.yml
- test/dummy/config/routes.rb
- test/dummy/config/secrets.yml
- test/dummy/config.ru
- test/dummy/db/development.sqlite3
- test/dummy/db/test.sqlite3
- test/dummy/log/development.log
- test/dummy/log/test.log
- test/dummy/public/404.html
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/favicon.ico
- test/dummy/Rakefile
- test/dummy/README.rdoc
- test/dummy/test/controllers/root_controller_test.rb
- test/dummy/tmp/cache/assets/development/sprockets/00744134f1b8c820c724a9d6207f3a7a
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
- test/dummy/tmp/cache/assets/development/sprockets/25e260f6a1dc0c4484c200da624af92e
- test/dummy/tmp/cache/assets/development/sprockets/2c59dca85b9e8c86af73e35e031fbbdc
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
- test/dummy/tmp/cache/assets/development/sprockets/3065ce12758c77c2a4921568b7e742a0
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
- test/dummy/tmp/cache/assets/development/sprockets/379aa3c595d4aa45885d1db5fbcb6e3a
- test/dummy/tmp/cache/assets/development/sprockets/3824972f4a7973916302b2649b498d5c
- test/dummy/tmp/cache/assets/development/sprockets/3c856723c34a3a47f181661bc3499592
- test/dummy/tmp/cache/assets/development/sprockets/41448ad2a85326b721f1e060b86dc3dc
- test/dummy/tmp/cache/assets/development/sprockets/4387b22d35f85d5eb8336a8ed1381c5c
- test/dummy/tmp/cache/assets/development/sprockets/48388ecb825f9d2b3ac4af78175993b2
- test/dummy/tmp/cache/assets/development/sprockets/55588f5ab129d88af0eef8e14f0f57aa
- test/dummy/tmp/cache/assets/development/sprockets/6c9de7f2c8ef919141331199520c6890
- test/dummy/tmp/cache/assets/development/sprockets/6ef9396e711eaa215cf2fee6f0102551
- test/dummy/tmp/cache/assets/development/sprockets/7c8b616251089af5cf0b4bddc02c2cf1
- test/dummy/tmp/cache/assets/development/sprockets/83e8ae6039d56661189e1fb4812c89f0
- test/dummy/tmp/cache/assets/development/sprockets/91ae3870a5845130aa888fbe093d1554
- test/dummy/tmp/cache/assets/development/sprockets/9b474687caa91b30ec2214bdd9f54f33
- test/dummy/tmp/cache/assets/development/sprockets/b6c894a4da0fd8d4cd152a353d826045
- test/dummy/tmp/cache/assets/development/sprockets/c17e2e13afcf1d3570e8a857ccede2c1
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
- test/dummy/tmp/cache/assets/development/sprockets/efb95a602af8237a4970b7c683dae187
- test/dummy/tmp/cache/assets/development/sprockets/f603eeacf1822560ceb9ac4102ff8430
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
- test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
- test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
- test/dummy/tmp/cache/assets/test/sprockets/48388ecb825f9d2b3ac4af78175993b2
- test/dummy/tmp/cache/assets/test/sprockets/7c8b616251089af5cf0b4bddc02c2cf1
- test/dummy/tmp/cache/assets/test/sprockets/83e8ae6039d56661189e1fb4812c89f0
- test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
- test/dummy/tmp/cache/assets/test/sprockets/efb95a602af8237a4970b7c683dae187
- test/test_helper.rb
- test/translation_engine_test.rb