# -*- encoding: utf-8 -*- # stub: interpret 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "interpret".freeze s.version = "1.0.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 = ["Roger Campos".freeze] s.date = "2012-05-24" s.description = "Manage your app translations with an i18n active_record backend".freeze s.email = ["roger@itnig.net".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/images/folder.png".freeze, "app/assets/javascripts/interpret.js".freeze, "app/assets/stylesheets/interpret_style.css.erb".freeze, "app/controllers/interpret/base_controller.rb".freeze, "app/controllers/interpret/missing_translations_controller.rb".freeze, "app/controllers/interpret/search_controller.rb".freeze, "app/controllers/interpret/tools_controller.rb".freeze, "app/controllers/interpret/translations_controller.rb".freeze, "app/models/interpret/ability.rb".freeze, "app/models/interpret/expiration_observer.rb".freeze, "app/models/interpret/translation.rb".freeze, "app/views/interpret/missing_translations/blank.html.erb".freeze, "app/views/interpret/missing_translations/index.html.erb".freeze, "app/views/interpret/missing_translations/stale.html.erb".freeze, "app/views/interpret/missing_translations/unused.html.erb".freeze, "app/views/interpret/search/_blank_search.html.erb".freeze, "app/views/interpret/search/_filled_search.html.erb".freeze, "app/views/interpret/search/index.html.erb".freeze, "app/views/interpret/tools/index.html.erb".freeze, "app/views/interpret/translations/_listing.html.erb".freeze, "app/views/interpret/translations/index.html.erb".freeze, "app/views/interpret/translations/new.html.erb".freeze, "app/views/layouts/interpret/interpret.html.erb".freeze, "app/views/layouts/interpret/interpret_base.html.erb".freeze, "config/environment.rb".freeze, "config/routes.rb".freeze, "db/migrate/20111108094329_create_translations.rb".freeze, "interpret.gemspec".freeze, "lib/interpret.rb".freeze, "lib/interpret/engine.rb".freeze, "lib/interpret/helpers.rb".freeze, "lib/interpret/logger.rb".freeze, "lib/interpret/version.rb".freeze, "lib/tasks/interpret.rake".freeze, "script/rails".freeze, "spec/integration/missing_translations_spec.rb".freeze, "spec/integration/search_spec.rb".freeze, "spec/integration/stale_translations_spec.rb".freeze, "spec/integration/tools_spec.rb".freeze, "spec/integration/translations_spec.rb".freeze, "spec/models/translation_spec.rb".freeze, "spec/observers/expiration_observer_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/load_routes.rb".freeze, "spec/support/selenium_db_hack.rb".freeze, "spec/support/utils.rb".freeze, "test_app/Capfile".freeze, "test_app/Gemfile".freeze, "test_app/README".freeze, "test_app/Rakefile".freeze, "test_app/app/assets/images/a1.gif".freeze, "test_app/app/assets/images/a10.jpg".freeze, "test_app/app/assets/images/a16.gif".freeze, "test_app/app/assets/images/a18.gif".freeze, "test_app/app/assets/images/a22.gif".freeze, "test_app/app/assets/images/a26.gif".freeze, "test_app/app/assets/images/a33.gif".freeze, "test_app/app/assets/images/a36.gif".freeze, "test_app/app/assets/images/a38.gif".freeze, "test_app/app/assets/images/a41.gif".freeze, "test_app/app/assets/images/a47.gif".freeze, "test_app/app/assets/images/a50.gif".freeze, "test_app/app/assets/images/a8.gif".freeze, "test_app/app/assets/images/abg.gif".freeze, "test_app/app/assets/images/pic1.jpg".freeze, "test_app/app/assets/images/pic2.jpg".freeze, "test_app/app/assets/images/spacer.gif".freeze, "test_app/app/assets/images/upbg.gif".freeze, "test_app/app/assets/javascripts/application.js".freeze, "test_app/app/assets/stylesheets/.gitkeep".freeze, "test_app/app/assets/stylesheets/default.css.erb".freeze, "test_app/app/assets/stylesheets/private.css".freeze, "test_app/app/controllers/admin/dashboard_controller.rb".freeze, "test_app/app/controllers/application_controller.rb".freeze, "test_app/app/controllers/pages_controller.rb".freeze, "test_app/app/helpers/application_helper.rb".freeze, "test_app/app/models/interpret_ability.rb".freeze, "test_app/app/models/my_sweeper.rb".freeze, "test_app/app/models/user.rb".freeze, "test_app/app/views/admin/dashboard/index.html.erb".freeze, "test_app/app/views/layouts/application.html.erb".freeze, "test_app/app/views/layouts/backoffice.html.erb".freeze, "test_app/app/views/pages/archives.html.erb".freeze, "test_app/app/views/pages/contact.html.erb".freeze, "test_app/app/views/pages/index.html.erb".freeze, "test_app/app/views/pages/links.html.erb".freeze, "test_app/app/views/pages/resources.html.erb".freeze, "test_app/config.ru".freeze, "test_app/config/application.rb".freeze, "test_app/config/boot.rb".freeze, "test_app/config/database.yml".freeze, "test_app/config/environment.rb".freeze, "test_app/config/environments/development.rb".freeze, "test_app/config/environments/production.rb".freeze, "test_app/config/environments/test.rb".freeze, "test_app/config/initializers/backtrace_silencers.rb".freeze, "test_app/config/initializers/inflections.rb".freeze, "test_app/config/initializers/interpret.rb".freeze, "test_app/config/initializers/mime_types.rb".freeze, "test_app/config/initializers/secret_token.rb".freeze, "test_app/config/initializers/session_store.rb".freeze, "test_app/config/locales/en.yml".freeze, "test_app/config/locales/es.yml".freeze, "test_app/config/routes.rb".freeze, "test_app/db/migrate/20110219173536_create_users.rb".freeze, "test_app/db/migrate/20111108094455_create_translations.rb".freeze, "test_app/db/schema.rb".freeze, "test_app/db/seeds.rb".freeze, "test_app/lib/lazy_hash.rb".freeze, "test_app/lib/tasks/.gitkeep".freeze, "test_app/lib/tasks/setup.rake".freeze, "test_app/public/404.html".freeze, "test_app/public/422.html".freeze, "test_app/public/500.html".freeze, "test_app/public/favicon.ico".freeze, "test_app/public/robots.txt".freeze, "test_app/script/rails".freeze, "test_app/vendor/plugins/.gitkeep".freeze] s.homepage = "https://github.com/rogercampos/interpret".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Manage your app translations with an i18n active_record backend".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.30.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.6.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end