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
@@ -0,0 +1,161 @@
|
|
1
|
+
## Contributing
|
2
|
+
|
3
|
+
Contributions to mime-types-data is encouraged in any form: a bug report, new
|
4
|
+
MIME type defintions, or additional code to help manage the MIME types. As with
|
5
|
+
many of my projects, I have a few suggestions for improving the chance of
|
6
|
+
acceptance of your code contributions:
|
7
|
+
|
8
|
+
* The support files are written in Ruby and should remain in the coding style
|
9
|
+
that already exists, and I use hoe for releasing the mime-types-data RubyGem.
|
10
|
+
* Use a thoughtfully-named topic branch that contains your change. Rebase your
|
11
|
+
commits into logical chunks as necessary.
|
12
|
+
* Use [quality commit messages][qcm].
|
13
|
+
* Do not change the version number; when your patch is accepted and a release
|
14
|
+
is made, the version will be updated at that point.
|
15
|
+
* Submit a GitHub pull request with your changes.
|
16
|
+
* New or changed behaviours require new or updated documentation.
|
17
|
+
|
18
|
+
Although mime-types-data was extracted from the [Ruby mime-types][rmt] gem and
|
19
|
+
the support files are written in Ruby, the *target* of mime-types-data is any
|
20
|
+
implementation that wishes to use the data as a MIME types registry, so I am
|
21
|
+
particularly interested in tools that will create a mime-types-data package for
|
22
|
+
other languages.
|
23
|
+
|
24
|
+
### Adding or Modifying MIME Types
|
25
|
+
|
26
|
+
The Ruby mime-types gem loads its data from files encoded in the `data`
|
27
|
+
directory in this gem by loading `mime-types-data` and reading
|
28
|
+
MIME::Types::Data::PATH. These files are compiled files from the collection of
|
29
|
+
data in the `types` directory. Pull requests that include changes to these
|
30
|
+
files will require amendment to revert these files.
|
31
|
+
|
32
|
+
New or modified MIME types should be edited in the appropriate YAML file under
|
33
|
+
`types`. The format is as shown below for the `application/xml` MIME type
|
34
|
+
in `types/application.yml`.
|
35
|
+
|
36
|
+
```yaml
|
37
|
+
- !ruby/object:MIME::Type
|
38
|
+
content-type: application/xml
|
39
|
+
encoding: 8bit
|
40
|
+
extensions:
|
41
|
+
- xml
|
42
|
+
- xsl
|
43
|
+
references:
|
44
|
+
- IANA
|
45
|
+
- RFC3023
|
46
|
+
xrefs: !ruby/hash:MIME::Types::Container
|
47
|
+
rfc:
|
48
|
+
- rfc3023
|
49
|
+
registered: true
|
50
|
+
```
|
51
|
+
|
52
|
+
There are other fields that can be added, matching the fields discussed in the
|
53
|
+
documentation for MIME::Type. Pull requests for MIME types should just contain
|
54
|
+
the changes to the YAML files for the new or modified MIME types; I will
|
55
|
+
convert the YAML files to JSON prior to a new release. I would rather not have
|
56
|
+
to verify that the JSON matches the YAML changes, which is why it is not
|
57
|
+
necessary to convert for the pull request.
|
58
|
+
|
59
|
+
If you are making a change for a private fork, use `rake convert:yaml:json` to
|
60
|
+
convert the YAML to JSON, or `rake convert:yaml:columnar` to convert it to the
|
61
|
+
new columnar format.
|
62
|
+
|
63
|
+
#### Updating Types from the IANA or Apache Lists
|
64
|
+
|
65
|
+
If you are maintaining a private fork and wish to update your copy of the MIME
|
66
|
+
types registry used by this gem, you can do this with the rake tasks:
|
67
|
+
|
68
|
+
$ rake mime:iana
|
69
|
+
$ rake mime:apache
|
70
|
+
|
71
|
+
### Development Dependencies
|
72
|
+
|
73
|
+
mime-types-data uses Ryan Davis’s {Hoe}[https://github.com/seattlerb/hoe] to
|
74
|
+
manage the release process, and it adds a number of rake tasks. You will mostly
|
75
|
+
be interested in:
|
76
|
+
|
77
|
+
$ rake
|
78
|
+
|
79
|
+
which runs the tests the same way that:
|
80
|
+
|
81
|
+
$ rake test
|
82
|
+
$ rake travis
|
83
|
+
|
84
|
+
will do.
|
85
|
+
|
86
|
+
To assist with the installation of the development dependencies for
|
87
|
+
mime-types-data, I have provided the simplest possible Gemfile pointing to the
|
88
|
+
(generated) `mime-types-data.gemspec` file. This will permit you to do:
|
89
|
+
|
90
|
+
$ bundle install
|
91
|
+
|
92
|
+
to get the development dependencies. If you aleady have `hoe` installed, you
|
93
|
+
can accomplish the same thing with:
|
94
|
+
|
95
|
+
$ rake newb
|
96
|
+
|
97
|
+
This task will install any missing dependencies, run the tests/specs, and
|
98
|
+
generate the RDoc.
|
99
|
+
|
100
|
+
You can run tests with code coverage analysis by running:
|
101
|
+
|
102
|
+
$ rake test:coverage
|
103
|
+
|
104
|
+
### Workflow
|
105
|
+
|
106
|
+
Here's the most direct way to get your work merged into the project:
|
107
|
+
|
108
|
+
* Fork the project.
|
109
|
+
* Clone down your fork (`git clone
|
110
|
+
git://github.com/<username>/mime-types-data.git`).
|
111
|
+
* Create a topic branch to contain your change (`git checkout -b
|
112
|
+
my\_awesome\_feature`).
|
113
|
+
* Hack away, add tests. Not necessarily in that order.
|
114
|
+
* Make sure everything still passes by running `rake`.
|
115
|
+
* If necessary, rebase your commits into logical chunks, without errors.
|
116
|
+
* Push the branch up (`git push origin my\_awesome\_feature`).
|
117
|
+
* Create a pull request against mime-types/mime-types-data and describe what
|
118
|
+
your change does and the why you think it should be merged.
|
119
|
+
|
120
|
+
### Contributors
|
121
|
+
|
122
|
+
* Austin Ziegler created mime-types.
|
123
|
+
|
124
|
+
Thanks to everyone else who has contributed to mime-types:
|
125
|
+
|
126
|
+
* Aaron Patterson
|
127
|
+
* Aggelos Avgerinos
|
128
|
+
* Andre Pankratz
|
129
|
+
* Andy Brody
|
130
|
+
* Arnaud Meuret
|
131
|
+
* Bradley Meck
|
132
|
+
* Brandon Galbraith
|
133
|
+
* Chris Gat
|
134
|
+
* David Genord
|
135
|
+
* Eric Marden
|
136
|
+
* Garret Alfert
|
137
|
+
* Godfrey Chan
|
138
|
+
* Greg Brockman
|
139
|
+
* Hans de Graaff
|
140
|
+
* Henrik Hodne
|
141
|
+
* Jeremy Evans
|
142
|
+
* John Gardner
|
143
|
+
* Juanito Fatas
|
144
|
+
* Łukasz Śliwa
|
145
|
+
* Keerthi Siva
|
146
|
+
* Ken Ip
|
147
|
+
* Martin d'Allens
|
148
|
+
* Mauricio Linhares
|
149
|
+
* nycvotes-dev
|
150
|
+
* Postmodern
|
151
|
+
* Richard Hirner
|
152
|
+
* Richard Hurt
|
153
|
+
* Richard Schneeman
|
154
|
+
* Sergio Baptista
|
155
|
+
* Tao Guo
|
156
|
+
* Thomas Leese
|
157
|
+
* Tibor Szolár
|
158
|
+
* Todd Carrico
|
159
|
+
|
160
|
+
[qcm]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
|
161
|
+
[rmt]: https://github.com/mime-types/ruby-mime-types/
|
@@ -0,0 +1,396 @@
|
|
1
|
+
# MIME Types Changes by Version
|
2
|
+
|
3
|
+
## 3.2019.0904 / 2019-09-04
|
4
|
+
|
5
|
+
* Updated the IANA media registry entries as of release date.
|
6
|
+
|
7
|
+
* Moved the `.ai` extension from `application/postscript` to `application/pdf`.
|
8
|
+
[#23][] fixing [#22][].
|
9
|
+
|
10
|
+
## 3.2019.0331 / 2019-03-31
|
11
|
+
|
12
|
+
* Updated the IANA media registry entries as of release date.
|
13
|
+
|
14
|
+
* Added support for `application/wasm` with extension `.wasm`. [#21][]
|
15
|
+
|
16
|
+
* Fixed `application/ecmascript` extensions. [#20][]
|
17
|
+
|
18
|
+
## 3.2018.0812 / 2018-08-12
|
19
|
+
|
20
|
+
* Added `.xsd` extension to `text/xml`. [#10][]
|
21
|
+
|
22
|
+
* Added `.js` and `.mjs` extensions to `text/ecmascript` and
|
23
|
+
`text/javascript`. [#11][]
|
24
|
+
|
25
|
+
* Added `.ipa` extension to `application/octet-stream`. [#12][]
|
26
|
+
|
27
|
+
* Moved extensions `.markdown` and `.md` and added `.mkd` extension to
|
28
|
+
`text/markdown`. [#13][]
|
29
|
+
|
30
|
+
* Because of a bug found with mime-types 3 before 3.2.1, this version
|
31
|
+
requires mime-types 3.1 or later to manage data.
|
32
|
+
|
33
|
+
* Updated the IANA media registry entries as of release date. The biggest
|
34
|
+
major change here is the addition of the `font/` top-level media type.
|
35
|
+
|
36
|
+
* MIME type changes not introduced by pull requests will no longer be
|
37
|
+
individually tracked.
|
38
|
+
|
39
|
+
* Clarified that the YAML editable format is not shipped with the Ruby gem
|
40
|
+
for size considerations.
|
41
|
+
|
42
|
+
## 3.2016.0521 / 2016-05-21
|
43
|
+
|
44
|
+
* Updated the known extension list for application/octet-stream and
|
45
|
+
application/pgp-encrypted to include gpg as an extension. Fixes
|
46
|
+
[#3](https://github.com/mime-types/mime-types-data/pull/3) by Tao Guo
|
47
|
+
(@taoza).
|
48
|
+
* Updated the IANA media registry entries as of release date:
|
49
|
+
|
50
|
+
* Updated metadata for application/EmergencyCallData.Comment+xml,
|
51
|
+
application/EmergencyCallData.DeviceInfo+xml,
|
52
|
+
application/EmergencyCallData.ProviderInfo+xml,
|
53
|
+
application/EmergencyCallData.ServiceInfo+xml,
|
54
|
+
application/EmergencyCallData.SubscriberInfo+xml,
|
55
|
+
application/ogg, application/problem+json, application/problem+xml,
|
56
|
+
audio/ogg, text/markdown, video/H265, video/ogg.
|
57
|
+
* Added application/efi, application/vnd.3gpp.sms+xml,
|
58
|
+
application/vnd.3lightssoftware.imagescal,
|
59
|
+
application/vnd.coreos.ignition+json, application/vnd.oma.lwm2m+json,
|
60
|
+
application/vnd.onepager, application/vnd.quarantainenet,
|
61
|
+
application/vnd.vel+json, image/emf, image/wmf, text/prs.prop.logic.
|
62
|
+
* image/bmp has a draft RFC which would make it official; it has been
|
63
|
+
finally been registered. As such, this version *reverses* the
|
64
|
+
use-instead relationship of image/bmp and image/x-bmp.
|
65
|
+
|
66
|
+
* This version requires mime-types 3.1 or later to manage data because of an
|
67
|
+
issue with JSON data encoding for the `xrefs` field.
|
68
|
+
|
69
|
+
## 3.2016.0221 / 2016-02-21
|
70
|
+
|
71
|
+
* Updated the known extensions list for audio/mp4.
|
72
|
+
* Updated the IANA media registry entries as of release date:
|
73
|
+
|
74
|
+
* Updated metadata for 3GPP-defined types (there are many),
|
75
|
+
application/cdni, and application/rfc+xml.
|
76
|
+
* Added application/EmergencyCallData.Comment+xml,
|
77
|
+
application/EmergencyCallData.DeviceInfo+xml,
|
78
|
+
application/EmergencyCallData.ProviderInfo+xml,
|
79
|
+
application/EmergencyCallData.ServiceInfo+xml,
|
80
|
+
application/ppsp-tracker+json, application/problem+json,
|
81
|
+
application/problem+xml, application/vnd.filmit.zfc,
|
82
|
+
application/vnd.hdt, application/vnd.mapbox-vector-tile,
|
83
|
+
application/vnd.ms-PrintDeviceCapabilities+xml,
|
84
|
+
application/vnd.ms-PrintSchemaTicket+xml,
|
85
|
+
application/vnd.ms-windows.nwprinting.oob, application/vnd.tml,
|
86
|
+
model/vnd.rosette.annotated-data-model, and video/H265.
|
87
|
+
|
88
|
+
* Updated to [Contributor Covenant 1.4][Code of Conduct].
|
89
|
+
* Shift the support code in this repository to be developed with Ruby 2.3.
|
90
|
+
This involves:
|
91
|
+
|
92
|
+
* Adding `frozen_string_literal: true` to all Ruby files.
|
93
|
+
* Applied some recommended readability and performance suggestions from
|
94
|
+
Rubocop. Ignored some style recommendations, too.
|
95
|
+
* Replaced some cases of `foo.bar rescue nil` with `foo&.bar`.
|
96
|
+
|
97
|
+
## 3.2015.1120 / 2015-11-20
|
98
|
+
|
99
|
+
* Extracted from [ruby-mime-types][rmt].
|
100
|
+
* Added a [Code of Conduct][].
|
101
|
+
* The versioning has changed to be semantic on format plus date in two parts.
|
102
|
+
|
103
|
+
* All registry formats have been updated to remove deprecated data.
|
104
|
+
* The columnar format has been updated to store three boolean flags in a
|
105
|
+
single flags file.
|
106
|
+
|
107
|
+
* Updated the conversion and management utilities to work with
|
108
|
+
ruby-mime-types 3.x.
|
109
|
+
|
110
|
+
* Updated the IANA media registry entries as of release date:
|
111
|
+
|
112
|
+
* Updated metadata for application/scim+json, audio/G711-0, text/markdown.
|
113
|
+
|
114
|
+
* Added application/cdni, application/csvm+json, application/rfc+xml,
|
115
|
+
application/vnd.3gpp.access-transfer-events+xml,
|
116
|
+
application/vnd.3gpp.srvcc-ext+xml, application/vnd.3gpp.SRVCC-info+xml,
|
117
|
+
application/vnd.ms-windows.devicepairing,
|
118
|
+
application/vnd.ms-windows.wsd.oob, application/vnd.oxli.countgraph,
|
119
|
+
application/vnd.pagerduty+json, video/VP8.
|
120
|
+
|
121
|
+
## 2.6.2 / 2015-09-13
|
122
|
+
|
123
|
+
* Updated the IANA media registry entries as of release date:
|
124
|
+
|
125
|
+
* Updated metadata for application/cals-1840, application/index.obj,
|
126
|
+
application/ocsp-response, application/vnd.dtg.local.html,
|
127
|
+
application/vnd.pwg-multiplexed, audio/G7221, audio/opus.
|
128
|
+
|
129
|
+
* Added application/pkcs12, application/scim+json, multipart/form-data.
|
130
|
+
application/vnd.3gpp-prose+xml, application/vnd.3gpp-prose-pc3ch+xml,
|
131
|
+
application/vnd.3gpp.mid-call+xml,
|
132
|
+
application/vnd.3gpp-state-and-event-info+xml,
|
133
|
+
application.3gpp.ussd+xml, application/vnd.anki,
|
134
|
+
application/vnd.biopax.rdf+xml, application/vnd.drive+json,
|
135
|
+
application/vnd.firemonkeys.cloudcell,
|
136
|
+
application/vnd.hyperdrive+json, application/vnd.openblox.game+xml,
|
137
|
+
application/vnd.openblox.game-binary, application/vnd.uri-map,
|
138
|
+
audio/G711-0, image/vnd.mozilla.apng.
|
139
|
+
|
140
|
+
## 2.6 / 2015-05-25
|
141
|
+
|
142
|
+
* Steven Michael Thomas (@stevenmichaelthomas) added `woff2` as an extension
|
143
|
+
to application/font-woff,
|
144
|
+
[ruby-mime-types#99](https://github.com/mime-types/ruby-mime-types/pull/99).
|
145
|
+
* Updated the IANA media registry entries as of release date:
|
146
|
+
* Updated metadata for application/jose, application/jose+json,
|
147
|
+
application/jwk+json, application/jwk-set+json, application/jwt to
|
148
|
+
reflect the adoption of RFC7519.
|
149
|
+
* Added application/vnd.balsamiq.bmpr.
|
150
|
+
|
151
|
+
## 2.5 / 2015-04-25
|
152
|
+
|
153
|
+
* Updated the IANA media registry entries as of release date:
|
154
|
+
* Added MIME types: application/A2L, application/AML, application/ATFX,
|
155
|
+
application/ATXML, application/CDFX+XML, application/CEA,
|
156
|
+
application/DII, application/DIT, application/jose,
|
157
|
+
application/jose+json, application/json-seq, application/jwk+json,
|
158
|
+
application/jwk-set+json, application/jwt, application/LXF,
|
159
|
+
application/MF4, application/rdap+json,
|
160
|
+
application/vnd.apache.thrift.compact, vnd.apache.thrift.json,
|
161
|
+
application/vnd.citationstyles.style+xml, application/vnd.coffeescript,
|
162
|
+
application/vnd.enphase.envoy, application/vnd.fastcopy-disk-image,
|
163
|
+
application/vnd.gerber, application/vnd.gov.sk.e-form+xml,
|
164
|
+
application/vnd.gov.sk.e-form+zip,
|
165
|
+
application/vnd.gov.sk.xmldatacontainer+xml,
|
166
|
+
application/vnd.ims.imsccv1p1, application/vnd.ims.imsccv1p2,
|
167
|
+
application/vnd.ims.imsccv1p3, application/vnd.micro+json,
|
168
|
+
application/vnd.microsoft.portable-executable,
|
169
|
+
application/vnd.msa-disk-image, application/vnd.oracle.resource+json,
|
170
|
+
application/vnd.tmd.mediaflex.api+xml, audio/opus,
|
171
|
+
image/vnd.zbrush.pcx, text/csv-schema, text/markdown (marked as
|
172
|
+
TEMPORARY).
|
173
|
+
* Updated metadata for application/coap-group+json (RFC7390),
|
174
|
+
application/epub+zip (now registered), application/merge-patch+json
|
175
|
+
(RFC7396), application/smil, application/vnd.arastra.swi,
|
176
|
+
application/vnd.geocube+xml, application/vnd.gmx,
|
177
|
+
application/xhtml+xml, text/directory.
|
178
|
+
* Andy Brody (@ab) fixed a pair of embarrassing typos in text/csv and
|
179
|
+
text/tab-separated-values,
|
180
|
+
[ruby-mime-types#89](https://github.com/mime-types/ruby-mime-types/pull/89).
|
181
|
+
* Aggelos Avgerinos (@eavgerinos) added the unregistered MIME type
|
182
|
+
image/x-ms-bmp with the extension `bmp`,
|
183
|
+
[ruby-mime-types#90](https://github.com/mime-types/ruby-mime-types/pull/90).
|
184
|
+
|
185
|
+
## 2.4.2 / 2014-10-15
|
186
|
+
|
187
|
+
* Added application/vnd.ms-outlook as an unregistered MIME type with the
|
188
|
+
extension `msg`. Provided by @keerthisiv in
|
189
|
+
[ruby-mime-types#72](https://github.com/mime-types/ruby-mime-types/pull/72).
|
190
|
+
|
191
|
+
## 2.4.1 / 2014-10-07
|
192
|
+
|
193
|
+
* Changed the sort order of many of the extensions to restore behaviour from
|
194
|
+
mime-types 1.25.1.
|
195
|
+
* Added `friendly` MIME::Type descriptions where known.
|
196
|
+
* Added `reg`, `ps1`, and `vbs` extensions to application/x-msdos-program and
|
197
|
+
application/x-msdownload.
|
198
|
+
* Updated the IANA media registry entries as of release date.
|
199
|
+
* Several MIME types had updated metadata (application/alto-*, RFC7285;
|
200
|
+
application/calendar+json, RFC7265; application/http, RFC7230;
|
201
|
+
application/xml, RFC7303; application/xml-dtd, RFC7303;
|
202
|
+
application/xml-external-parsed-entity, RFC7303; audio/AMR-WB, RFC4867;
|
203
|
+
audio/aptx, RFC7310; message/http, RFC7230; multipart/byteranges,
|
204
|
+
RFC7233; text/xml, RFC7303; text/xml-external-parsed-entity, RFC7303)
|
205
|
+
* MIME::Type application/EDI-Consent was renamed to
|
206
|
+
application/EDI-consent.
|
207
|
+
* Obsoleted application/vnd.informix-visionary in favour of
|
208
|
+
application/vnd.visionary. Obsoleted
|
209
|
+
application/vnd.nokia.n-gage.symbian.install with no replacement.
|
210
|
+
* Added MIME types: application/ATF, application/coap-group+json,
|
211
|
+
application/DCD, application/merge-patch+json, application/scaip+xml,
|
212
|
+
application/vnd.apache.thrift.binary, application/vnd.artsquare,
|
213
|
+
application/vnd.doremir.scorecloud-binary-document,
|
214
|
+
application/vnd.dzr, application/vnd.maxmind.maxmind-db,
|
215
|
+
application/vnd.ntt-local.ogw_remote-access, application/xml-patch+xml,
|
216
|
+
image/vnd.tencent.tap.
|
217
|
+
|
218
|
+
## 2.3 / 2014-05-23
|
219
|
+
|
220
|
+
* Updated the IANA media registry entries as of release date.
|
221
|
+
* Several MIME types had additional metadata added on the most recent
|
222
|
+
import.
|
223
|
+
* MIME::Type application/pidfxml was renamed to application/pidf+xml.
|
224
|
+
* Added MIME types: application/3gpdash-qoe-report+xml,
|
225
|
+
application/alto-costmap+json, application/alto-costmapfilter+json,
|
226
|
+
application/alto-directory+json, application/alto-endpointcost+json,
|
227
|
+
application/alto-endpointcostparams+json,
|
228
|
+
application/alto-endpointprop+json,
|
229
|
+
application/alto-endpointpropparams+json, application/alto-error+json,
|
230
|
+
application/alto-networkmap+json,
|
231
|
+
application/alto-networkmapfilter+json, application/calendar+json,
|
232
|
+
application/vnd.debian.binary-package, application/vnd.geo+json,
|
233
|
+
application/vnd.ims.lis.v2.result+json,
|
234
|
+
application/vnd.ims.lti.v2.toolconsumerprofile+json,
|
235
|
+
application/vnd.ims.lti.v2.toolproxy+json,
|
236
|
+
application/vnd.ims.lti.v2.toolproxy.id+json,
|
237
|
+
application/vnd.ims.lti.v2.toolsettings+json,
|
238
|
+
application/vnd.ims.lti.v2.toolsettings.simple+json,
|
239
|
+
application/vnd.mason+json, application/vnd.miele+json,
|
240
|
+
application/vnd.ms-3mfdocument, application/vnd.panoply,
|
241
|
+
application/vnd.valve.source.material, application/vnd.yaoweme,
|
242
|
+
audio/aptx, image/vnd.valve.source.texture, model/vnd.opengex,
|
243
|
+
model/vnd.valve.source.compiled-map, model/x3d+fastinfoset,
|
244
|
+
text/cache-manifest
|
245
|
+
|
246
|
+
## 2.2 / 2014-03-14
|
247
|
+
* Added <tt>.sj</tt> to `application/javascript` as provided by Brandon
|
248
|
+
Galbraith (@brandongalbraith) in
|
249
|
+
[ruby-mime-types#58](https://github.com/mime-types/ruby-mime-types/pull/58).
|
250
|
+
* Marked application/excel and application/x-excel as obsolete in favour of
|
251
|
+
application/vnd.ms-excel per
|
252
|
+
[ruby-mime-types#60](https://github.com/mime-types/ruby-mime-types/pull/60).
|
253
|
+
* Merged duplicate MIME types into the registered MIME type. The only
|
254
|
+
difference between the MIME types was capitalization; the MIME type
|
255
|
+
registry is case-preserving.
|
256
|
+
* Affected MIME types: application/vnd.3M.Post-it-Notes,
|
257
|
+
application/vnd.FloGraphIt, application/vnd.HandHeld-Entertainment+xml,
|
258
|
+
application/vnd.hp-HPGL, application/vnd.hp-PCL,
|
259
|
+
application/vnd.hp-PCLXL, application/vnd.ibm.MiniPay,
|
260
|
+
application/vnd.Kinar, application/vnd.MFER,
|
261
|
+
application/vnd.Mobius.DAF, application/vnd.Mobius.DIS,
|
262
|
+
application/vnd.Mobius.MBK, application/vnd.Mobius.MSL,
|
263
|
+
application/vnd.Mobius.MQY, application/vnd.Mobius.PLC,
|
264
|
+
application/vnd.Mobius.TXF,
|
265
|
+
application/vnd.ms-excel.addin.macroEnabled.12,
|
266
|
+
application/vnd.ms-excel.sheet.binary.macroEnabled.12,
|
267
|
+
application/vnd.ms-excel.sheet.macroEnabled.12,
|
268
|
+
application/vnd.ms-excel.template.macroEnabled.12,
|
269
|
+
application/vnd.ms-powerpoint.addin.macroEnabled.12,
|
270
|
+
application/vnd.ms-powerpoint.presentation.macroEnabled.12,
|
271
|
+
application/vnd.ms-powerpoint.slide.macroEnabled.12,
|
272
|
+
application/vnd.ms-powerpoint.slideshow.macroEnabled.12,
|
273
|
+
application/vnd.ms-powerpoint.template.macroEnabled.12,
|
274
|
+
application/vnd.ms-word.document.macroEnabled.12,
|
275
|
+
application/vnd.ms-word.template.macroEnabled.12,
|
276
|
+
application/vnd.novadigm.EDM, application/vnd.novadigm.EDX,
|
277
|
+
application/vnd.novadigm.EXT, application/vnd.Quark.QuarkXPress,
|
278
|
+
application/vnd.SimTech-MindMapper, audio/AMR-WB, video/H261,
|
279
|
+
video/H263, video/H264, video/JPEG, video/MJ2.
|
280
|
+
|
281
|
+
* Updated the IANA media registry entries as of release date.
|
282
|
+
* Registered type person names have been updated from surname only to
|
283
|
+
full name.
|
284
|
+
* Several types had updated RFC or draft RFC references.
|
285
|
+
* Added application/bacnet-xdd+zip, application/cms,
|
286
|
+
application/load-control+xml, application/PDX, application/ttml+xml,
|
287
|
+
application/vnd.collection.doc+json,
|
288
|
+
application/vnd.iptc.g2.catalogitem+xml, application/vnd.pcos,
|
289
|
+
text/parameters, text/vnd.a, video/iso.segment
|
290
|
+
|
291
|
+
## 2.1 / 2014-01-25
|
292
|
+
|
293
|
+
* The IANA media type registry format changed, resulting in updates to most
|
294
|
+
of the 1,427 registered MIME types.
|
295
|
+
* Many registered MIME types have had some metadata updates due to the
|
296
|
+
change in the IANA registry format.
|
297
|
+
* MIME types having a publicly available registry application now
|
298
|
+
include a link to that file in references.
|
299
|
+
* Added `xrefs` data as discovered (see the API changes noted above).
|
300
|
+
* The Apache mime types configuration has been added to track additional
|
301
|
+
common but unregistered MIME types and known extensions for those MIME
|
302
|
+
types. This has affected many of the available MIME types.
|
303
|
+
* Added newly registered MIME types:
|
304
|
+
* application/emotionml+xml, application/ODX, application/prs.hpub+zip,
|
305
|
+
application/vcard+json, application/vnd.bekitzur-stech+json,
|
306
|
+
application/vnd.etsi.timestamp-token,
|
307
|
+
application/vnd.oma.cab-feature-handler+xml,
|
308
|
+
application/vnd.openeye.oeb, application/vnd.tcpdump.pcap,
|
309
|
+
audio/amr-wb, model/x3d+xml, model/x3d-vrml
|
310
|
+
* Added 180 unregistered MIME types from the Apache list:
|
311
|
+
* application/applixware, application/cu-seeme, application/docbook+xml,
|
312
|
+
application/gml+xml, application/gpx+xml, application/gxf,
|
313
|
+
application/java-archive, application/java-serialized-object,
|
314
|
+
application/java-vm, application/jsonml+json, application/metalink+xml,
|
315
|
+
application/omdoc+xml, application/onenote, application/pics-rules,
|
316
|
+
application/rsd+xml, application/ssdl+xml,
|
317
|
+
application/vnd.3m.post-it-notes, application/vnd.amazon.ebook,
|
318
|
+
application/vnd.anser-web-funds-transfer-initiation,
|
319
|
+
application/vnd.curl.car, application/vnd.curl.pcurl,
|
320
|
+
application/vnd.dolby.mlp, application/vnd.ds-keypoint,
|
321
|
+
application/vnd.flographit, application/vnd.handheld-entertainment+xml,
|
322
|
+
application/vnd.hp-hpgl, application/vnd.hp-pcl,
|
323
|
+
application/vnd.hp-pclxl, application/vnd.ibm.minipay,
|
324
|
+
application/vnd.kinar, application/vnd.mfer,
|
325
|
+
application/vnd.mobius.daf, application/vnd.mobius.dis,
|
326
|
+
application/vnd.mobius.mbk, application/vnd.mobius.mqy,
|
327
|
+
application/vnd.mobius.msl, application/vnd.mobius.plc,
|
328
|
+
application/vnd.mobius.txf,
|
329
|
+
application/vnd.ms-excel.addin.macroenabled.12,
|
330
|
+
application/vnd.ms-excel.sheet.binary.macroenabled.12,
|
331
|
+
application/vnd.ms-excel.sheet.macroenabled.12,
|
332
|
+
application/vnd.ms-excel.template.macroenabled.12,
|
333
|
+
application/vnd.ms-pki.seccat, application/vnd.ms-pki.stl,
|
334
|
+
application/vnd.ms-powerpoint.addin.macroenabled.12,
|
335
|
+
application/vnd.ms-powerpoint.presentation.macroenabled.12,
|
336
|
+
application/vnd.ms-powerpoint.slide.macroenabled.12,
|
337
|
+
application/vnd.ms-powerpoint.slideshow.macroenabled.12,
|
338
|
+
application/vnd.ms-powerpoint.template.macroenabled.12,
|
339
|
+
application/vnd.ms-word.document.macroenabled.12,
|
340
|
+
application/vnd.ms-word.template.macroenabled.12,
|
341
|
+
application/vnd.novadigm.edm, application/vnd.novadigm.edx,
|
342
|
+
application/vnd.novadigm.ext, application/vnd.quark.quarkxpress,
|
343
|
+
application/vnd.rim.cod, application/vnd.rn-realmedia-vbr,
|
344
|
+
application/vnd.simtech-mindmapper, application/vnd.symbian.install,
|
345
|
+
application/winhlp, application/x-abiword,
|
346
|
+
application/x-ace-compressed, application/x-authorware-bin,
|
347
|
+
application/x-authorware-map, application/x-authorware-seg,
|
348
|
+
application/x-bittorrent, application/x-blorb, application/x-bzip,
|
349
|
+
application/x-cbr, application/x-cfs-compressed, application/x-chat,
|
350
|
+
application/x-conference, application/x-dgc-compressed,
|
351
|
+
application/x-doom, application/x-dtbncx+xml, application/x-dtbook+xml,
|
352
|
+
application/x-dtbresource+xml, application/x-envoy, application/x-eva,
|
353
|
+
application/x-font-bdf, application/x-font-ghostscript,
|
354
|
+
application/x-font-linux-psf, application/x-font-otf,
|
355
|
+
application/x-font-pcf, application/x-font-snf, application/x-font-ttf,
|
356
|
+
application/x-font-type1, application/x-freearc,
|
357
|
+
application/x-gca-compressed, application/x-glulx,
|
358
|
+
application/x-gnumeric, application/x-gramps-xml,
|
359
|
+
application/x-install-instructions, application/x-iso9660-image,
|
360
|
+
application/x-lzh-compressed, application/x-mie,
|
361
|
+
application/x-ms-application, application/x-ms-shortcut,
|
362
|
+
application/x-ms-xbap, application/x-msbinder,
|
363
|
+
application/x-mscardfile, application/x-msclip,
|
364
|
+
application/x-msmediaview, application/x-msmetafile,
|
365
|
+
application/x-msmoney, application/x-mspublisher,
|
366
|
+
application/x-msschedule, application/x-msterminal,
|
367
|
+
application/x-mswrite, application/x-nzb, application/x-pkcs12,
|
368
|
+
application/x-pkcs7-certificates, application/x-pkcs7-certreqresp,
|
369
|
+
application/x-research-info-systems, application/x-silverlight-app,
|
370
|
+
application/x-sql, application/x-stuffitx, application/x-subrip,
|
371
|
+
application/x-t3vm-image, application/x-tads, application/x-tex-tfm,
|
372
|
+
application/x-tgif, application/x-xfig, application/x-xliff+xml,
|
373
|
+
application/x-xz, application/x-zmachine, application/xaml+xml,
|
374
|
+
application/xproc+xml, application/xspf+xml, audio/adpcm, audio/amr-wb,
|
375
|
+
audio/AMR-WB, audio/midi, audio/s3m, audio/silk, audio/x-caf,
|
376
|
+
audio/x-flac, audio/x-matroska, audio/x-mpegurl, audio/xm,
|
377
|
+
chemical/x-cdx, chemical/x-cif, chemical/x-cmdf, chemical/x-cml,
|
378
|
+
chemical/x-csml, image/sgi, image/vnd.ms-photo, image/x-3ds,
|
379
|
+
image/x-cmx, image/x-freehand, image/x-icon, image/x-mrsid-image,
|
380
|
+
image/x-pcx, image/x-tga, model/x3d+binary, model/x3d+vrml, text/plain,
|
381
|
+
text/vnd.curl.dcurl, text/vnd.curl.mcurl, text/vnd.curl.scurl,
|
382
|
+
text/x-asm, text/x-c, text/x-fortran, text/x-java-source, text/x-nfo,
|
383
|
+
text/x-opml, text/x-pascal, text/x-sfv, text/x-uuencode, video/h261,
|
384
|
+
video/h263, video/h264, video/jpeg, video/jpm, video/mj2, video/x-f4v,
|
385
|
+
video/x-m4v, video/x-mng, video/x-ms-vob, video/x-smv
|
386
|
+
* Merged the non-standard VMS platform text/plain with the standard
|
387
|
+
text/plain.
|
388
|
+
|
389
|
+
[#10]: https://github.com/mime-types/mime-types-data/pull/10
|
390
|
+
[#11]: https://github.com/mime-types/mime-types-data/pull/11
|
391
|
+
[#12]: https://github.com/mime-types/mime-types-data/pull/12
|
392
|
+
[#13]: https://github.com/mime-types/mime-types-data/pull/13
|
393
|
+
[#20]: https://github.com/mime-types/mime-types-data/pull/20
|
394
|
+
[#21]: https://github.com/mime-types/mime-types-data/pull/21
|
395
|
+
[rmt]: https://github.com/mime-types/ruby-mime-types
|
396
|
+
[Code of Conduct]: Code-of-Conduct.md
|
@@ -0,0 +1,25 @@
|
|
1
|
+
## Licence
|
2
|
+
|
3
|
+
* Copyright 2003–2016 Austin Ziegler and other contributors.
|
4
|
+
|
5
|
+
The software in this repository is made available under the MIT license.
|
6
|
+
|
7
|
+
### MIT License
|
8
|
+
|
9
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
10
|
+
this software and associated documentation files (the "Software"), to deal in
|
11
|
+
the Software without restriction, including without limitation the rights to
|
12
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
13
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
14
|
+
so, subject to the following conditions:
|
15
|
+
|
16
|
+
The above copyright notice and this permission notice shall be included in all
|
17
|
+
copies or substantial portions of the Software.
|
18
|
+
|
19
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
20
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
21
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
22
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
23
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
24
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25
|
+
SOFTWARE.
|
@@ -0,0 +1,31 @@
|
|
1
|
+
Code-of-Conduct.md
|
2
|
+
Contributing.md
|
3
|
+
History.md
|
4
|
+
Licence.md
|
5
|
+
Manifest.txt
|
6
|
+
README.md
|
7
|
+
Rakefile
|
8
|
+
data/mime-types.json
|
9
|
+
data/mime.content_type.column
|
10
|
+
data/mime.docs.column
|
11
|
+
data/mime.encoding.column
|
12
|
+
data/mime.flags.column
|
13
|
+
data/mime.friendly.column
|
14
|
+
data/mime.pext.column
|
15
|
+
data/mime.use_instead.column
|
16
|
+
data/mime.xrefs.column
|
17
|
+
lib/mime-types-data.rb
|
18
|
+
lib/mime/types/data.rb
|
19
|
+
types/application.yaml
|
20
|
+
types/audio.yaml
|
21
|
+
types/chemical.yaml
|
22
|
+
types/conference.yaml
|
23
|
+
types/drawing.yaml
|
24
|
+
types/font.yaml
|
25
|
+
types/image.yaml
|
26
|
+
types/message.yaml
|
27
|
+
types/model.yaml
|
28
|
+
types/multipart.yaml
|
29
|
+
types/text.yaml
|
30
|
+
types/video.yaml
|
31
|
+
types/world.yaml
|
@@ -0,0 +1,63 @@
|
|
1
|
+
# mime-types-data
|
2
|
+
|
3
|
+
* home :: https://github.com/mime-types/mime-types-data/
|
4
|
+
* code :: https://github.com/mime-types/mime-types-data/
|
5
|
+
* issues :: https://github.com/mime-types/mime-types-data/issues
|
6
|
+
|
7
|
+
## Description
|
8
|
+
|
9
|
+
mime-types-data provides a registry for information about MIME media type
|
10
|
+
definitions. It can be used with the Ruby mime-types library or other software
|
11
|
+
to determine defined filename extensions for MIME types, or to use filename
|
12
|
+
extensions to look up the likely MIME type definitions.
|
13
|
+
|
14
|
+
### About MIME Media Types
|
15
|
+
|
16
|
+
MIME media types are used in MIME-compliant communications, as in e-mail or
|
17
|
+
HTTP traffic, to indicate the type of content which is transmitted. The
|
18
|
+
registry provided in mime-types-data contains detailed information about MIME
|
19
|
+
entities. There are many types defined by RFCs and vendors, so the list is long
|
20
|
+
but invariably; don't hesitate to offer additional type definitions for
|
21
|
+
consideration. MIME type definitions found in mime-types are from RFCs, W3C
|
22
|
+
recommendations, the [IANA Media Types registry][registry], and user
|
23
|
+
contributions. It conforms to RFCs 2045 and 2231.
|
24
|
+
|
25
|
+
### Data Formats Supported in this Registry
|
26
|
+
|
27
|
+
This registry contains the MIME media types in three formats:
|
28
|
+
|
29
|
+
* A YAML format matching the Ruby mime-types library objects (MIME::Type).
|
30
|
+
This is the primary user-editable format for developers. It is *not*
|
31
|
+
shipped with the gem due to size considerations.
|
32
|
+
* A JSON format converted from the YAML format. Prior to Ruby mime-types 3.0,
|
33
|
+
this was the main consumption format and is still recommended for any
|
34
|
+
implementation that does not wish to implement the columnar format, which
|
35
|
+
has a significant implementation effort cost.
|
36
|
+
* An encoded text format splitting the data for each MIME type across
|
37
|
+
multiple files. This columnar data format reduces the minimal data load
|
38
|
+
substantially, resulting in a performance improvement at the cost of more
|
39
|
+
complex code for loading the data on-demand. This is the default format for
|
40
|
+
Ruby mime-types 3.0.
|
41
|
+
|
42
|
+
## mime-types-data Modified Semantic Versioning
|
43
|
+
|
44
|
+
mime-types-data uses a heavily modified [Semantic Versioning][] scheme to
|
45
|
+
indicate that the data formats compatibility based on a `SCHEMA` version and
|
46
|
+
the date of the data update: `SCHEMA.YEAR.MONTHDAY`.
|
47
|
+
|
48
|
+
1. If an incompatible data format change is made to any of the supported
|
49
|
+
formts, `SCHEMA` will be incremented. The current `SCHEMA` is 3, supporting
|
50
|
+
the YAML, JSON, and columnar formats required for Ruby mime-types 3.0.
|
51
|
+
|
52
|
+
2. When the data is updated, the `YEAR.MONTHDAY` combination will be updated.
|
53
|
+
An update on the last day of October 2015 would be written as `2015.1031`,
|
54
|
+
resulting in the full version of `3.2015.1031`.
|
55
|
+
|
56
|
+
3. If multiple versions of the data need to be released on the same day due to
|
57
|
+
error, there will be an additional `REVISION` field incremented on the end
|
58
|
+
of the version. Thus, if three revisions need to be published on October
|
59
|
+
31st, 2015, the last release would be `3.2015.1031.2` (remember that the
|
60
|
+
first release has an implied `0`.)
|
61
|
+
|
62
|
+
[registry]: https://www.iana.org/assignments/media-types/media-types.xhtml
|
63
|
+
[Semantic Versioning]: http://semver.org/
|