# -*- encoding: utf-8 -*- # stub: mina 1.1.0 ruby libtasks Gem::Specification.new do |s| s.name = "mina".freeze s.version = "1.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "tasks".freeze] s.authors = ["Stjepan Hadji\u0107".freeze] s.date = "2017-09-29" s.description = "Blazing fast application deployment tool.".freeze s.email = ["stjepan.hadjic@infinum.co".freeze] s.executables = ["mina".freeze] s.files = [".codeclimate.yml".freeze, ".github_changelog_generator".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "PRE_1_CHANGELOG.md".freeze, "Rakefile".freeze, "Readme.md".freeze, "bin/mina".freeze, "data/deploy.rb".freeze, "data/deploy.sh.erb".freeze, "docs/3rd_party_plugins.md".freeze, "docs/Readme.md".freeze, "docs/cookbook.md".freeze, "docs/default_plugins.md".freeze, "docs/deploying.md".freeze, "docs/faq.md".freeze, "docs/getting_started.md".freeze, "docs/how_mina_works.md".freeze, "docs/migrating.md".freeze, "docs/writing_your_own_tasks.md".freeze, "lib/Minafile".freeze, "lib/mina.rb".freeze, "lib/mina/application.rb".freeze, "lib/mina/backend/local.rb".freeze, "lib/mina/backend/remote.rb".freeze, "lib/mina/commands.rb".freeze, "lib/mina/configuration.rb".freeze, "lib/mina/dsl.rb".freeze, "lib/mina/helpers/internal.rb".freeze, "lib/mina/helpers/output.rb".freeze, "lib/mina/runner.rb".freeze, "lib/mina/runner/exec.rb".freeze, "lib/mina/runner/pretty.rb".freeze, "lib/mina/runner/printer.rb".freeze, "lib/mina/runner/system.rb".freeze, "lib/mina/version.rb".freeze, "lib/mina/windows_patches.rb".freeze, "mina.gemspec".freeze, "spec/lib/mina/application_spec.rb".freeze, "spec/lib/mina/backend/local_spec.rb".freeze, "spec/lib/mina/backend/remote_spec.rb".freeze, "spec/lib/mina/commands_spec.rb".freeze, "spec/lib/mina/configuration_spec.rb".freeze, "spec/lib/mina/helpers/internal_spec.rb".freeze, "spec/lib/mina/helpers/output_spec.rb".freeze, "spec/lib/mina/runner_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/outputs/bundle_clean.txt".freeze, "spec/support/outputs/bundle_install.txt".freeze, "spec/support/outputs/chruby.txt".freeze, "spec/support/outputs/console.txt".freeze, "spec/support/outputs/deploy_cleanup.txt".freeze, "spec/support/outputs/deploy_force_unlock.txt".freeze, "spec/support/outputs/deploy_link_shared_paths.txt".freeze, "spec/support/outputs/git_clone.txt".freeze, "spec/support/outputs/git_clone_commit.txt".freeze, "spec/support/outputs/git_revision.txt".freeze, "spec/support/outputs/log.txt".freeze, "spec/support/outputs/rails_assets_clean.txt".freeze, "spec/support/outputs/rails_assets_precompile.txt".freeze, "spec/support/outputs/rails_db_create.txt".freeze, "spec/support/outputs/rails_db_migrate.txt".freeze, "spec/support/outputs/rails_db_rollback.txt".freeze, "spec/support/outputs/rails_db_schema_load.txt".freeze, "spec/support/outputs/rbenv_load.txt".freeze, "spec/support/outputs/rollback.txt".freeze, "spec/support/outputs/run.txt".freeze, "spec/support/outputs/rvm_use.txt".freeze, "spec/support/outputs/ry.txt".freeze, "spec/support/outputs/setup.txt".freeze, "spec/support/outputs/ssh_keyscan_repo.txt".freeze, "spec/support/rake_example_group.rb".freeze, "spec/tasks/bundler_spec.rb".freeze, "spec/tasks/default_spec.rb".freeze, "spec/tasks/deploy_spec.rb".freeze, "spec/tasks/git_spec.rb".freeze, "spec/tasks/init_spec.rb".freeze, "spec/tasks/rails_spec.rb".freeze, "spec/tasks/ruby_managers_spec.rb".freeze, "tasks/mina/bundler.rb".freeze, "tasks/mina/chruby.rb".freeze, "tasks/mina/default.rb".freeze, "tasks/mina/deploy.rb".freeze, "tasks/mina/git.rb".freeze, "tasks/mina/install.rb".freeze, "tasks/mina/rails.rb".freeze, "tasks/mina/rbenv.rb".freeze, "tasks/mina/rvm.rb".freeze, "tasks/mina/ry.rb".freeze, "test_env/config/deploy.rb".freeze] s.homepage = "https://github.com/mina-deploy/mina".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Blazing fast application deployment tool.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.3.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end