--- !ruby/object:Gem::Specification name: deploy-context version: !ruby/object:Gem::Version version: 2.2.0.3.gec16643.4.g20d2d42.4.g17e8559.12.g831d0a8.4.gbb2ab14.12.g0bc028d platform: ruby authors: - Jimmy Provencher autorequire: bindir: bin cert_chain: - | -----BEGIN CERTIFICATE----- MIIEXjCCAsagAwIBAgIBATANBgkqhkiG9w0BAQsFADAsMSowKAYDVQQDDCFqaW1t eS5wcm92ZW5jaGVyL0RDPWhvdG1haWwvREM9Y2EwHhcNMjIxMDE4MjExMjAwWhcN MjMxMDE4MjExMjAwWjAsMSowKAYDVQQDDCFqaW1teS5wcm92ZW5jaGVyL0RDPWhv dG1haWwvREM9Y2EwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQCex0r1 ngWBVriaiIpaW08qeFeaCMqRlotYWvXA4M796ahhyE0HUAz8IfqXyZL9FU3lyOW2 AdtO8ISR0W1nwOn3hJj6KL+KDylHP0Ih3k7pI7NysaBxi3QlpWSVOw+DOJA2OsLm W/a9ZTeRigHiLkq4ZGIYiJFw7LhZSC1onXkGXu7vjST0ZFGL75z7kg+7zVRdB8IB LwfwU93VPlRdNSBu4D3te0A6jN+Gvh2zvAKqd5muxT2869R0AaSDDeXyn70CbQry AgXwO62Zl0whs5SYKZT4SHTsKPPEvIaj9UXJ863/lvxUQaqvpl+w+I/JvWaBcUS5 Ym+11VgydPyPZUiJN9EsvJJw9SuxjOXFtoGBVJ5SC3bgHeN6n74c8TCoH0IzZYlE NLdQLw673cC4PkU2TRLYd9hKkH/0br/uxFiIcKjb0NfGERjZhYNugYNPCUzeYiM7 s4azT0a9oAbTVDjObG6M1xwOstnrdJtRaYDCswjVVtusAI10kNj4pvLVndECAwEA AaOBijCBhzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQUXwYB8v7w YzFbhswW02omiSMDHBAwJgYDVR0RBB8wHYEbamltbXkucHJvdmVuY2hlckBob3Rt YWlsLmNhMCYGA1UdEgQfMB2BG2ppbW15LnByb3ZlbmNoZXJAaG90bWFpbC5jYTAN BgkqhkiG9w0BAQsFAAOCAYEAecUO+U9BJ90Lz75iwpvmHjAy8CixyATIEb1iw/t2 tKa/XYQN8gRvYPIESWI0cgeakOZjQvlv4CUAvSwNonteXEIHUqj5p4zdGYgCQyrv XmlGFnzoYtCwXDPWBiVZ11NyKFl8g27c3JV6mNGaWoY/zbZYtifxo6Iv8l7MDpPq BXDjxEsM3sPAjRnH5UGt8gFF+0qHPVDPrJSnrHYj2StSkD/k+YGFTkbr6QEVlzMa oQ9rnGKTcTyuNDtwL8dI2+Ay10miwo9UYFUMcFQ6UCo6QhRfCrxiTeHd8F6Mz+2o FR9USF33SMWVcExLE3wwJaEEh93XbEW8flLD3MkSILSXVG2yuJ0aLMPbfJFIErhy Lx8rvDe6SWVyoIUMM8rJbzSPV2I9w9evPUTmJu8QQLNMzMaWwWJqTG93AZBAdWlY +V3ectLBpuoKM8f/ZFMnUPA0mAv5e7J6u9IBwyNj/cy+wLOAbpPdmhoKZXCpQcno ysBBJbi//0tgFWwC4vOaDMch -----END CERTIFICATE----- date: 2023-10-05 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: chef requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: test-kitchen requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: git-version-bump 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: Using Chef cookbook style and force any script using it to switch to chef even if it is not install. It will install it tho ;) email: - jimbo_dragon@hotmail.com executables: - deploy-context extensions: [] extra_rdoc_files: - README.md - LICENSE files: - ".gitignore" - ".kitchen/logs/kitchen.log" - CHANGELOG.md - Gemfile - LICENSE - Policyfile.rb - README.md - Rakefile - VERSION - bin/deploy-context - chefignore - compliance/README.md - config/cucumber.yml - deploy-context.gemspec - features/code_update.feature - features/step_definitions/deploy-context.rb - features/support/env.rb - features/update_deployer.feature - features/updated_git.feature - kitchen.yml - libraries/context-manager.rb - libraries/deploy-context.rb - libraries/deploy-context/deploy.rb - libraries/deploy-context/deploy/context.rb - libraries/deploy-context/deploy/cookbook.rb - libraries/deploy-context/deploy/cucumber.rb - libraries/deploy-context/deploy/deployer.rb - libraries/deploy-context/deploy/git.rb - libraries/deploy-context/deploy/ruby.rb - libraries/deploy-context/deploy/vagrant.rb - libraries/deploy-context/helpers/binary.rb - libraries/deploy-context/helpers/command.rb - libraries/deploy-context/helpers/rake_tasks.rb - libraries/deploy-context/step_definitions/deploy-context.rb - metadata.rb - recipes/default.rb - test/integration/default/default_test.rb homepage: https://github.com/JimboDragonGit/deploy-context licenses: - MIT metadata: bug_tracker_uri: https://github.com/JimboDragonGit/deploy-context/issues changelog_uri: https://github.com/JimboDragonGit/deploy-context/releases homepage_uri: https://github.com/JimboDragonGit/deploy-context post_install_message: rdoc_options: - "--charset=UTF-8" require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubygems_version: 3.2.32 signing_key: specification_version: 4 summary: A auto chef bootstrapper and wrapper cookbook to deploy code and context test_files: []