--- !ruby/object:Gem::Specification name: rails_execution version: !ruby/object:Gem::Version version: 0.1.7 platform: ruby authors: - Khoa Nguyen autorequire: bindir: exe cert_chain: [] date: 2023-08-17 00:00:00.000000000 Z dependencies: - !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' description: 'Rails Engine: Execute the script for migration, cleanup data and specially case' email: - thanhkhoait@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".ruby-version" - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - app/assets/images/executions/approved.png - app/assets/images/executions/favicon.png - app/assets/images/executions/logo.png - app/assets/images/executions/rejected.png - app/assets/images/executions/robot.png - app/assets/javascripts/executions/ace.min.js - app/assets/javascripts/executions/ace.modes.ruby.min.js - app/assets/javascripts/executions/ace.theme-solarized_dark.min.js - app/assets/javascripts/executions/base.js - app/assets/javascripts/executions/bootstrap.5.2.1.min.js - app/assets/javascripts/executions/chart.min.js - app/assets/javascripts/executions/comments.js - app/assets/javascripts/executions/easymde.min.js - app/assets/javascripts/executions/events.js - app/assets/javascripts/executions/flatpickr.min.js - app/assets/javascripts/executions/highlight.min.js - app/assets/javascripts/executions/highlight.ruby.min.js - app/assets/javascripts/executions/jquery-3.6.1.min.js - app/assets/javascripts/executions/marked.min.js - app/assets/javascripts/executions/rails.js - app/assets/javascripts/executions/select2.min.js - app/assets/stylesheets/executions/base.css - app/assets/stylesheets/executions/bootstrap-icons.css - app/assets/stylesheets/executions/comments.css - app/assets/stylesheets/executions/easymde.min.css - app/assets/stylesheets/executions/flatpickr.min.css - app/assets/stylesheets/executions/fonts.css - app/assets/stylesheets/executions/highlight.min.css - app/assets/stylesheets/executions/modify.scss - app/assets/stylesheets/executions/select2.min.css - app/assets/stylesheets/executions/style.scss - app/controllers/rails_execution/base_controller.rb - app/controllers/rails_execution/comments_controller.rb - app/controllers/rails_execution/dashboards_controller.rb - app/controllers/rails_execution/labels_controller.rb - app/controllers/rails_execution/tasks_controller.rb - app/helpers/rails_execution/base_helper.rb - app/helpers/rails_execution/policy_helper.rb - app/helpers/rails_execution/rendering_helper.rb - app/models/rails_execution/activity.rb - app/models/rails_execution/comment.rb - app/models/rails_execution/label.rb - app/models/rails_execution/task.rb - app/models/rails_execution/task_label.rb - app/models/rails_execution/task_review.rb - app/services/rails_execution/tasks/create_service.rb - app/services/rails_execution/tasks/filter_service.rb - app/views/layouts/execution.html.haml - app/views/rails_execution/comments/_comment.html.haml - app/views/rails_execution/comments/create.js.haml - app/views/rails_execution/comments/update.js.haml - app/views/rails_execution/dashboards/charts/_insights.html.haml - app/views/rails_execution/dashboards/home.html.haml - app/views/rails_execution/dashboards/insights.json.jbuilder - app/views/rails_execution/shared/_flash.html.haml - app/views/rails_execution/shared/_header.html.haml - app/views/rails_execution/shared/_paging.html.haml - app/views/rails_execution/tasks/_actions.html.haml - app/views/rails_execution/tasks/_activities.html.haml - app/views/rails_execution/tasks/_advanced_filter.html.haml - app/views/rails_execution/tasks/_attachment_file_fields.html.haml - app/views/rails_execution/tasks/_attachment_files.html.haml - app/views/rails_execution/tasks/_attachments.html.haml - app/views/rails_execution/tasks/_comments.html.haml - app/views/rails_execution/tasks/_form.html.haml - app/views/rails_execution/tasks/_form_scripts.html.haml - app/views/rails_execution/tasks/_label_collection_select.html.haml - app/views/rails_execution/tasks/_labels.html.haml - app/views/rails_execution/tasks/_new_comment.html.haml - app/views/rails_execution/tasks/_new_label_modal_form.html.haml - app/views/rails_execution/tasks/_quick_filter.html.haml - app/views/rails_execution/tasks/_reviewers.html.haml - app/views/rails_execution/tasks/_schedule.html.haml - app/views/rails_execution/tasks/_script_content.html.haml - app/views/rails_execution/tasks/_show_scripts.html.haml - app/views/rails_execution/tasks/_status.html.haml - app/views/rails_execution/tasks/_task.html.haml - app/views/rails_execution/tasks/_tips.html.haml - app/views/rails_execution/tasks/closed.html.haml - app/views/rails_execution/tasks/completed.html.haml - app/views/rails_execution/tasks/edit.html.haml - app/views/rails_execution/tasks/index.html.haml - app/views/rails_execution/tasks/new.html.haml - app/views/rails_execution/tasks/show.html.haml - config/routes.rb - lib/generators/rails_execution/file_upload_generator.rb - lib/generators/rails_execution/install_generator.rb - lib/generators/rails_execution/templates/config.rb.tt - lib/generators/rails_execution/templates/file_reader.rb.tt - lib/generators/rails_execution/templates/file_uploader.rb.tt - lib/generators/rails_execution/templates/install.rb.tt - lib/rails_execution.rb - lib/rails_execution/app_model.rb - lib/rails_execution/config.rb - lib/rails_execution/engine.rb - lib/rails_execution/error.rb - lib/rails_execution/files/reader.rb - lib/rails_execution/files/uploader.rb - lib/rails_execution/services/approvement.rb - lib/rails_execution/services/background_execution.rb - lib/rails_execution/services/create_scheduled_job.rb - lib/rails_execution/services/execution.rb - lib/rails_execution/services/executor.rb - lib/rails_execution/services/notifier.rb - lib/rails_execution/services/paging.rb - lib/rails_execution/services/remove_scheduled_job.rb - lib/rails_execution/services/syntax_checker.rb - lib/rails_execution/services/task_scheduler.rb - lib/rails_execution/version.rb homepage: https://github.com/ThanhKhoaIT/rails_execution licenses: - MIT metadata: homepage_uri: https://github.com/ThanhKhoaIT/rails_execution source_code_uri: https://github.com/ThanhKhoaIT/rails_execution changelog_uri: https://github.com/ThanhKhoaIT/rails_execution post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.3.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.6 signing_key: specification_version: 4 summary: 'Rails Engine: Execute the script for migration, cleanup data and specially case' test_files: []