--- !ruby/object:Gem::Specification name: localeapp version: !ruby/object:Gem::Version hash: 9 prerelease: segments: - 0 - 6 - 7 version: 0.6.7 platform: ruby authors: - Christopher Dell - Chris McGrath autorequire: bindir: bin cert_chain: [] date: 2012-11-12 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: i18n prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: json prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: rest-client prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: ya2yaml prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id004 - !ruby/object:Gem::Dependency name: gli prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id005 - !ruby/object:Gem::Dependency name: rake prerelease: false requirement: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id006 - !ruby/object:Gem::Dependency name: rack prerelease: false requirement: &id007 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id007 - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id008 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 35 segments: - 2 - 11 - 0 version: 2.11.0 type: :development version_requirements: *id008 - !ruby/object:Gem::Dependency name: yard prerelease: false requirement: &id009 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 9 segments: - 0 - 6 - 7 version: 0.6.7 type: :development version_requirements: *id009 - !ruby/object:Gem::Dependency name: RedCloth prerelease: false requirement: &id010 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 37 segments: - 4 - 2 - 9 version: 4.2.9 type: :development version_requirements: *id010 - !ruby/object:Gem::Dependency name: aruba prerelease: false requirement: &id011 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 25 segments: - 0 - 4 - 11 version: 0.4.11 type: :development version_requirements: *id011 - !ruby/object:Gem::Dependency name: fakeweb prerelease: false requirement: &id012 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 27 segments: - 1 - 3 - 0 version: 1.3.0 type: :development version_requirements: *id012 description: Synchronizes i18n translation keys and content with localeapp.com so you don't have to manage translations by hand. email: - chris@tigrish.com - chris@octopod.info executables: - localeapp extensions: [] extra_rdoc_files: [] files: - .autotest - .gitignore - .rspec - .rvmrc - .travis.yml - CHANGELOG.md - Gemfile - Gemfile.github_project.rb - Gemfile.i18n_037 - Gemfile.i18n_050 - Gemfile.i18n_060 - README.md - Rakefile - bin/localeapp - cucumber.yml - features/add.feature - features/bad_command.feature - features/help.feature - features/install.feature - features/mv.feature - features/pull.feature - features/push.feature - features/rm.feature - features/step_definitions/cli_steps.rb - features/support/env.rb - features/support/hooks.rb - features/update.feature - init.rb - lib/localeapp.rb - lib/localeapp/api_call.rb - lib/localeapp/api_caller.rb - lib/localeapp/cli/add.rb - lib/localeapp/cli/command.rb - lib/localeapp/cli/daemon.rb - lib/localeapp/cli/install.rb - lib/localeapp/cli/pull.rb - lib/localeapp/cli/push.rb - lib/localeapp/cli/remove.rb - lib/localeapp/cli/rename.rb - lib/localeapp/cli/update.rb - lib/localeapp/configuration.rb - lib/localeapp/default_value_handler.rb - lib/localeapp/exception_handler.rb - lib/localeapp/i18n_shim.rb - lib/localeapp/key_checker.rb - lib/localeapp/missing_translations.rb - lib/localeapp/poller.rb - lib/localeapp/rails.rb - lib/localeapp/rails/2_3_translation_helper_monkeypatch.rb - lib/localeapp/rails/controller.rb - lib/localeapp/rails/flatten.rb - lib/localeapp/routes.rb - lib/localeapp/sender.rb - lib/localeapp/tasks/localeapp.rake - lib/localeapp/updater.rb - lib/localeapp/version.rb - localeapp.gemspec - spec/fixtures/empty_log.yml - spec/fixtures/en.yml - spec/fixtures/es.yml - spec/localeapp/api_call_spec.rb - spec/localeapp/api_caller_spec.rb - spec/localeapp/cli/add_spec.rb - spec/localeapp/cli/daemon_spec.rb - spec/localeapp/cli/install_spec.rb - spec/localeapp/cli/pull_spec.rb - spec/localeapp/cli/push_spec.rb - spec/localeapp/cli/rename_spec.rb - spec/localeapp/cli/update_spec.rb - spec/localeapp/configuration_spec.rb - spec/localeapp/default_value_handler_spec.rb - spec/localeapp/exception_handler_spec.rb - spec/localeapp/key_checker_spec.rb - spec/localeapp/missing_translations_spec.rb - spec/localeapp/poller_spec.rb - spec/localeapp/rails/controller_spec.rb - spec/localeapp/routes_spec.rb - spec/localeapp/sender_spec.rb - spec/localeapp/updater_spec.rb - spec/spec_helper.rb - spec/support/i18n/missing_translation.rb - spec/support/localeapp_integration_data.rb - spec/support/localeapp_synchronization_data.rb homepage: http://www.localeapp.com licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: localeapp rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: Easy i18n translation management with localeapp.com test_files: - features/add.feature - features/bad_command.feature - features/help.feature - features/install.feature - features/mv.feature - features/pull.feature - features/push.feature - features/rm.feature - features/step_definitions/cli_steps.rb - features/support/env.rb - features/support/hooks.rb - features/update.feature - spec/fixtures/empty_log.yml - spec/fixtures/en.yml - spec/fixtures/es.yml - spec/localeapp/api_call_spec.rb - spec/localeapp/api_caller_spec.rb - spec/localeapp/cli/add_spec.rb - spec/localeapp/cli/daemon_spec.rb - spec/localeapp/cli/install_spec.rb - spec/localeapp/cli/pull_spec.rb - spec/localeapp/cli/push_spec.rb - spec/localeapp/cli/rename_spec.rb - spec/localeapp/cli/update_spec.rb - spec/localeapp/configuration_spec.rb - spec/localeapp/default_value_handler_spec.rb - spec/localeapp/exception_handler_spec.rb - spec/localeapp/key_checker_spec.rb - spec/localeapp/missing_translations_spec.rb - spec/localeapp/poller_spec.rb - spec/localeapp/rails/controller_spec.rb - spec/localeapp/routes_spec.rb - spec/localeapp/sender_spec.rb - spec/localeapp/updater_spec.rb - spec/spec_helper.rb - spec/support/i18n/missing_translation.rb - spec/support/localeapp_integration_data.rb - spec/support/localeapp_synchronization_data.rb