--- !ruby/object:Gem::Specification name: lesli_babel version: !ruby/object:Gem::Version version: 0.6.0 platform: ruby authors: - The Lesli Development Team autorequire: bindir: bin cert_chain: [] date: 2024-03-03 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 7.0.6 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 7.0.6 - !ruby/object:Gem::Dependency name: lesli requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5' description: Translation Management System for The Lesli Framework email: - hello@lesli.tech executables: [] extensions: [] extra_rdoc_files: [] files: - Rakefile - app/assets/config/lesli_babel_manifest.js - app/assets/images/lesli_babel/babel-logo.svg - app/assets/javascripts/lesli_babel/application.js - app/assets/stylesheets/lesli_babel/application.css - app/controllers/lesli_babel/application_controller.rb - app/controllers/lesli_babel/buckets_controller.rb - app/controllers/lesli_babel/clones_controller.rb - app/controllers/lesli_babel/dashboards_controller.rb - app/controllers/lesli_babel/modules_controller.rb - app/controllers/lesli_babel/relevants_controller.rb - app/controllers/lesli_babel/strings_controller.rb - app/controllers/lesli_babel/translations_controller.rb - app/jobs/lesli_babel/application_job.rb - app/mailers/lesli_babel/application_mailer.rb - app/models/lesli_babel/application_record.rb - app/models/lesli_babel/bucket.rb - app/models/lesli_babel/clone.rb - app/models/lesli_babel/dashboard.rb - app/models/lesli_babel/module.rb - app/models/lesli_babel/relevant.rb - app/models/lesli_babel/string.rb - app/models/lesli_babel/translation.rb - app/services/lesli_babel/deploy_rails_service.rb - app/services/lesli_babel/module_service.rb - app/services/lesli_babel/string_service.rb - app/views/lesli_babel/buckets/_form.html.erb - app/views/lesli_babel/buckets/edit.html.erb - app/views/lesli_babel/buckets/index.html.erb - app/views/lesli_babel/buckets/new.html.erb - app/views/lesli_babel/buckets/show.html.erb - app/views/lesli_babel/clones/_form.html.erb - app/views/lesli_babel/clones/edit.html.erb - app/views/lesli_babel/clones/index.html.erb - app/views/lesli_babel/clones/new.html.erb - app/views/lesli_babel/clones/show.html.erb - app/views/lesli_babel/dashboards/show.html.erb - app/views/lesli_babel/dashboards/stats..html.erb - app/views/lesli_babel/modules/_form.html.erb - app/views/lesli_babel/modules/edit.html.erb - app/views/lesli_babel/modules/index.html.erb - app/views/lesli_babel/modules/new.html.erb - app/views/lesli_babel/modules/show.html.erb - app/views/lesli_babel/partials/_engine-navigation.html.erb - app/views/lesli_babel/partials/_engine-sidebar.html.erb - app/views/lesli_babel/relevants/edit.html.erb - app/views/lesli_babel/relevants/index.html.erb - app/views/lesli_babel/relevants/new.html.erb - app/views/lesli_babel/relevants/show.html.erb - app/views/lesli_babel/string/activities/_form.html.erb - app/views/lesli_babel/string/activities/edit.html.erb - app/views/lesli_babel/string/activities/index.html.erb - app/views/lesli_babel/string/activities/new.html.erb - app/views/lesli_babel/string/activities/show.html.erb - app/views/lesli_babel/string/discussions/_form.html.erb - app/views/lesli_babel/string/discussions/edit.html.erb - app/views/lesli_babel/string/discussions/index.html.erb - app/views/lesli_babel/string/discussions/new.html.erb - app/views/lesli_babel/string/discussions/show.html.erb - app/views/lesli_babel/strings/_form.html.erb - app/views/lesli_babel/strings/edit.html.erb - app/views/lesli_babel/strings/index.html.erb - app/views/lesli_babel/strings/new.html.erb - app/views/lesli_babel/strings/show.html.erb - app/views/lesli_babel/translations/_form.html.erb - app/views/lesli_babel/translations/edit.html.erb - app/views/lesli_babel/translations/index.html.erb - app/views/lesli_babel/translations/new.html.erb - app/views/lesli_babel/translations/show.html.erb - config/locales/translations.en.yml - config/locales/translations.es.yml - config/routes.rb - db/migrate/v1.0/0901100110_create_lesli_babel_modules.rb - db/migrate/v1.0/0901110110_create_lesli_babel_buckets.rb - db/migrate/v1.0/0901120110_create_lesli_babel_strings.rb - lib/lesli_babel.rb - lib/lesli_babel/engine.rb - lib/lesli_babel/version.rb - lib/scss/application.scss - lib/scss/dashboards.scss - lib/scss/modules.scss - lib/scss/translations.scss - lib/tasks/lesli_babel_tasks.rake - lib/vue/application.js - lib/vue/apps/dashboards/show.vue - lib/vue/apps/modules/show.vue - lib/vue/apps/relevants/index.vue - lib/vue/apps/translations/index.vue - lib/vue/components/actions.vue - lib/vue/components/form-label-editor.vue - lib/vue/components/form-string-new.vue - lib/vue/stores/module.js - lib/vue/stores/statistics.js - lib/vue/stores/string.js - lib/vue/stores/strings.js - lib/vue/stores/translations.js - lib/vue/stores/translations.json - license - readme.md homepage: https://www.lesli.dev/ licenses: - GPL-3.0 metadata: homepage_uri: https://www.lesli.dev/ source_code_uri: https://github.com/LesliTech/LesliBabel changelog_uri: https://github.com/LesliTech/LesliBabel post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.7' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.3.7 signing_key: specification_version: 4 summary: Translation Management System for The Lesli Framework test_files: []