vagrant-unbundled 2.2.4.0 → 2.2.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +44 -0
- data/Gemfile.lock +10 -10
- data/LICENSE +1 -1
- data/README.md +10 -0
- data/RELEASE.md +11 -25
- data/contrib/bash/completion.sh +1 -1
- data/lib/vagrant/action/builtin/mixin_synced_folders.rb +7 -1
- data/lib/vagrant/action/general/package.rb +18 -0
- data/lib/vagrant/action/runner.rb +1 -1
- data/lib/vagrant/action/warden.rb +1 -1
- data/lib/vagrant/batch_action.rb +14 -0
- data/lib/vagrant/box_collection.rb +1 -1
- data/lib/vagrant/bundler.rb +29 -8
- data/lib/vagrant/cli.rb +1 -1
- data/lib/vagrant/environment.rb +50 -5
- data/lib/vagrant/machine.rb +4 -1
- data/lib/vagrant/plugin/v2/trigger.rb +12 -3
- data/lib/vagrant/shared_helpers.rb +8 -0
- data/lib/vagrant/util/guest_inspection.rb +19 -0
- data/lib/vagrant/vagrantfile.rb +18 -14
- data/plugins/commands/box/command/update.rb +8 -2
- data/plugins/commands/cloud/box/create.rb +1 -1
- data/plugins/commands/cloud/box/delete.rb +1 -1
- data/plugins/commands/cloud/provider/create.rb +1 -1
- data/plugins/commands/cloud/provider/delete.rb +1 -1
- data/plugins/commands/cloud/provider/update.rb +1 -1
- data/plugins/commands/cloud/provider/upload.rb +1 -1
- data/plugins/commands/cloud/publish.rb +1 -1
- data/plugins/commands/cloud/search.rb +1 -1
- data/plugins/commands/cloud/version/create.rb +1 -1
- data/plugins/commands/cloud/version/delete.rb +1 -1
- data/plugins/commands/cloud/version/release.rb +1 -1
- data/plugins/commands/cloud/version/revoke.rb +1 -1
- data/plugins/commands/cloud/version/update.rb +1 -1
- data/plugins/commands/global-status/command.rb +11 -0
- data/plugins/commands/snapshot/command/list.rb +2 -1
- data/plugins/commands/snapshot/command/pop.rb +3 -1
- data/plugins/communicators/ssh/communicator.rb +0 -1
- data/plugins/guests/bsd/cap/{virtualbox.rb → mount_virtualbox_shared_folder.rb} +1 -1
- data/plugins/guests/bsd/plugin.rb +2 -2
- data/plugins/guests/coreos/cap/change_host_name.rb +24 -7
- data/plugins/guests/coreos/cap/configure_networks.rb +48 -64
- data/plugins/guests/freebsd/cap/configure_networks.rb +2 -2
- data/plugins/guests/freebsd/cap/mount_virtualbox_shared_folder.rb +76 -0
- data/plugins/guests/freebsd/plugin.rb +10 -0
- data/plugins/hosts/bsd/cap/nfs.rb +1 -1
- data/plugins/hosts/freebsd/cap/nfs.rb +1 -1
- data/plugins/hosts/void/cap/nfs.rb +1 -1
- data/plugins/kernel_v2/config/vm_trigger.rb +1 -1
- data/plugins/providers/docker/action/connect_networks.rb +77 -0
- data/plugins/providers/docker/action/destroy_network.rb +50 -0
- data/plugins/providers/docker/action/prepare_networks.rb +355 -0
- data/plugins/providers/docker/action.rb +9 -3
- data/plugins/providers/docker/driver/compose.rb +13 -1
- data/plugins/providers/docker/driver.rb +148 -4
- data/plugins/providers/docker/errors.rb +28 -0
- data/plugins/providers/docker/provider.rb +8 -0
- data/plugins/providers/virtualbox/cap.rb +1 -0
- data/plugins/provisioners/ansible/cap/guest/debian/ansible_install.rb +5 -5
- data/plugins/provisioners/ansible/cap/guest/fedora/ansible_install.rb +5 -5
- data/plugins/provisioners/ansible/cap/guest/pip/pip.rb +15 -2
- data/plugins/provisioners/ansible/cap/guest/redhat/ansible_install.rb +5 -5
- data/plugins/provisioners/ansible/cap/guest/ubuntu/ansible_install.rb +2 -2
- data/plugins/provisioners/ansible/config/guest.rb +3 -0
- data/plugins/provisioners/ansible/provisioner/guest.rb +5 -2
- data/plugins/provisioners/chef/cap/freebsd/chef_installed.rb +1 -1
- data/plugins/provisioners/chef/cap/linux/chef_installed.rb +1 -1
- data/plugins/provisioners/chef/cap/omnios/chef_installed.rb +1 -1
- data/plugins/provisioners/chef/cap/windows/chef_installed.rb +2 -2
- data/plugins/provisioners/chef/provisioner/base.rb +1 -1
- data/plugins/synced_folders/rsync/command/rsync_auto.rb +5 -1
- data/plugins/synced_folders/rsync/default_unix_cap.rb +1 -1
- data/plugins/synced_folders/rsync/helper.rb +8 -7
- data/plugins/synced_folders/smb/synced_folder.rb +21 -0
- data/templates/locales/en.yml +8 -4
- data/templates/locales/providers_docker.yml +70 -0
- data/templates/nfs/{exports_freebsd.erb → exports_bsd.erb} +0 -0
- data/vendor/bundle/ruby/2.6.0/bundler/gems/vagrant-spec-abfc34474d12/vagrant-spec.gemspec +3 -3
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bcrypt_pbkdf-1.0.1/bcrypt_pbkdf_ext.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bcrypt_pbkdf-1.0.1/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bcrypt_pbkdf-1.0.1/gem_make.out +19 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/unf_ext-0.0.7.6/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/unf_ext-0.0.7.6/gem_make.out +16 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/unf_ext-0.0.7.6/mkmf.log +35 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/unf_ext-0.0.7.6/unf_ext.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/.travis.yml +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/CHANGELOG.md +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/COPYING +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/Gemfile +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/Gemfile.lock +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/README.md +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/Rakefile +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/bcrypt_pbkdf.gemspec +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/.sitearchdir.time +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/Makefile +265 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/bcrypt_pbkdf.c +169 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/bcrypt_pbkdf.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/bcrypt_pbkdf_ext.c +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/bcrypt_pbkdf_ext.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/bcrypt_pbkdf_ext.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/blf.h +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/blowfish.c +698 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/blowfish.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/crypto_api.h +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/crypto_hash_sha512.h +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/explicit_bzero.c +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/explicit_bzero.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/extconf.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/hash_sha512.c +320 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/hash_sha512.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/includes.h +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/sha2.h +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/util.h +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/utils.h +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/lib/bcrypt_pbkdf.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/lib/bcrypt_pbkdf_ext.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/test/bcrypt_pnkdf/engine_test.rb +76 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/test/test_helper.rb +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/.document +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/.gitignore +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/.travis.yml +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/CHANGELOG.md +219 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/Gemfile +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/LICENSE.txt +78 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/README.md +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/Rakefile +111 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/data/public_suffix_list.dat +12985 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/domain_name.gemspec +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/lib/domain_name/etld_data.rb +8787 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/lib/domain_name/etld_data.rb.erb +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/lib/domain_name/punycode.rb +283 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/lib/domain_name/version.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/lib/domain_name.rb +297 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/test/helper.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/test/test_domain_name-punycode.rb +97 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/test/test_domain_name.rb +317 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/tool/gen_etld_data.rb +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/.gitignore +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/COPYING +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/Changelog.md +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/Gemfile +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/README.md +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/Rakefile +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/VERSION +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/examples/gss_client.rb +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/examples/gss_iov_client.rb +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/examples/gss_iov_helpers.rb +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/examples/gss_iov_server.rb +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/examples/gss_server.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/gssapi.gemspec +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/lib/gssapi/exceptions.rb +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/lib/gssapi/extensions.rb +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/lib/gssapi/heimdal.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/lib/gssapi/lib_gssapi.rb +414 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/lib/gssapi/lib_gssapi_loader.rb +80 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/lib/gssapi/simple.rb +269 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/lib/gssapi.rb +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/preamble +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/test/spec/gssapi_simple_spec.rb +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/test/spec/test_buffer_spec.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/Code-of-Conduct.md +73 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/Contributing.md +141 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/History.md +223 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/Licence.md +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/Manifest.txt +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/README.rdoc +200 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/Rakefile +284 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/type/columnar.rb +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/type.rb +587 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/_columnar.rb +136 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/cache.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/columnar.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/container.rb +96 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/deprecations.rb +32 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/full.rb +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/loader.rb +146 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/logger.rb +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/registry.rb +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types.rb +231 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime-types.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/bad-fixtures/malformed +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/fixture/json.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/fixture/old-data +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/fixture/yaml.yaml +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/minitest_helper.rb +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/test_mime_type.rb +610 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/test_mime_types.rb +169 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/test_mime_types_cache.rb +118 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/test_mime_types_class.rb +159 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/test_mime_types_lazy.rb +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/test_mime_types_loader.rb +32 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/Code-of-Conduct.md +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/Contributing.md +161 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/History.md +396 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/Licence.md +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/Manifest.txt +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/README.md +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/Rakefile +94 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime-types.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime.content_type.column +2212 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime.docs.column +2212 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime.encoding.column +2212 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime.flags.column +2212 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime.friendly.column +2212 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime.pext.column +2212 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime.use_instead.column +2212 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime.xrefs.column +2212 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/lib/mime/types/data.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/lib/mime-types-data.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/application.yaml +16342 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/audio.yaml +1644 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/chemical.yaml +71 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/conference.yaml +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/drawing.yaml +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/font.yaml +65 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/image.yaml +1069 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/message.yaml +200 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/model.yaml +302 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/multipart.yaml +179 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/text.yaml +1046 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/video.yaml +1070 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/world.yaml +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/README.md +313 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/Rakefile +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/TODO +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/central_directory.rb +208 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/compressor.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/constants.rb +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/crypto/encryption.rb +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/crypto/null_encryption.rb +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/crypto/traditional_encryption.rb +99 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/decompressor.rb +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/deflater.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/dos_time.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/entry.rb +688 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/entry_set.rb +86 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/errors.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/extra_field/generic.rb +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/extra_field/ntfs.rb +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/extra_field/old_unix.rb +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/extra_field/universal_time.rb +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/extra_field/unix.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/extra_field/zip64.rb +68 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/extra_field/zip64_placeholder.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/extra_field.rb +101 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/file.rb +436 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/filesystem.rb +627 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/inflater.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/input_stream.rb +173 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/ioextras/abstract_input_stream.rb +111 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/ioextras/abstract_output_stream.rb +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/ioextras.rb +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/null_compressor.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/null_decompressor.rb +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/null_input_stream.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/output_stream.rb +189 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/pass_thru_compressor.rb +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/pass_thru_decompressor.rb +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/streamable_directory.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/streamable_stream.rb +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/version.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip.rb +69 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/samples/example.rb +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/samples/example_filesystem.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/samples/example_recursive.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/samples/gtk_ruby_zip.rb +84 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/samples/qtzip.rb +92 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/samples/write_simple.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/samples/zipfind.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/basic_zip_file_test.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/case_sensitivity_test.rb +69 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/central_directory_entry_test.rb +69 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/central_directory_test.rb +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/crypto/null_encryption_test.rb +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/crypto/traditional_encryption_test.rb +80 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/WarnInvalidDate.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/file1.txt +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/file1.txt.deflatedData +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/file2.txt +1504 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/globTest/foo/bar/baz/foo.txt +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/globTest/foo.txt +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/globTest/food.txt +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/globTest.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/gpbit3stored.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/mimetype +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/notzippedruby.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/ntfs.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/oddExtraField.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/Makefile +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/README.md +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/absolute1.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/absolute2.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/dirsymlink.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/dirsymlink2a.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/dirsymlink2b.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/relative0.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/relative2.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/symlink.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/relative1.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/tilde.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/tuzovakaoff/README.md +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/tuzovakaoff/absolutepath.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/tuzovakaoff/symlink.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/rubycode.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/rubycode2.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/test.xls +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/testDirectory.bin +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/zip64-sample.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/zipWithDirs.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/zipWithEncryption.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/deflater_test.rb +65 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/encryption_test.rb +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/entry_set_test.rb +163 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/entry_test.rb +154 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/errors_test.rb +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/extra_field_test.rb +76 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/file_extract_directory_test.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/file_extract_test.rb +83 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/file_permissions_test.rb +65 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/file_split_test.rb +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/file_test.rb +646 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/filesystem/dir_iterator_test.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/filesystem/directory_test.rb +139 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/filesystem/file_mutating_test.rb +87 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/filesystem/file_nonmutating_test.rb +508 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/filesystem/file_stat_test.rb +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/gentestfiles.rb +126 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/inflater_test.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/input_stream_test.rb +182 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/ioextras/abstract_input_stream_test.rb +102 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/ioextras/abstract_output_stream_test.rb +106 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/ioextras/fake_io_test.rb +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/local_entry_test.rb +154 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/output_stream_test.rb +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/pass_thru_compressor_test.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/pass_thru_decompressor_test.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/path_traversal_test.rb +141 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/samples/example_recursive_test.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/settings_test.rb +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/test_helper.rb +234 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/unicode_file_names_and_comments_test.rb +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/zip64_full_test.rb +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/zip64_support_test.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/.document +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/.gitignore +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/.travis.yml +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/CHANGELOG.md +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/Gemfile +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/README.md +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/Rakefile +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/.sitearchdir.time +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/Makefile +265 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/extconf.rb +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf/normalizer.hh +139 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf/table.hh +13617 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf/trie/char_stream.hh +150 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf/trie/node.hh +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf/trie/searcher.hh +194 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf/util.hh +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf.cc +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf_ext.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/lib/unf_ext/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/lib/unf_ext.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/lib/unf_ext.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/test/helper.rb +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/test/normalization-test.txt +112332 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/test/test_unf_ext.rb +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/unf_ext.gemspec +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/LICENSE +202 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/README.md +276 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/bin/rwinrm +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/connection.rb +84 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/connection_opts.rb +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/exceptions.rb +88 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/http/response_handler.rb +127 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/http/transport.rb +462 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/http/transport_factory.rb +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/output.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/create_pipeline.xml.erb +167 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/fragment.rb +68 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/init_runspace_pool.xml.erb +224 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message.rb +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data/base.rb +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data/error_record.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data/pipeline_host_call.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data/pipeline_output.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data/pipeline_state.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data/runspacepool_host_call.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data/runspacepool_state.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data/session_capability.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data.rb +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_defragmenter.rb +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_factory.rb +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_fragmenter.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/powershell_output_decoder.rb +142 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/receive_response_reader.rb +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/session_capability.xml.erb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/uuid.rb +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/shells/base.rb +187 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/shells/cmd.rb +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/shells/power_shell.rb +206 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/shells/retryable.rb +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/shells/shell_factory.rb +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/base.rb +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/cleanup_command.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/close_shell.rb +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/command.rb +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/command_output.rb +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/command_output_decoder.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/configuration.rb +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/create_pipeline.rb +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/create_shell.rb +115 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/header.rb +213 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/init_runspace_pool.rb +96 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/iso8601_duration.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/keep_alive.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/receive_response_reader.rb +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/send_data.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/soap.rb +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/wql_pull.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/wql_query.rb +98 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/write_stdin.rb +86 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/specifications/bcrypt_pbkdf-1.0.1.gemspec +49 -0
- data/vendor/bundle/ruby/2.6.0/specifications/domain_name-0.5.20190701.gemspec +46 -0
- data/vendor/bundle/ruby/2.6.0/specifications/gssapi-1.3.0.gemspec +36 -0
- data/vendor/bundle/ruby/2.6.0/specifications/mime-types-3.3.gemspec +84 -0
- data/vendor/bundle/ruby/2.6.0/specifications/mime-types-data-3.2019.0904.gemspec +60 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rubyzip-1.2.4.gemspec +44 -0
- data/vendor/bundle/ruby/2.6.0/specifications/unf_ext-0.0.7.6.gemspec +51 -0
- data/vendor/bundle/ruby/2.6.0/specifications/winrm-2.3.2.gemspec +73 -0
- data/version.txt +1 -1
- metadata +365 -6
- data/templates/nfs/exports.erb +0 -5
@@ -45,6 +45,14 @@ module VagrantPlugins
|
|
45
45
|
@driver
|
46
46
|
end
|
47
47
|
|
48
|
+
def usable?(raise_error=false)
|
49
|
+
driver.execute("docker", "version")
|
50
|
+
true
|
51
|
+
rescue Vagrant::Errors::CommandUnavailable, Errors::ExecuteError
|
52
|
+
raise if raise_error
|
53
|
+
return false
|
54
|
+
end
|
55
|
+
|
48
56
|
# This returns the {Vagrant::Machine} that is our host machine.
|
49
57
|
# It does not perform any action on the machine or verify it is
|
50
58
|
# running.
|
@@ -8,13 +8,13 @@ module VagrantPlugins
|
|
8
8
|
module AnsibleInstall
|
9
9
|
|
10
10
|
|
11
|
-
def self.ansible_install(machine, install_mode, ansible_version, pip_args)
|
11
|
+
def self.ansible_install(machine, install_mode, ansible_version, pip_args, pip_install_cmd="")
|
12
12
|
case install_mode
|
13
13
|
when :pip
|
14
|
-
pip_setup machine
|
14
|
+
pip_setup machine, pip_install_cmd
|
15
15
|
Pip::pip_install machine, "ansible", ansible_version, pip_args, true
|
16
16
|
when :pip_args_only
|
17
|
-
pip_setup machine
|
17
|
+
pip_setup machine, pip_install_cmd
|
18
18
|
Pip::pip_install machine, "", "", pip_args, false
|
19
19
|
else
|
20
20
|
ansible_apt_install machine
|
@@ -36,10 +36,10 @@ INLINE_CRIPT
|
|
36
36
|
machine.communicate.sudo "apt-get install -y -qq ansible"
|
37
37
|
end
|
38
38
|
|
39
|
-
def self.pip_setup(machine)
|
39
|
+
def self.pip_setup(machine, pip_install_cmd="")
|
40
40
|
machine.communicate.sudo "apt-get update -y -qq"
|
41
41
|
machine.communicate.sudo "apt-get install -y -qq build-essential curl git libssl-dev libffi-dev python-dev"
|
42
|
-
Pip::get_pip machine
|
42
|
+
Pip::get_pip machine, pip_install_cmd
|
43
43
|
end
|
44
44
|
|
45
45
|
end
|
@@ -8,13 +8,13 @@ module VagrantPlugins
|
|
8
8
|
module Fedora
|
9
9
|
module AnsibleInstall
|
10
10
|
|
11
|
-
def self.ansible_install(machine, install_mode, ansible_version, pip_args)
|
11
|
+
def self.ansible_install(machine, install_mode, ansible_version, pip_args, pip_install_cmd="")
|
12
12
|
case install_mode
|
13
13
|
when :pip
|
14
|
-
pip_setup machine
|
14
|
+
pip_setup machine, pip_install_cmd
|
15
15
|
Pip::pip_install machine, "ansible", ansible_version, pip_args, true
|
16
16
|
when :pip_args_only
|
17
|
-
pip_setup machine
|
17
|
+
pip_setup machine, pip_install_cmd
|
18
18
|
Pip::pip_install machine, "", "", pip_args, false
|
19
19
|
else
|
20
20
|
rpm_package_manager = Facts::rpm_package_manager(machine)
|
@@ -25,11 +25,11 @@ module VagrantPlugins
|
|
25
25
|
|
26
26
|
private
|
27
27
|
|
28
|
-
def self.pip_setup(machine)
|
28
|
+
def self.pip_setup(machine, pip_install_cmd="")
|
29
29
|
rpm_package_manager = Facts::rpm_package_manager(machine)
|
30
30
|
|
31
31
|
machine.communicate.sudo "#{rpm_package_manager} install -y curl gcc gmp-devel libffi-devel openssl-devel python-crypto python-devel python-dnf python-setuptools redhat-rpm-config"
|
32
|
-
Pip::get_pip machine
|
32
|
+
Pip::get_pip machine, pip_install_cmd
|
33
33
|
end
|
34
34
|
|
35
35
|
end
|
@@ -5,6 +5,8 @@ module VagrantPlugins
|
|
5
5
|
module Guest
|
6
6
|
module Pip
|
7
7
|
|
8
|
+
DEFAULT_PIP_INSTALL_CMD = "curl https://bootstrap.pypa.io/get-pip.py | sudo python".freeze
|
9
|
+
|
8
10
|
def self.pip_install(machine, package = "", version = "", pip_args = "", upgrade = true)
|
9
11
|
upgrade_arg = "--upgrade" if upgrade
|
10
12
|
version_arg = ""
|
@@ -18,9 +20,20 @@ module VagrantPlugins
|
|
18
20
|
machine.communicate.sudo "pip install #{args_array.join(' ')}"
|
19
21
|
end
|
20
22
|
|
21
|
-
def self.get_pip(machine)
|
23
|
+
def self.get_pip(machine, pip_install_cmd=DEFAULT_PIP_INSTALL_CMD)
|
24
|
+
|
25
|
+
# The objective here is to get pip either by default
|
26
|
+
# or by the argument passed in. The objective is not
|
27
|
+
# to circumvent the pip setup by passing in nothing.
|
28
|
+
# Thus, we stick with the default on an empty string.
|
29
|
+
# Typecast added in the check for safety.
|
30
|
+
|
31
|
+
if pip_install_cmd.to_s.empty?
|
32
|
+
pip_install_cmd=DEFAULT_PIP_INSTALL_CMD
|
33
|
+
end
|
34
|
+
|
22
35
|
machine.ui.detail I18n.t("vagrant.provisioners.ansible.installing_pip")
|
23
|
-
machine.communicate.execute
|
36
|
+
machine.communicate.execute pip_install_cmd
|
24
37
|
end
|
25
38
|
|
26
39
|
end
|
@@ -8,13 +8,13 @@ module VagrantPlugins
|
|
8
8
|
module RedHat
|
9
9
|
module AnsibleInstall
|
10
10
|
|
11
|
-
def self.ansible_install(machine, install_mode, ansible_version, pip_args)
|
11
|
+
def self.ansible_install(machine, install_mode, ansible_version, pip_args, pip_install_cmd="")
|
12
12
|
case install_mode
|
13
13
|
when :pip
|
14
|
-
pip_setup machine
|
14
|
+
pip_setup machine, pip_install_cmd
|
15
15
|
Pip::pip_install machine, "ansible", ansible_version, pip_args, true
|
16
16
|
when :pip_args_only
|
17
|
-
pip_setup machine
|
17
|
+
pip_setup machine, pip_install_cmd
|
18
18
|
Pip::pip_install machine, "", "", pip_args, false
|
19
19
|
else
|
20
20
|
ansible_rpm_install machine
|
@@ -33,11 +33,11 @@ module VagrantPlugins
|
|
33
33
|
machine.communicate.sudo "#{rpm_package_manager} -y --enablerepo=epel install ansible"
|
34
34
|
end
|
35
35
|
|
36
|
-
def self.pip_setup(machine)
|
36
|
+
def self.pip_setup(machine, pip_install_cmd="")
|
37
37
|
rpm_package_manager = Facts::rpm_package_manager(machine)
|
38
38
|
|
39
39
|
machine.communicate.sudo("#{rpm_package_manager} -y install curl gcc libffi-devel openssl-devel python-crypto python-devel python-setuptools")
|
40
|
-
Pip::get_pip machine
|
40
|
+
Pip::get_pip machine, pip_install_cmd
|
41
41
|
end
|
42
42
|
|
43
43
|
end
|
@@ -7,9 +7,9 @@ module VagrantPlugins
|
|
7
7
|
module Ubuntu
|
8
8
|
module AnsibleInstall
|
9
9
|
|
10
|
-
def self.ansible_install(machine, install_mode, ansible_version, pip_args)
|
10
|
+
def self.ansible_install(machine, install_mode, ansible_version, pip_args, pip_install_cmd="")
|
11
11
|
if install_mode != :default
|
12
|
-
Debian::AnsibleInstall::ansible_install machine, install_mode, ansible_version, pip_args
|
12
|
+
Debian::AnsibleInstall::ansible_install machine, install_mode, ansible_version, pip_args, pip_install_cmd
|
13
13
|
else
|
14
14
|
ansible_apt_install machine
|
15
15
|
end
|
@@ -11,6 +11,7 @@ module VagrantPlugins
|
|
11
11
|
attr_accessor :install
|
12
12
|
attr_accessor :install_mode
|
13
13
|
attr_accessor :pip_args
|
14
|
+
attr_accessor :pip_install_cmd
|
14
15
|
|
15
16
|
def initialize
|
16
17
|
super
|
@@ -18,6 +19,7 @@ module VagrantPlugins
|
|
18
19
|
@install = UNSET_VALUE
|
19
20
|
@install_mode = UNSET_VALUE
|
20
21
|
@pip_args = UNSET_VALUE
|
22
|
+
@pip_install_cmd = UNSET_VALUE
|
21
23
|
@provisioning_path = UNSET_VALUE
|
22
24
|
@tmp_path = UNSET_VALUE
|
23
25
|
end
|
@@ -28,6 +30,7 @@ module VagrantPlugins
|
|
28
30
|
@install = true if @install == UNSET_VALUE
|
29
31
|
@install_mode = :default if @install_mode == UNSET_VALUE
|
30
32
|
@pip_args = "" if @pip_args == UNSET_VALUE
|
33
|
+
@pip_install_cmd = "" if @pip_args == UNSET_VALUE
|
31
34
|
@provisioning_path = "/vagrant" if provisioning_path == UNSET_VALUE
|
32
35
|
@tmp_path = "/tmp/vagrant-ansible" if tmp_path == UNSET_VALUE
|
33
36
|
end
|
@@ -32,7 +32,10 @@ module VagrantPlugins
|
|
32
32
|
#
|
33
33
|
# Current limitations:
|
34
34
|
# - The installation of a specific Ansible version is only supported by
|
35
|
-
# the "pip" install_mode.
|
35
|
+
# the "pip" install_mode. Note that "pip" installation also takes place
|
36
|
+
# via a default command. If pip needs to be installed differently then
|
37
|
+
# the command can be overwritten by supplying "pip_install_cmd" in the
|
38
|
+
# config settings.
|
36
39
|
# - There is no absolute guarantee that the automated installation will replace
|
37
40
|
# a previous Ansible installation (although it works fine in many cases)
|
38
41
|
#
|
@@ -51,7 +54,7 @@ module VagrantPlugins
|
|
51
54
|
(config.version.to_s.to_sym == :latest ||
|
52
55
|
!@machine.guest.capability(:ansible_installed, config.version))
|
53
56
|
@machine.ui.detail I18n.t("vagrant.provisioners.ansible.installing")
|
54
|
-
@machine.guest.capability(:ansible_install, config.install_mode, config.version, config.pip_args)
|
57
|
+
@machine.guest.capability(:ansible_install, config.install_mode, config.version, config.pip_args, config.pip_install_cmd)
|
55
58
|
end
|
56
59
|
|
57
60
|
# This step will also fetch the Ansible version data into related instance variables
|
@@ -10,7 +10,7 @@ module VagrantPlugins
|
|
10
10
|
command = "test -x #{knife}"
|
11
11
|
|
12
12
|
if version != :latest
|
13
|
-
command << "&& #{knife} --version | grep '
|
13
|
+
command << "&& #{knife} --version | grep '#{version}'"
|
14
14
|
end
|
15
15
|
|
16
16
|
machine.communicate.test(command, sudo: true)
|
@@ -10,7 +10,7 @@ module VagrantPlugins
|
|
10
10
|
command = "test -x #{knife}"
|
11
11
|
|
12
12
|
if version != :latest
|
13
|
-
command << "&& #{knife} --version | grep '
|
13
|
+
command << "&& #{knife} --version | grep '#{version}'"
|
14
14
|
end
|
15
15
|
|
16
16
|
machine.communicate.test(command, sudo: true)
|
@@ -11,7 +11,7 @@ module VagrantPlugins
|
|
11
11
|
command = "test -x #{knife}"
|
12
12
|
|
13
13
|
if version != :latest
|
14
|
-
command << "&& #{knife} --version | grep '
|
14
|
+
command << "&& #{knife} --version | grep '#{version}'"
|
15
15
|
end
|
16
16
|
|
17
17
|
machine.communicate.test(command, sudo: true)
|
@@ -7,9 +7,9 @@ module VagrantPlugins
|
|
7
7
|
# @return [true, false]
|
8
8
|
def self.chef_installed(machine, product, version)
|
9
9
|
if version != :latest
|
10
|
-
command = 'if ((&knife --version) -Match "
|
10
|
+
command = 'if ((&knife --version) -Match "' + version.to_s + '"){ exit 0 } else { exit 1 }'
|
11
11
|
else
|
12
|
-
command = 'if ((&knife --version) -Match "Chef
|
12
|
+
command = 'if ((&knife --version) -Match "Chef*"){ exit 0 } else { exit 1 }'
|
13
13
|
end
|
14
14
|
machine.communicate.test(command, sudo: true)
|
15
15
|
end
|
@@ -69,7 +69,7 @@ module VagrantPlugins
|
|
69
69
|
# Checks for the existence of chef binary and error if it
|
70
70
|
# doesn't exist.
|
71
71
|
if windows?
|
72
|
-
command = "if ((&'#{binary}' -v) -Match 'Chef
|
72
|
+
command = "if ((&'#{binary}' -v) -Match 'Chef*'){ exit 0 } else { exit 1 }"
|
73
73
|
else
|
74
74
|
command = "sh -c 'command -v #{binary}'"
|
75
75
|
end
|
@@ -121,9 +121,13 @@ module VagrantPlugins
|
|
121
121
|
|
122
122
|
if folder_opts[:exclude]
|
123
123
|
Array(folder_opts[:exclude]).each do |pattern|
|
124
|
-
ignores << RsyncHelper.exclude_to_regexp(
|
124
|
+
ignores << RsyncHelper.exclude_to_regexp(pattern.to_s)
|
125
125
|
end
|
126
126
|
end
|
127
|
+
|
128
|
+
# Always ignore Vagrant
|
129
|
+
ignores << /.vagrant\//
|
130
|
+
ignores.uniq!
|
127
131
|
end
|
128
132
|
end
|
129
133
|
|
@@ -29,7 +29,7 @@ module VagrantPlugins
|
|
29
29
|
|
30
30
|
def build_rsync_chown(opts)
|
31
31
|
guest_path = Shellwords.escape(opts[:guestpath])
|
32
|
-
if(opts[:exclude])
|
32
|
+
if(opts[:exclude] && !Array(opts[:exclude]).empty?)
|
33
33
|
exclude_base = Pathname.new(opts[:guestpath])
|
34
34
|
exclusions = Array(opts[:exclude]).map do |ex_path|
|
35
35
|
ex_path = ex_path.slice(1, ex_path.size) if ex_path.start_with?(File::SEPARATOR)
|
@@ -16,7 +16,13 @@ module VagrantPlugins
|
|
16
16
|
|
17
17
|
# This converts an rsync exclude pattern to a regular expression
|
18
18
|
# we can send to Listen.
|
19
|
-
|
19
|
+
#
|
20
|
+
# Note: Listen expects a path relative to the parameter passed into the
|
21
|
+
# Listener, not a fully qualified path
|
22
|
+
#
|
23
|
+
# @param [String] - exclude path
|
24
|
+
# @return [Regexp] - A regex of the path, modified, to exclude
|
25
|
+
def self.exclude_to_regexp(exclude)
|
20
26
|
start_anchor = false
|
21
27
|
|
22
28
|
if exclude.start_with?("/")
|
@@ -24,19 +30,14 @@ module VagrantPlugins
|
|
24
30
|
exclude = exclude[1..-1]
|
25
31
|
end
|
26
32
|
|
27
|
-
path = "#{path}/" if !path.end_with?("/")
|
28
|
-
regexp = "^#{Regexp.escape(path)}"
|
29
|
-
regexp += ".*" if !start_anchor
|
30
|
-
|
31
33
|
# This is not an ideal solution, but it's a start. We can improve and
|
32
34
|
# keep unit tests passing in the future.
|
33
35
|
exclude = exclude.gsub("**", "|||GLOBAL|||")
|
34
36
|
exclude = exclude.gsub("*", "|||PATH|||")
|
35
37
|
exclude = exclude.gsub("|||PATH|||", "[^/]*")
|
36
38
|
exclude = exclude.gsub("|||GLOBAL|||", ".*")
|
37
|
-
regexp += exclude
|
38
39
|
|
39
|
-
Regexp.new(
|
40
|
+
Regexp.new(exclude)
|
40
41
|
end
|
41
42
|
|
42
43
|
def self.rsync_single(machine, ssh_info, opts)
|
@@ -152,6 +152,15 @@ module VagrantPlugins
|
|
152
152
|
guest: data[:guestpath].to_s))
|
153
153
|
machine.guest.capability(
|
154
154
|
:mount_smb_shared_folder, data[:smb_id], data[:guestpath], data)
|
155
|
+
|
156
|
+
clean_folder_configuration(data)
|
157
|
+
end
|
158
|
+
end
|
159
|
+
|
160
|
+
# Nothing to do here but ensure folder options are scrubbed
|
161
|
+
def disable(machine, folders, opts)
|
162
|
+
folders.each do |_, data|
|
163
|
+
clean_folder_configuration(data)
|
155
164
|
end
|
156
165
|
end
|
157
166
|
|
@@ -160,6 +169,18 @@ module VagrantPlugins
|
|
160
169
|
machine.env.host.capability(:smb_cleanup, machine, opts)
|
161
170
|
end
|
162
171
|
end
|
172
|
+
|
173
|
+
protected
|
174
|
+
|
175
|
+
# Remove data that should not be persisted within folder
|
176
|
+
# specific configuration
|
177
|
+
#
|
178
|
+
# @param [Hash] data Folder configuration
|
179
|
+
def clean_folder_configuration(data)
|
180
|
+
return if !data.is_a?(Hash)
|
181
|
+
data.delete(:smb_password)
|
182
|
+
nil
|
183
|
+
end
|
163
184
|
end
|
164
185
|
end
|
165
186
|
end
|
data/templates/locales/en.yml
CHANGED
@@ -297,6 +297,9 @@ en:
|
|
297
297
|
Trigger configured to continue on error...
|
298
298
|
abort: |-
|
299
299
|
Vagrant has been configured to abort. Terminating now...
|
300
|
+
abort_threaded: |-
|
301
|
+
Vagrant has been configured to abort. Vagrant will terminate
|
302
|
+
after remaining running actions have completed...
|
300
303
|
start: |-
|
301
304
|
Running %{type} triggers %{stage} %{action} ...
|
302
305
|
fire_with_name: |-
|
@@ -703,10 +706,9 @@ en:
|
|
703
706
|
plugins in the `plugins` group in your Gemfile or manually require
|
704
707
|
them in a Vagrantfile.
|
705
708
|
bundler_error: |-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
issues. The error from Bundler is:
|
709
|
+
Vagrant failed to properly resolve required dependencies. These
|
710
|
+
errors can commonly be caused by misconfigured plugin installations
|
711
|
+
or transient network issues. The reported error is:
|
710
712
|
|
711
713
|
%{message}
|
712
714
|
cant_read_mac_addresses: |-
|
@@ -2148,6 +2150,8 @@ en:
|
|
2148
2150
|
choice_help: |-
|
2149
2151
|
When choosing an interface, it is usually the one that is
|
2150
2152
|
being used to connect to the internet.
|
2153
|
+
select_interface: |-
|
2154
|
+
Which interface should the network bridge to?
|
2151
2155
|
specific_not_found: |-
|
2152
2156
|
Specific bridge '%{bridge}' not found. You may be asked to specify
|
2153
2157
|
which network to bridge to.
|
@@ -45,6 +45,35 @@ en:
|
|
45
45
|
This container requires a host VM, and the state of that VM
|
46
46
|
is unknown. Run `vagrant up` to verify that the container and
|
47
47
|
its host VM is running, then try again.
|
48
|
+
network_bridge_gateway_invalid: |-
|
49
|
+
The provided gateway IP address is invalid (%{gateway}). Please
|
50
|
+
provide a valid IP address.
|
51
|
+
network_bridge_gateway_outofbounds: |-
|
52
|
+
The provided gateway IP (%{gateway}) is not within the defined
|
53
|
+
subnet (%{subnet}). Please provide an IP address within the
|
54
|
+
defined subnet.
|
55
|
+
network_bridge_gateway_request: |-
|
56
|
+
Gateway IP address for %{interface} interface [%{default_gateway}]:
|
57
|
+
network_bridge_iprange_info: |-
|
58
|
+
When an explicit address is not provided to a container attached
|
59
|
+
to this bridged network, docker will supply an address to the
|
60
|
+
container. This is independent of the local DHCP service that
|
61
|
+
may be available on the network.
|
62
|
+
network_bridge_iprange_invalid: |-
|
63
|
+
The provided IP address range is invalid (%{range}). Please
|
64
|
+
provide a valid range.
|
65
|
+
network_bridge_iprange_outofbounds: |-
|
66
|
+
The provided IP address range (%{range}) is not within the
|
67
|
+
defined subnet (%{subnet}). Please provide an address range
|
68
|
+
within the defined subnet.
|
69
|
+
network_bridge_iprange_request: |-
|
70
|
+
Available address range for assignment on %{interface} interface [%{default_range}]:
|
71
|
+
network_create: |-
|
72
|
+
Creating and configuring docker networks...
|
73
|
+
network_connect: |-
|
74
|
+
Enabling network interfaces...
|
75
|
+
network_destroy: |-
|
76
|
+
Removing network %{network_name} ...
|
48
77
|
not_created_skip: |-
|
49
78
|
Container not created. Skipping.
|
50
79
|
not_docker_provider: |-
|
@@ -66,12 +95,21 @@ en:
|
|
66
95
|
ssh_through_host_vm: |-
|
67
96
|
SSH will be proxied through the Docker virtual machine since we're
|
68
97
|
not running Docker natively. This is just a notice, and not an error.
|
98
|
+
subnet_exists: |-
|
99
|
+
A network called '%{network_name}' using subnet '%{subnet}' is already in use.
|
100
|
+
Using '%{network_name}' instead of creating a new network...
|
69
101
|
synced_folders_changed: |-
|
70
102
|
Vagrant has noticed that the synced folder definitions have changed.
|
71
103
|
With Docker, these synced folder changes won't take effect until you
|
72
104
|
destroy the container and recreate it.
|
73
105
|
waiting_for_running: |-
|
74
106
|
Waiting for container to enter "running" state...
|
107
|
+
volume_path_not_expanded: |-
|
108
|
+
Host path `%{host}` exists as a `volumes` key and is a folder on disk. Vagrant
|
109
|
+
will not expand this key like it used to and instead leave it as is defined.
|
110
|
+
If this folder is intended to be used, make sure its full path is defined
|
111
|
+
in your `volumes` config. More information can be found on volumes in the
|
112
|
+
docker compose documentation.
|
75
113
|
|
76
114
|
messages:
|
77
115
|
destroying: |-
|
@@ -197,6 +235,38 @@ en:
|
|
197
235
|
is functional and properly configured.
|
198
236
|
|
199
237
|
Host VM ID: %{id}
|
238
|
+
network_address_invalid: |-
|
239
|
+
The configured network address is not valid within the configured
|
240
|
+
subnet of the defined network. Please update the network settings
|
241
|
+
and try again.
|
242
|
+
|
243
|
+
Configured address: %{address}
|
244
|
+
Network name: %{network_name}
|
245
|
+
network_address_required: |-
|
246
|
+
An IP address is required if not using `type: "dhcp"` or not specifying a `subnet`.
|
247
|
+
network_invalid_option: |-
|
248
|
+
Invalid option given for docker network for guest "%{container}". Must specify either
|
249
|
+
a `subnet` or use `type: "dhcp"`.
|
250
|
+
network_name_missing: |-
|
251
|
+
The Docker provider is unable to connect the container to the
|
252
|
+
defined network due to a missing network name. Please validate
|
253
|
+
your configuration and try again.
|
254
|
+
|
255
|
+
Container: %{container}
|
256
|
+
Network Number: %{index}
|
257
|
+
network_name_undefined: |-
|
258
|
+
The Docker provider was unable to configure networking using the
|
259
|
+
provided network name `%{network_name}`. Please ensure the network
|
260
|
+
name is correct and exists, then try again.
|
261
|
+
network_no_interfaces: |-
|
262
|
+
The Docker provider was unable to list any available interfaces to bridge
|
263
|
+
the public network with.
|
264
|
+
network_subnet_invalid: |-
|
265
|
+
The configured network subnet is not valid for the defined network.
|
266
|
+
Please update the network settings and try again.
|
267
|
+
|
268
|
+
Configured subnet: %{subnet}
|
269
|
+
Network name: %{network_name}
|
200
270
|
package_not_supported: |-
|
201
271
|
The "package" command is not supported with the Docker provider.
|
202
272
|
If you'd like to commit or push your Docker container, please SSH
|
File without changes
|
@@ -8,18 +8,18 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
9
9
|
s.require_paths = ["lib".freeze]
|
10
10
|
s.authors = ["Mitchell Hashimoto".freeze]
|
11
|
-
s.date = "2019-
|
11
|
+
s.date = "2019-09-09"
|
12
12
|
s.description = "Tool and library for testing Vagrant plugins".freeze
|
13
13
|
s.email = ["mitchell.hashimoto@gmail.com".freeze]
|
14
14
|
s.executables = ["vagrant-spec".freeze]
|
15
15
|
s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "acceptance/cli/box_spec.rb".freeze, "acceptance/cli/init_spec.rb".freeze, "acceptance/cli/plugin_spec.rb".freeze, "acceptance/cli/version_spec.rb".freeze, "acceptance/output/box_output.rb".freeze, "acceptance/output/plugin_output.rb".freeze, "acceptance/output/version_output.rb".freeze, "acceptance/provider/basic_spec.rb".freeze, "acceptance/provider/network_forwarded_port_spec.rb".freeze, "acceptance/provider/network_private_network_spec.rb".freeze, "acceptance/provider/package_spec.rb".freeze, "acceptance/provider/synced_folder_spec.rb".freeze, "acceptance/provisioner/chef_solo_spec.rb".freeze, "acceptance/provisioner/docker_spec.rb".freeze, "acceptance/provisioner/puppet_spec.rb".freeze, "acceptance/provisioner/shell_spec.rb".freeze, "acceptance/support-boxes/empty.box".freeze, "acceptance/support-boxes/empty/metadata.json".freeze, "acceptance/support-plugins/README.md".freeze, "acceptance/support-plugins/vagrant-spec-helper-basic-0.1.0.gem".freeze, "acceptance/support-plugins/vagrant-spec-helper-basic-0.2.0.gem".freeze, "acceptance/support-plugins/vagrant-spec-helper-basic-rename-0.1.0.gem".freeze, "acceptance/support-plugins/vagrant-spec-helper-basic/gem-0.1.0.gemspec".freeze, "acceptance/support-plugins/vagrant-spec-helper-basic/gem-0.2.0.gemspec".freeze, "acceptance/support-plugins/vagrant-spec-helper-basic/gem-renamed-0.1.0.gemspec".freeze, "acceptance/support-plugins/vagrant-spec-helper-basic/lib/vagrant-spec-helper-basic.rb".freeze, "acceptance/support-plugins/vagrant-spec-helper-basic/lib/vshb/command.rb".freeze, "acceptance/support-skeletons/network_forwarded_port/Vagrantfile".freeze, "acceptance/support-skeletons/network_private_network/Vagrantfile".freeze, "acceptance/support-skeletons/provisioner_chef_solo/Vagrantfile".freeze, "acceptance/support-skeletons/provisioner_chef_solo/basic-roles/cookbooks/bar/recipes/default.rb".freeze, "acceptance/support-skeletons/provisioner_chef_solo/basic-roles/roles/foo.rb".freeze, "acceptance/support-skeletons/provisioner_chef_solo/basic/cookbooks/foo/recipes/default.rb".freeze, "acceptance/support-skeletons/provisioner_docker/Vagrantfile".freeze, "acceptance/support-skeletons/provisioner_puppet/Vagrantfile".freeze, "acceptance/support-skeletons/provisioner_puppet/basic-modules/manifests/default.pp".freeze, "acceptance/support-skeletons/provisioner_puppet/basic-modules/modules/foo/manifests/init.pp".freeze, "acceptance/support-skeletons/provisioner_puppet/manifests/default.pp".freeze, "acceptance/support-skeletons/provisioner_shell/Vagrantfile".freeze, "acceptance/support-skeletons/provisioner_shell/args.sh".freeze, "acceptance/support-skeletons/provisioner_shell/path.sh".freeze, "acceptance/support-skeletons/provisioner_shell/user.sh".freeze, "acceptance/support-skeletons/provisioner_shell/user_root.sh".freeze, "acceptance/support-skeletons/synced_folder_nfs/Vagrantfile".freeze, "acceptance/support-skeletons/synced_folder_nfs/foo".freeze, "acceptance/support-skeletons/synced_folder_rsync/Vagrantfile".freeze, "acceptance/support-skeletons/synced_folder_rsync/foo".freeze, "acceptance/support-skeletons/synced_folders/Vagrantfile".freeze, "acceptance/support-skeletons/synced_folders/foo".freeze, "acceptance/support-skeletons/triggers-advanced/Vagrantfile".freeze, "acceptance/support-skeletons/triggers-advanced/fail.sh".freeze, "acceptance/support-skeletons/triggers-advanced/script.sh".freeze, "acceptance/support-skeletons/triggers-advanced/test.sh".freeze, "acceptance/support-skeletons/triggers-basic/Vagrantfile".freeze, "acceptance/synced_folder/nfs_spec.rb".freeze, "acceptance/synced_folder/rsync_spec.rb".freeze, "acceptance/triggers/triggers_advanced_spec.rb".freeze, "acceptance/triggers/triggers_basic_spec.rb".freeze, "bin/vagrant-spec".freeze, "lib/vagrant-spec.rb".freeze, "lib/vagrant-spec/acceptance.rb".freeze, "lib/vagrant-spec/acceptance/configuration.rb".freeze, "lib/vagrant-spec/acceptance/isolated_environment.rb".freeze, "lib/vagrant-spec/acceptance/output.rb".freeze, "lib/vagrant-spec/acceptance/rspec.rb".freeze, "lib/vagrant-spec/acceptance/rspec/context.rb".freeze, "lib/vagrant-spec/acceptance/rspec/formatter.rb".freeze, "lib/vagrant-spec/acceptance/rspec/matcher_exit_with.rb".freeze, "lib/vagrant-spec/acceptance/rspec/matcher_match_output.rb".freeze, "lib/vagrant-spec/acceptance/rspec/shared_provider_synced_folder.rb".freeze, "lib/vagrant-spec/acceptance/runner.rb".freeze, "lib/vagrant-spec/cli.rb".freeze, "lib/vagrant-spec/components.rb".freeze, "lib/vagrant-spec/isolated_environment.rb".freeze, "lib/vagrant-spec/server.rb".freeze, "lib/vagrant-spec/subprocess.rb".freeze, "lib/vagrant-spec/unit.rb".freeze, "lib/vagrant-spec/unit/dummy_provider.rb".freeze, "lib/vagrant-spec/unit/isolated_environment.rb".freeze, "lib/vagrant-spec/unit/rspec.rb".freeze, "lib/vagrant-spec/unit/rspec/context.rb".freeze, "lib/vagrant-spec/vagrant-plugin/command.rb".freeze, "lib/vagrant-spec/vagrant-plugin/plugin.rb".freeze, "lib/vagrant-spec/version.rb".freeze, "lib/vagrant-spec/which.rb".freeze, "spec/acceptance/configuration_spec.rb".freeze, "spec/acceptance/isolated_environment_spec.rb".freeze, "spec/acceptance/shared/isolated_environment_spec.rb".freeze, "spec/acceptance/shared/output_spec.rb".freeze, "spec/components_spec.rb".freeze, "spec/isolated_environment_spec.rb".freeze, "spec/subprocess_spec.rb".freeze, "spec/unit/isolated_environment_spec.rb".freeze, "vagrant-spec.gemspec".freeze]
|
16
16
|
s.homepage = "https://github.com/mitchellh/vagrant-spec".freeze
|
17
17
|
s.licenses = ["MPL2".freeze]
|
18
|
-
s.rubygems_version = "3.0.
|
18
|
+
s.rubygems_version = "3.0.6".freeze
|
19
19
|
s.summary = "Tool and library for testing Vagrant plugins.".freeze
|
20
20
|
s.test_files = ["spec/acceptance/configuration_spec.rb".freeze, "spec/acceptance/isolated_environment_spec.rb".freeze, "spec/acceptance/shared/isolated_environment_spec.rb".freeze, "spec/acceptance/shared/output_spec.rb".freeze, "spec/components_spec.rb".freeze, "spec/isolated_environment_spec.rb".freeze, "spec/subprocess_spec.rb".freeze, "spec/unit/isolated_environment_spec.rb".freeze]
|
21
21
|
|
22
|
-
s.installed_by_version = "3.0.
|
22
|
+
s.installed_by_version = "3.0.6" if s.respond_to? :installed_by_version
|
23
23
|
|
24
24
|
if s.respond_to? :specification_version then
|
25
25
|
s.specification_version = 4
|
data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bcrypt_pbkdf-1.0.1/bcrypt_pbkdf_ext.so
ADDED
Binary file
|
data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bcrypt_pbkdf-1.0.1/gem.build_complete
ADDED
File without changes
|
@@ -0,0 +1,19 @@
|
|
1
|
+
current directory: /home/anatol/sources/vagrant/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri
|
2
|
+
/usr/bin/ruby -I /usr/lib/ruby/2.6.0 -r ./siteconf20190909-470927-dnbrfl.rb extconf.rb
|
3
|
+
creating Makefile
|
4
|
+
|
5
|
+
current directory: /home/anatol/sources/vagrant/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri
|
6
|
+
make "DESTDIR=" clean
|
7
|
+
|
8
|
+
current directory: /home/anatol/sources/vagrant/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri
|
9
|
+
make "DESTDIR="
|
10
|
+
compiling bcrypt_pbkdf.c
|
11
|
+
compiling bcrypt_pbkdf_ext.c
|
12
|
+
compiling blowfish.c
|
13
|
+
compiling explicit_bzero.c
|
14
|
+
compiling hash_sha512.c
|
15
|
+
linking shared-object bcrypt_pbkdf_ext.so
|
16
|
+
|
17
|
+
current directory: /home/anatol/sources/vagrant/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri
|
18
|
+
make "DESTDIR=" install
|
19
|
+
/usr/bin/install -c -m 0755 bcrypt_pbkdf_ext.so ./.gem.20190909-470927-1syeuj5
|
data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/unf_ext-0.0.7.6/gem.build_complete
ADDED
File without changes
|
@@ -0,0 +1,16 @@
|
|
1
|
+
current directory: /home/anatol/sources/vagrant/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext
|
2
|
+
/usr/bin/ruby -I /usr/lib/ruby/2.6.0 -r ./siteconf20190909-470927-27fzsz.rb extconf.rb
|
3
|
+
checking for -lstdc++... yes
|
4
|
+
creating Makefile
|
5
|
+
|
6
|
+
current directory: /home/anatol/sources/vagrant/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext
|
7
|
+
make "DESTDIR=" clean
|
8
|
+
|
9
|
+
current directory: /home/anatol/sources/vagrant/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext
|
10
|
+
make "DESTDIR="
|
11
|
+
compiling unf.cc
|
12
|
+
linking shared-object unf_ext.so
|
13
|
+
|
14
|
+
current directory: /home/anatol/sources/vagrant/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext
|
15
|
+
make "DESTDIR=" install
|
16
|
+
/usr/bin/install -c -m 0755 unf_ext.so ./.gem.20190909-470927-cdclyr
|
@@ -0,0 +1,35 @@
|
|
1
|
+
have_library: checking for -lstdc++... -------------------- yes
|
2
|
+
|
3
|
+
"gcc -o conftest -I/usr/include/ruby-2.6.0/x86_64-linux -I/usr/include/ruby-2.6.0/ruby/backward -I/usr/include/ruby-2.6.0 -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC conftest.c -L. -L/usr/lib -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fstack-protector-strong -rdynamic -Wl,-export-dynamic -lruby -lm -lc"
|
4
|
+
checked program was:
|
5
|
+
/* begin */
|
6
|
+
1: #include "ruby.h"
|
7
|
+
2:
|
8
|
+
3: int main(int argc, char **argv)
|
9
|
+
4: {
|
10
|
+
5: return 0;
|
11
|
+
6: }
|
12
|
+
/* end */
|
13
|
+
|
14
|
+
"gcc -o conftest -I/usr/include/ruby-2.6.0/x86_64-linux -I/usr/include/ruby-2.6.0/ruby/backward -I/usr/include/ruby-2.6.0 -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC conftest.c -L. -L/usr/lib -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fstack-protector-strong -rdynamic -Wl,-export-dynamic -lruby -lstdc++ -lm -lc"
|
15
|
+
checked program was:
|
16
|
+
/* begin */
|
17
|
+
1: #include "ruby.h"
|
18
|
+
2:
|
19
|
+
3: /*top*/
|
20
|
+
4: extern int t(void);
|
21
|
+
5: int main(int argc, char **argv)
|
22
|
+
6: {
|
23
|
+
7: if (argc > 1000000) {
|
24
|
+
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
25
|
+
9: printf("%d", (*tp)());
|
26
|
+
10: }
|
27
|
+
11:
|
28
|
+
12: return 0;
|
29
|
+
13: }
|
30
|
+
14:
|
31
|
+
15: int t(void) { ; return 0; }
|
32
|
+
/* end */
|
33
|
+
|
34
|
+
--------------------
|
35
|
+
|
Binary file
|