vagrant-unbundled 1.8.5.2 → 1.9.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/.travis.yml +2 -4
- data/CHANGELOG.md +106 -0
- data/Gemfile.lock +17 -18
- data/README.md +2 -11
- data/Vagrantfile +18 -8
- data/bin/vagrant +13 -60
- data/lib/vagrant/action/builtin/ssh_run.rb +1 -1
- data/lib/vagrant/bundler.rb +321 -302
- data/lib/vagrant/environment.rb +11 -5
- data/lib/vagrant/errors.rb +16 -0
- data/lib/vagrant/machine.rb +3 -1
- data/lib/vagrant/plugin/manager.rb +49 -20
- data/lib/vagrant/plugin/state_file.rb +6 -5
- data/lib/vagrant/shared_helpers.rb +8 -1
- data/lib/vagrant/util/downloader.rb +54 -1
- data/lib/vagrant/util/env.rb +6 -4
- data/lib/vagrant/util/platform.rb +1 -1
- data/lib/vagrant/util/safe_exec.rb +24 -4
- data/lib/vagrant/util/ssh.rb +14 -8
- data/lib/vagrant/util/subprocess.rb +14 -5
- data/lib/vagrant/util.rb +1 -0
- data/lib/vagrant.rb +62 -13
- data/plugins/commands/box/command/prune.rb +128 -0
- data/plugins/commands/box/command/root.rb +5 -0
- data/plugins/commands/package/command.rb +14 -8
- data/plugins/commands/plugin/action/expunge_plugins.rb +51 -0
- data/plugins/commands/plugin/action/list_plugins.rb +9 -4
- data/plugins/commands/plugin/action/repair_plugins.rb +39 -0
- data/plugins/commands/plugin/action/update_gems.rb +8 -10
- data/plugins/commands/plugin/action.rb +15 -0
- data/plugins/commands/plugin/command/expunge.rb +67 -0
- data/plugins/commands/plugin/command/mixin_install_opts.rb +0 -9
- data/plugins/commands/plugin/command/repair.rb +28 -0
- data/plugins/commands/plugin/command/root.rb +10 -0
- data/plugins/commands/ssh_config/command.rb +3 -0
- data/plugins/communicators/ssh/communicator.rb +39 -10
- data/plugins/communicators/winrm/communicator.rb +1 -1
- data/plugins/communicators/winrm/shell.rb +6 -6
- data/plugins/guests/arch/cap/change_host_name.rb +4 -6
- data/plugins/guests/arch/cap/configure_networks.rb +5 -6
- data/plugins/guests/arch/cap/nfs.rb +2 -4
- data/plugins/guests/arch/cap/rsync.rb +1 -1
- data/plugins/guests/atomic/cap/change_host_name.rb +4 -6
- data/plugins/guests/bsd/cap/halt.rb +1 -1
- data/plugins/guests/bsd/cap/nfs.rb +4 -6
- data/plugins/guests/bsd/cap/public_key.rb +11 -10
- data/plugins/guests/bsd/guest.rb +1 -1
- data/plugins/guests/darwin/cap/change_host_name.rb +12 -11
- data/plugins/guests/darwin/cap/halt.rb +1 -1
- data/plugins/guests/darwin/cap/rsync.rb +2 -25
- data/plugins/guests/debian/cap/change_host_name.rb +0 -3
- data/plugins/guests/debian/cap/configure_networks.rb +1 -1
- data/plugins/guests/debian/cap/nfs.rb +1 -1
- data/plugins/guests/debian/cap/rsync.rb +0 -1
- data/plugins/guests/debian/guest.rb +4 -5
- data/plugins/guests/dragonflybsd/guest.rb +9 -0
- data/plugins/guests/dragonflybsd/plugin.rb +15 -0
- data/plugins/guests/esxi/cap/halt.rb +1 -1
- data/plugins/guests/freebsd/cap/rsync.rb +3 -26
- data/plugins/guests/gentoo/cap/change_host_name.rb +2 -4
- data/plugins/guests/linux/cap/halt.rb +1 -1
- data/plugins/guests/linux/cap/mount_smb_shared_folder.rb +1 -1
- data/plugins/guests/linux/cap/mount_virtualbox_shared_folder.rb +49 -26
- data/plugins/guests/linux/cap/network_interfaces.rb +49 -1
- data/plugins/guests/linux/cap/nfs.rb +14 -14
- data/plugins/guests/linux/cap/public_key.rb +9 -12
- data/plugins/guests/linux/cap/rsync.rb +2 -27
- data/plugins/guests/linux/guest.rb +15 -1
- data/plugins/guests/mint/guest.rb +5 -4
- data/plugins/guests/netbsd/cap/change_host_name.rb +2 -3
- data/plugins/guests/netbsd/cap/rsync.rb +8 -22
- data/plugins/guests/openbsd/cap/halt.rb +19 -0
- data/plugins/guests/openbsd/cap/rsync.rb +17 -22
- data/plugins/guests/openbsd/plugin.rb +5 -0
- data/plugins/guests/photon/cap/configure_networks.rb +1 -1
- data/plugins/guests/redhat/cap/change_host_name.rb +6 -2
- data/plugins/guests/redhat/cap/configure_networks.rb +13 -6
- data/plugins/guests/redhat/cap/flavor.rb +1 -1
- data/plugins/guests/smartos/cap/halt.rb +1 -1
- data/plugins/guests/smartos/cap/rsync.rb +9 -2
- data/plugins/guests/solaris/cap/halt.rb +1 -1
- data/plugins/guests/solaris/cap/rsync.rb +8 -3
- data/plugins/guests/solaris11/cap/halt.rb +1 -1
- data/plugins/guests/solaris11/cap/rsync.rb +7 -6
- data/plugins/guests/suse/cap/halt.rb +1 -1
- data/plugins/guests/tinycore/cap/halt.rb +1 -1
- data/plugins/guests/tinycore/guest.rb +4 -5
- data/plugins/guests/ubuntu/guest.rb +5 -4
- data/plugins/hosts/arch/cap/nfs.rb +1 -1
- data/plugins/hosts/darwin/cap/rdp.rb +2 -2
- data/plugins/hosts/linux/cap/nfs.rb +95 -37
- data/plugins/kernel_v2/config/ssh.rb +17 -12
- data/plugins/kernel_v2/config/vm.rb +15 -3
- data/plugins/providers/docker/driver.rb +1 -1
- data/plugins/providers/hyperv/action/import.rb +40 -10
- data/plugins/providers/hyperv/config.rb +6 -0
- data/plugins/providers/hyperv/driver.rb +9 -1
- data/plugins/providers/hyperv/scripts/import_vm_vmcx.ps1 +157 -0
- data/plugins/providers/hyperv/scripts/import_vm_xml.ps1 +215 -0
- data/plugins/provisioners/ansible/config/base.rb +26 -19
- data/plugins/provisioners/ansible/provisioner/base.rb +36 -11
- data/plugins/provisioners/ansible/provisioner/guest.rb +5 -10
- data/plugins/provisioners/ansible/provisioner/host.rb +14 -4
- data/plugins/provisioners/chef/config/base.rb +0 -10
- data/plugins/provisioners/docker/config.rb +0 -9
- data/plugins/provisioners/puppet/config/puppet.rb +18 -12
- data/plugins/provisioners/puppet/provisioner/puppet.rb +24 -3
- data/plugins/provisioners/salt/config.rb +11 -13
- data/plugins/provisioners/salt/provisioner.rb +27 -4
- data/plugins/provisioners/shell/config.rb +6 -0
- data/plugins/provisioners/shell/provisioner.rb +6 -1
- data/plugins/synced_folders/nfs/synced_folder.rb +5 -0
- data/plugins/synced_folders/rsync/default_unix_cap.rb +45 -0
- data/plugins/synced_folders/rsync/helper.rb +30 -9
- data/templates/commands/ssh_config/config.erb +10 -0
- data/templates/locales/en.yml +85 -1
- data/test/unit/plugins/commands/box/command/prune_test.rb +194 -0
- data/test/unit/plugins/commands/package/command_test.rb +102 -0
- data/test/unit/plugins/commands/plugin/action/expunge_plugins_test.rb +64 -0
- data/test/unit/plugins/commands/plugin/action/update_gems_test.rb +2 -0
- data/test/unit/plugins/commands/ssh_config/command_test.rb +29 -0
- data/test/unit/plugins/communicators/ssh/communicator_test.rb +529 -0
- data/test/unit/plugins/communicators/winrm/communicator_test.rb +5 -5
- data/test/unit/plugins/communicators/winrm/shell_test.rb +3 -1
- data/test/unit/plugins/guests/bsd/cap/halt_test.rb +10 -2
- data/test/unit/plugins/guests/bsd/cap/nfs_test.rb +5 -6
- data/test/unit/plugins/guests/bsd/cap/remove_public_key_test.rb +32 -0
- data/test/unit/plugins/guests/darwin/cap/halt_test.rb +7 -0
- data/test/unit/plugins/guests/esxi/cap/halt_test.rb +44 -0
- data/test/unit/plugins/guests/linux/cap/halt_test.rb +7 -0
- data/test/unit/plugins/guests/linux/cap/mount_nfs_test.rb +5 -5
- data/test/unit/plugins/guests/linux/cap/mount_virtual_box_shared_folder_test.rb +168 -0
- data/test/unit/plugins/guests/linux/cap/network_interfaces_test.rb +84 -0
- data/test/unit/plugins/guests/linux/cap/remove_public_key_test.rb +32 -0
- data/test/unit/plugins/guests/linux/cap/rsync_test.rb +97 -0
- data/test/unit/plugins/guests/openbsd/cap/halt_test.rb +43 -0
- data/test/unit/plugins/guests/openbsd/cap/rsync_test.rb +59 -0
- data/test/unit/plugins/guests/photon/cap/configure_networks_test.rb +1 -1
- data/test/unit/plugins/guests/redhat/cap/configure_networks_test.rb +3 -2
- data/test/unit/plugins/guests/smartos/cap/halt_test.rb +18 -4
- data/test/unit/plugins/guests/smartos/cap/rsync_test.rb +1 -2
- data/test/unit/plugins/guests/solaris/cap/halt_test.rb +44 -0
- data/test/unit/plugins/guests/solaris11/cap/halt_test.rb +44 -0
- data/test/unit/plugins/guests/suse/cap/halt_test.rb +7 -0
- data/test/unit/plugins/guests/tinycore/cap/halt_test.rb +44 -0
- data/test/unit/plugins/hosts/darwin/cap/rdp_test.rb +7 -7
- data/test/unit/plugins/hosts/linux/cap/nfs_test.rb +156 -0
- data/test/unit/plugins/kernel_v2/config/vm_test.rb +23 -0
- data/test/unit/plugins/provisioners/ansible/config/guest_test.rb +3 -1
- data/test/unit/plugins/provisioners/ansible/config/host_test.rb +3 -1
- data/test/unit/plugins/provisioners/ansible/config/shared.rb +2 -0
- data/test/unit/plugins/provisioners/ansible/provisioner_test.rb +72 -28
- data/test/unit/plugins/provisioners/chef/config/base_test.rb +0 -8
- data/test/unit/plugins/provisioners/docker/config_test.rb +0 -8
- data/test/unit/plugins/provisioners/salt/config_test.rb +0 -6
- data/test/unit/plugins/provisioners/salt/provisioner_test.rb +35 -0
- data/test/unit/plugins/provisioners/shell/provisioner_test.rb +69 -1
- data/test/unit/plugins/synced_folders/rsync/helper_test.rb +55 -0
- data/test/unit/vagrant/environment_test.rb +102 -0
- data/test/unit/vagrant/machine_test.rb +17 -0
- data/test/unit/vagrant/plugin/manager_test.rb +10 -10
- data/test/unit/vagrant/plugin/state_file_test.rb +6 -5
- data/test/unit/vagrant/util/downloader_test.rb +98 -0
- data/test/unit/vagrant/util/subprocess_test.rb +50 -0
- data/vagrant.gemspec +9 -6
- data/vendor/bundle/ruby/2.4.0/bin/autospec +22 -0
- data/vendor/bundle/ruby/2.4.0/bin/erubis +22 -0
- data/vendor/bundle/ruby/2.4.0/bin/htmldiff +24 -0
- data/vendor/bundle/ruby/2.4.0/bin/httpclient +22 -0
- data/vendor/bundle/ruby/2.4.0/bin/ldiff +24 -0
- data/vendor/bundle/ruby/2.4.0/bin/listen +22 -0
- data/vendor/bundle/ruby/2.4.0/bin/nokogiri +22 -0
- data/vendor/bundle/ruby/2.4.0/bin/rake +22 -0
- data/vendor/bundle/ruby/2.4.0/bin/restclient +22 -0
- data/vendor/bundle/ruby/2.4.0/bin/rspec +22 -0
- data/vendor/bundle/ruby/2.4.0/bin/rwinrm +22 -0
- data/vendor/bundle/ruby/2.4.0/bin/rwinrmcp +22 -0
- data/vendor/bundle/ruby/2.4.0/bin/safe_yaml +22 -0
- data/vendor/bundle/ruby/2.4.0/bin/thor +22 -0
- data/vendor/bundle/ruby/2.4.0/bin/vagrant +22 -0
- data/vendor/bundle/ruby/2.4.0/bin/vagrant-spec +22 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/.gitignore +18 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/.travis.yml +8 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/Gemfile +5 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/LICENSE.txt +373 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/README.md +319 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/Rakefile +1 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/cli/box_spec.rb +198 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/cli/init_spec.rb +42 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/cli/plugin_spec.rb +156 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/cli/version_spec.rb +15 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/output/box_output.rb +41 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/output/plugin_output.rb +25 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/output/version_output.rb +10 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/provider/basic_spec.rb +90 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/provider/network_forwarded_port_spec.rb +23 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/provider/network_private_network_spec.rb +23 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/provider/package_spec.rb +65 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/provider/synced_folder_spec.rb +33 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/provisioner/chef_solo_spec.rb +31 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/provisioner/docker_spec.rb +26 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/provisioner/puppet_spec.rb +31 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/provisioner/shell_spec.rb +45 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-boxes/empty/metadata.json +1 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-boxes/empty.box +0 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-plugins/README.md +4 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-plugins/vagrant-spec-helper-basic/gem-0.1.0.gemspec +18 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-plugins/vagrant-spec-helper-basic/gem-0.2.0.gemspec +18 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-plugins/vagrant-spec-helper-basic/gem-renamed-0.1.0.gemspec +18 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-plugins/vagrant-spec-helper-basic/lib/vagrant-spec-helper-basic.rb +10 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-plugins/vagrant-spec-helper-basic/lib/vshb/command.rb +7 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/network_forwarded_port/Vagrantfile +5 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/network_private_network/Vagrantfile +5 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/provisioner_chef_solo/Vagrantfile +14 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/provisioner_chef_solo/basic/cookbooks/foo/recipes/default.rb +3 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/provisioner_chef_solo/basic-roles/cookbooks/bar/recipes/default.rb +3 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/provisioner_chef_solo/basic-roles/roles/foo.rb +2 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/provisioner_docker/Vagrantfile +5 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/provisioner_puppet/Vagrantfile +10 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/provisioner_puppet/basic-modules/manifests/default.pp +1 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/provisioner_puppet/basic-modules/modules/foo/manifests/init.pp +5 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/provisioner_puppet/manifests/default.pp +3 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/provisioner_shell/Vagrantfile +10 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/provisioner_shell/args.sh +4 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/provisioner_shell/path.sh +3 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/provisioner_shell/user.sh +3 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/provisioner_shell/user_root.sh +3 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/synced_folder_nfs/Vagrantfile +7 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/synced_folder_nfs/foo +1 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/synced_folder_rsync/Vagrantfile +6 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/synced_folder_rsync/foo +1 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/synced_folders/Vagrantfile +6 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/support-skeletons/synced_folders/foo +1 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/synced_folder/nfs_spec.rb +29 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/acceptance/synced_folder/rsync_spec.rb +38 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/bin/vagrant-spec +7 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/acceptance/configuration.rb +74 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/acceptance/isolated_environment.rb +90 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/acceptance/output.rb +38 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/acceptance/rspec/context.rb +96 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/acceptance/rspec/formatter.rb +33 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/acceptance/rspec/matcher_exit_with.rb +12 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/acceptance/rspec/matcher_match_output.rb +15 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/acceptance/rspec/shared_provider_synced_folder.rb +33 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/acceptance/rspec.rb +9 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/acceptance/runner.rb +84 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/acceptance.rb +29 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/cli.rb +44 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/components.rb +70 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/isolated_environment.rb +44 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/server.rb +37 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/subprocess.rb +259 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/unit/dummy_provider.rb +51 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/unit/isolated_environment.rb +230 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/unit/rspec/context.rb +104 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/unit/rspec.rb +1 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/unit.rb +17 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/version.rb +5 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec/which.rb +36 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/lib/vagrant-spec.rb +20 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/spec/acceptance/configuration_spec.rb +25 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/spec/acceptance/isolated_environment_spec.rb +43 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/spec/acceptance/shared/isolated_environment_spec.rb +43 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/spec/acceptance/shared/output_spec.rb +53 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/spec/components_spec.rb +63 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/spec/isolated_environment_spec.rb +31 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/spec/subprocess_spec.rb +9 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/spec/unit/isolated_environment_spec.rb +64 -0
- data/vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-spec-9bba7e122837/vagrant-spec.gemspec +48 -0
- data/vendor/bundle/ruby/2.4.0/cache/bundler/git/vagrant-spec-7f2ea299b3766e9a077e5bd825aa24cac5a3ef16/HEAD +1 -0
- data/vendor/bundle/ruby/2.4.0/cache/bundler/git/vagrant-spec-7f2ea299b3766e9a077e5bd825aa24cac5a3ef16/config +6 -0
- data/vendor/bundle/ruby/2.4.0/cache/bundler/git/vagrant-spec-7f2ea299b3766e9a077e5bd825aa24cac5a3ef16/description +1 -0
- data/vendor/bundle/ruby/2.4.0/cache/bundler/git/vagrant-spec-7f2ea299b3766e9a077e5bd825aa24cac5a3ef16/hooks/applypatch-msg.sample +15 -0
- data/vendor/bundle/ruby/2.4.0/cache/bundler/git/vagrant-spec-7f2ea299b3766e9a077e5bd825aa24cac5a3ef16/hooks/commit-msg.sample +24 -0
- data/vendor/bundle/ruby/2.4.0/cache/bundler/git/vagrant-spec-7f2ea299b3766e9a077e5bd825aa24cac5a3ef16/hooks/post-update.sample +8 -0
- data/vendor/bundle/ruby/2.4.0/cache/bundler/git/vagrant-spec-7f2ea299b3766e9a077e5bd825aa24cac5a3ef16/hooks/pre-applypatch.sample +14 -0
- data/vendor/bundle/ruby/2.4.0/cache/bundler/git/vagrant-spec-7f2ea299b3766e9a077e5bd825aa24cac5a3ef16/hooks/pre-commit.sample +49 -0
- data/vendor/bundle/ruby/2.4.0/cache/bundler/git/vagrant-spec-7f2ea299b3766e9a077e5bd825aa24cac5a3ef16/hooks/pre-push.sample +53 -0
- data/vendor/bundle/ruby/2.4.0/cache/bundler/git/vagrant-spec-7f2ea299b3766e9a077e5bd825aa24cac5a3ef16/hooks/pre-rebase.sample +169 -0
- data/vendor/bundle/ruby/2.4.0/cache/bundler/git/vagrant-spec-7f2ea299b3766e9a077e5bd825aa24cac5a3ef16/hooks/pre-receive.sample +24 -0
- data/vendor/bundle/ruby/2.4.0/cache/bundler/git/vagrant-spec-7f2ea299b3766e9a077e5bd825aa24cac5a3ef16/hooks/prepare-commit-msg.sample +36 -0
- data/vendor/bundle/ruby/2.4.0/cache/bundler/git/vagrant-spec-7f2ea299b3766e9a077e5bd825aa24cac5a3ef16/hooks/update.sample +128 -0
- data/vendor/bundle/ruby/2.4.0/cache/bundler/git/vagrant-spec-7f2ea299b3766e9a077e5bd825aa24cac5a3ef16/info/exclude +6 -0
- data/vendor/bundle/ruby/2.4.0/cache/bundler/git/vagrant-spec-7f2ea299b3766e9a077e5bd825aa24cac5a3ef16/objects/pack/pack-9a9de172b04c8121ae45576e24d65a22ae1e6667.idx +0 -0
- data/vendor/bundle/ruby/2.4.0/cache/bundler/git/vagrant-spec-7f2ea299b3766e9a077e5bd825aa24cac5a3ef16/objects/pack/pack-9a9de172b04c8121ae45576e24d65a22ae1e6667.pack +0 -0
- data/vendor/bundle/ruby/2.4.0/cache/bundler/git/vagrant-spec-7f2ea299b3766e9a077e5bd825aa24cac5a3ef16/packed-refs +2 -0
- data/vendor/bundle/ruby/2.4.0/extensions/x86_64-linux/2.4.0/ffi-1.9.10/ffi_c.so +0 -0
- data/vendor/bundle/ruby/{2.3.0/extensions/x86_64-linux/2.3.0/ffi-1.9.12 → 2.4.0/extensions/x86_64-linux/2.4.0/ffi-1.9.10}/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.4.0/extensions/x86_64-linux/2.4.0/ffi-1.9.10/gem_make.out +64 -0
- data/vendor/bundle/ruby/2.4.0/extensions/x86_64-linux/2.4.0/ffi-1.9.10/mkmf.log +400 -0
- data/vendor/bundle/ruby/{2.3.0/extensions/x86_64-linux/2.3.0/nokogiri-1.6.7.2 → 2.4.0/extensions/x86_64-linux/2.4.0/nokogiri-1.6.8.1}/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.4.0/extensions/x86_64-linux/2.4.0/nokogiri-1.6.8.1/gem_make.out +1036 -0
- data/vendor/bundle/ruby/2.4.0/extensions/x86_64-linux/2.4.0/nokogiri-1.6.8.1/mkmf.log +506 -0
- data/vendor/bundle/ruby/2.4.0/extensions/x86_64-linux/2.4.0/nokogiri-1.6.8.1/nokogiri/nokogiri.so +0 -0
- data/vendor/bundle/ruby/{2.3.0/extensions/x86_64-linux/2.3.0/nokogiri-1.6.8 → 2.4.0/extensions/x86_64-linux/2.4.0/unf_ext-0.0.7.2}/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.4.0/extensions/x86_64-linux/2.4.0/unf_ext-0.0.7.2/gem_make.out +20 -0
- data/vendor/bundle/ruby/2.4.0/extensions/x86_64-linux/2.4.0/unf_ext-0.0.7.2/mkmf.log +34 -0
- data/vendor/bundle/ruby/2.4.0/extensions/x86_64-linux/2.4.0/unf_ext-0.0.7.2/unf_ext.so +0 -0
- data/vendor/bundle/ruby/{2.3.0/extensions/x86_64-linux/2.3.0/unf_ext-0.0.7.2 → 2.4.0/extensions/x86_64-linux/2.4.0/wdm-0.1.1}/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.4.0/extensions/x86_64-linux/2.4.0/wdm-0.1.1/gem_make.out +11 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/CHANGELOG.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/LICENSE.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/addressable.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/data/unicode.data +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/lib/addressable/idna/native.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/lib/addressable/idna/pure.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/lib/addressable/idna.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/lib/addressable/template.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/lib/addressable/uri.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/lib/addressable/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/lib/addressable.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/spec/addressable/idna_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/spec/addressable/net_http_compat_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/spec/addressable/rack_mount_compat_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/spec/addressable/security_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/spec/addressable/template_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/spec/addressable/uri_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/tasks/clobber.rake +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/tasks/gem.rake +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/tasks/git.rake +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/tasks/metrics.rake +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/tasks/rspec.rake +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/addressable-2.4.0/tasks/yard.rake +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/CHANGES +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/MIT-LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/doc/jamis.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/doc/releases/builder-1.2.4.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/doc/releases/builder-2.0.0.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/doc/releases/builder-2.1.1.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/lib/blankslate.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/lib/builder/blankslate.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/lib/builder/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/lib/builder/xchar.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/lib/builder/xmlbase.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/lib/builder/xmlevents.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/lib/builder/xmlmarkup.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/lib/builder.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/rakelib/publish.rake +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/rakelib/tags.rake +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/test/performance.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/test/preload.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/test/test_blankslate.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/test/test_eventbuilder.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/test/test_markupbuilder.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/test/test_method_caching.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/test/test_namecollision.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/builder-3.2.2/test/test_xchar.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/.document +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/.rspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/childprocess.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/abstract_io.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/abstract_process.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/errors.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/jruby/io.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/jruby/process.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/jruby/pump.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/jruby.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/tools/generator.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/unix/fork_exec_process.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/unix/io.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/unix/lib.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/unix/platform/i386-linux.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/unix/platform/i386-solaris.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/unix/platform/x86_64-linux.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/unix/platform/x86_64-macosx.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/unix/posix_spawn_process.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/unix/process.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/unix.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/windows/handle.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/windows/io.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/windows/lib.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/windows/process.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/windows/process_builder.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/windows/structs.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess/windows.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/lib/childprocess.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/spec/abstract_io_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/spec/childprocess_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/spec/io_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/spec/jruby_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/spec/pid_behavior.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/spec/unix_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/childprocess-0.5.9/spec/windows_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/History +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/crack.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/lib/crack/json.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/lib/crack/util.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/lib/crack/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/lib/crack/xml.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/lib/crack.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/script/bootstrap +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/script/release +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/script/test +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/test/data/large_dataset.json +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/test/data/twittersearch-firefox.json +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/test/data/twittersearch-ie.json +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/test/hash_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/test/json_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/test/parser_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/test/string_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/test/test_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/crack-0.4.3/test/xml_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/.autotest +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/.gemtest +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/.hoerc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/.rspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/Contributing.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/History.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/License.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/Manifest.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/README.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/autotest/discover.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/bin/htmldiff +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/bin/ldiff +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/docs/COPYING.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/docs/artistic.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/lib/diff/lcs/array.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/lib/diff/lcs/block.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/lib/diff/lcs/callbacks.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/lib/diff/lcs/change.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/lib/diff/lcs/htmldiff.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/lib/diff/lcs/hunk.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/lib/diff/lcs/internals.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/lib/diff/lcs/ldiff.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/lib/diff/lcs/string.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/lib/diff/lcs.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/lib/diff-lcs.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/spec/change_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/spec/diff_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/spec/hunk_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/spec/issues_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/spec/lcs_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/spec/patch_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/spec/sdiff_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/spec/traverse_balanced_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/diff-lcs-1.2.5/spec/traverse_sequences_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/domain_name-0.5.20160615 → 2.4.0/gems/domain_name-0.5.20161129}/.document +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/domain_name-0.5.20160615 → 2.4.0/gems/domain_name-0.5.20161129}/.gitignore +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/domain_name-0.5.20161129/.travis.yml +21 -0
- data/vendor/bundle/ruby/2.4.0/gems/domain_name-0.5.20161129/CHANGELOG.md +199 -0
- data/vendor/bundle/ruby/{2.3.0/gems/domain_name-0.5.20160615 → 2.4.0/gems/domain_name-0.5.20161129}/Gemfile +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/domain_name-0.5.20161129/LICENSE.txt +78 -0
- data/vendor/bundle/ruby/2.4.0/gems/domain_name-0.5.20161129/README.md +67 -0
- data/vendor/bundle/ruby/2.4.0/gems/domain_name-0.5.20161129/Rakefile +88 -0
- data/vendor/bundle/ruby/2.4.0/gems/domain_name-0.5.20161129/data/public_suffix_list.dat +11932 -0
- data/vendor/bundle/ruby/2.4.0/gems/domain_name-0.5.20161129/domain_name.gemspec +36 -0
- data/vendor/bundle/ruby/2.4.0/gems/domain_name-0.5.20161129/lib/domain_name/etld_data.rb +8172 -0
- data/vendor/bundle/ruby/{2.3.0/gems/domain_name-0.5.20160615 → 2.4.0/gems/domain_name-0.5.20161129}/lib/domain_name/etld_data.rb.erb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/domain_name-0.5.20160615 → 2.4.0/gems/domain_name-0.5.20161129}/lib/domain_name/punycode.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/domain_name-0.5.20161129/lib/domain_name/version.rb +3 -0
- data/vendor/bundle/ruby/{2.3.0/gems/domain_name-0.5.20160615 → 2.4.0/gems/domain_name-0.5.20161129}/lib/domain_name.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/domain_name-0.5.20161129/test/helper.rb +17 -0
- data/vendor/bundle/ruby/2.4.0/gems/domain_name-0.5.20161129/test/test_domain_name-punycode.rb +97 -0
- data/vendor/bundle/ruby/2.4.0/gems/domain_name-0.5.20161129/test/test_domain_name.rb +317 -0
- data/vendor/bundle/ruby/2.4.0/gems/domain_name-0.5.20161129/tool/gen_etld_data.rb +63 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/CHANGES.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/MIT-LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/README.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/benchmark/Makefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/benchmark/bench.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/benchmark/bench_context.yaml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/benchmark/templates/_footer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/benchmark/templates/_header.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/benchmark/templates/bench_erb.rhtml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/benchmark/templates/bench_erubis.rhtml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/benchmark/templates/bench_eruby.rhtml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/bin/erubis +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/contrib/erubis +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/contrib/erubis-run.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/contrib/inline-require +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc/docstyle.css +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc/users-guide.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/ActionView/TemplateHandlers/ErubisHandler.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/ActionView.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/ERB.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEnhancer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEnhancer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Converter.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Engine.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEnhancer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/CGenerator.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/CommandOptionError.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Context.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Converter.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/CppGenerator.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEnhancer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Ec.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Ecpp.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejava.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejavascript.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Engine.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Eperl.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Ephp.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEnhancer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/ErubisError.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Eruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapeEnhancer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEc.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEcpp.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjava.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjavascript.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEperl.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEphp.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEscheme.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Escheme.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Evaluator.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/FastEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Generator.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEnhancer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsFormHelper.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper/TemplateConverter.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEnhancer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/JavaGenerator.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/JavascriptGenerator.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/Main.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEnhancer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEnhancer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/NotSupportedError.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedGenerator.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedXmlEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Converter.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ec.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ecpp.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejava.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejavascript.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Engine.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eperl.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ephp.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Escheme.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/TinyEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PI.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEnhancer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PerlGenerator.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PhpGenerator.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEnhancer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingHelper.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEnhancer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEnhancer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutSimplifiedEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyEvaluator.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyGenerator.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/SchemeGenerator.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifiedEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifyEnhancer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEnhancer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutSimplifiedEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEnhancer.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/StringIOEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/TinyEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlEruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlHelper.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Erubis.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/classes/Kernel.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/created.rid +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/README_txt.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/context_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/converter_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/engine/ec_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/engine/ecpp_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejava_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejavascript_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/engine/enhanced_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/engine/eperl_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/engine/ephp_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/engine/eruby_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/engine/escheme_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/engine/optimized_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/engine_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/enhancer_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/error_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/evaluator_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/generator_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/helper_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_form_helper_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_helper_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/local-setting_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/main_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/preprocessing_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/tiny_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis/util_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/files/erubis_rb.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/fr_class_index.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/fr_file_index.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/fr_method_index.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/index.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/doc-api/rdoc-style.css +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/examples/basic/Makefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/examples/basic/example.ec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/examples/basic/example.ecpp +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/examples/basic/example.ejava +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/examples/basic/example.ejs +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/examples/basic/example.eperl +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/examples/basic/example.ephp +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/examples/basic/example.eruby +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/examples/basic/example.escheme +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/examples/pi/Makefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/examples/pi/example.ec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/examples/pi/example.ejava +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/examples/pi/example.ejs +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/examples/pi/example.eperl +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/examples/pi/example.ephp +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/examples/pi/example.eruby +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/examples/pi/example.escheme +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/context.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/converter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/engine/ec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/engine/ecpp.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/engine/ejava.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/engine/ejavascript.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/engine/enhanced.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/engine/eperl.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/engine/ephp.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/engine/escheme.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/engine/optimized.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/engine.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/enhancer.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/error.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/evaluator.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/generator.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/helpers/rails_form_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/helpers/rails_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/local-setting.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/main.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/preprocessing.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/tiny.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis/util.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/lib/erubis.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/setup.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/assert-text-equal.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/Example.ejava +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/array_example.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/arraybuffer_example.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/bipattern-example.rhtml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/bipattern_example.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/context.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/context.yaml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/def_method.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/def_method.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/escape_example.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example.ec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example.ecpp +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example.ejs +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example.eperl +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example.ephp +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example.eruby +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example.escheme +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example1.eruby +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example1.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example1.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example10.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example10.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example10.xhtml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example10_x.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example11.php +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example11.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example11.rhtml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example11_C.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example11_N.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example11_U.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example11_php.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example1_x.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example2.eruby +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example2.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example2.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example2_trim.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example2_x.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example3.eruby +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example3.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example31.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example32.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example3_e.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example4.eruby +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example4.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example4.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example4_x.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example5.eruby +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example5.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example5.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example6.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example6.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example7.eruby +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example71.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example72.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example8.eruby +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example8_ruby.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example8_yaml.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example9.eruby +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example9.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example9.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example91.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example92.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example_c.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example_java.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example_js.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example_perl.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example_php.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example_scheme.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/example_scheme_display.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/fasteruby.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rhtml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example.eruby +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rhtml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example2.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/interpolation_example.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/main_program1.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/main_program1.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/main_program2.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/main_program2.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/nocode-example.eruby +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/nocode-php.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/nocode_example.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/normal-eruby-test.eruby +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/normal_eruby_test.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/notext-example.eruby +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/notext-example.php +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/notext-php.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/notext_example.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/percentline-example.rhtml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/percentline_example.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rhtml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/prefixedline_example.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/printenable_example.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.eruby +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/printstatement_example.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/simplify_example.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/stderr.log +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/stdout_exmple.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/stringbuffer_example.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/tail_260.result +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/tailnewline.rhtml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/template1.rhtml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/data/users-guide/template2.rhtml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/test-engines.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/test-enhancers.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/test-erubis.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/test-index-cgi.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/test-main.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/test-users-guide.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/erubis-2.7.0/test/testutil.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/.rspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/CONTRIBUTORS.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/Gemfile.lock +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/Guardfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/fake_ftp.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/lib/fake_ftp/file.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/lib/fake_ftp/server.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/lib/fake_ftp/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/lib/fake_ftp.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/spec/fixtures/invisible_bike.jpg +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/spec/fixtures/text_file.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/spec/functional/server_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/spec/integration/server_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/spec/models/fake_ftp/file_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/spec/models/fake_ftp/server_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/fake_ftp-0.1.1/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/COPYING +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/README.md +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/Rakefile +210 -0
- data/vendor/bundle/ruby/{2.3.0/extensions/x86_64-linux/2.3.0/wdm-0.1.1/gem.build_complete → 2.4.0/gems/ffi-1.9.10/ext/ffi_c/.sitearchdir.time} +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/AbstractMemory.c +1032 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/AbstractMemory.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/AbstractMemory.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/ArrayType.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/ArrayType.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/ArrayType.o +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/Buffer.c +365 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/Buffer.o +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/Call.c +530 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/Call.h +93 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/Call.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/ClosurePool.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/ClosurePool.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/ClosurePool.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/DataConverter.c +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/DataConverter.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/DynamicLibrary.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/DynamicLibrary.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/DynamicLibrary.o +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/Function.c +1000 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/Function.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/Function.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/FunctionInfo.c +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/FunctionInfo.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/LastError.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/LastError.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/LastError.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/LongDouble.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/LongDouble.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/LongDouble.o +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/Makefile +263 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/MappedType.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/MappedType.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/MappedType.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/MemoryPointer.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/MemoryPointer.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/MemoryPointer.o +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/MethodHandle.c +360 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/MethodHandle.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/MethodHandle.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/Platform.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/Platform.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/Platform.o +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/Pointer.c +508 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/Pointer.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/Pointer.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/Struct.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/Struct.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/Struct.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/StructByReference.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/StructByReference.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/StructByReference.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/StructByValue.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/StructByValue.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/StructByValue.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/StructLayout.c +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/StructLayout.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/Thread.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/Thread.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/Thread.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/Type.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/Type.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/Type.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/Types.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/Types.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/Types.o +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/Variadic.c +280 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/Variadic.o +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/compat.h +83 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/extconf.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/extconf.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/ffi.c +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/ffi.o +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/ffi_c.so +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/ChangeLog +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/ChangeLog.libffi +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/ChangeLog.libgcj +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/ChangeLog.v1 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/Makefile.am +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/Makefile.in +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/Makefile.vc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/Makefile.vc64 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/README +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/acinclude.m4 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/aclocal.m4 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/build-ios.sh +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/compile +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/config.guess +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/config.sub +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/configure +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/configure.ac +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/configure.host +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/depcomp +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/doc/libffi.info +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/doc/libffi.texi +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/doc/stamp-vti +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/doc/version.texi +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/fficonfig.h.in +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/fficonfig.hw +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/include/Makefile.am +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/include/Makefile.in +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/include/ffi.h.in +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/include/ffi.h.vc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/include/ffi.h.vc64 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/include/ffi_common.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/install-sh +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/libffi.pc.in +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/libtool-version +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/ltmain.sh +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/m4/ax_check_compiler_flags.m4 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/m4/libtool.m4 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/m4/ltoptions.m4 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/m4/ltsugar.m4 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/m4/ltversion.m4 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/m4/lt~obsolete.m4 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/man/Makefile.am +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/man/Makefile.in +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/man/ffi.3 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/man/ffi_call.3 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/mdate-sh +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/missing +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/msvcc.sh +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/alpha/ffi.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/alpha/osf.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/arm/ffi.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/arm/gentramp.sh +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/arm/sysv.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/arm/trampoline.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/avr32/ffi.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/avr32/sysv.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/closures.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/cris/ffi.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/cris/sysv.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/debug.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/dlmalloc.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/frv/eabi.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/frv/ffi.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/ia64/ffi.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/ia64/unix.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/java_raw_api.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/m32r/ffi.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/m32r/sysv.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/m68k/ffi.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/m68k/sysv.S +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/libffi/src/mips/ffi.c +1036 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/mips/n32.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/mips/o32.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/moxie/eabi.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/moxie/ffi.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/pa/ffi.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/pa/hpux32.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/pa/linux.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/powerpc/aix.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/powerpc/asm.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/prep_cif.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/raw_api.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/s390/ffi.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/s390/sysv.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/sh/ffi.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/sh/sysv.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/sh64/ffi.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/sh64/sysv.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/sparc/ffi.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/sparc/v8.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/sparc/v9.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/types.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/x86/darwin.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/x86/darwin64.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/x86/ffi.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/x86/ffi64.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/x86/freebsd.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/x86/sysv.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/x86/unix64.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/x86/win32.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/src/x86/win64.S +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/Makefile.am +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/Makefile.in +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/config/default.exp +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/lib/libffi-dg.exp +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn0.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn1.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn2.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn3.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn4.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn5.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn6.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/closure_loc_fn0.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/closure_stdcall.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_12byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_16byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_18byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_19byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_1_1byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte1.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_24byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_2byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_3_1byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte1.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte2.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_4_1byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_4byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_5_1_byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_5byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_64byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_6_1_byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_6byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_7_1_byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_7byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_8byte.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte1.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_double.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_float.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_pointer.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint16.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint32.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint64.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint16.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint32.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint64.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_dbls_struct.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_double.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_double_va.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_float.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble_va.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_schar.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshort.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshortchar.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_uchar.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushort.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushortchar.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer_stack.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_schar.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_sint.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_sshort.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulonglong.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_abi.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/huge_struct.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/many_win32.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct1.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct10.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct2.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct3.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct4.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct5.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct6.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct7.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct8.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct9.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/problem1.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/stret_large.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/stret_large2.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium2.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/strlen_win32.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.call/testclosure.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.special/ffitestcxx.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.special/special.exp +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.special/unwindtest.cc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi/texinfo.tex +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi.bsd.mk +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi.darwin.mk +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi.gnu.mk +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi.mk +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi.vc.mk +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/libffi.vc64.mk +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/rbffi.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ext/ffi_c/rbffi_endian.h +59 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/win32/stdbool.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/ext/ffi_c/win32/stdint.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/ffi.gemspec +23 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/gen/Rakefile +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/lib/ffi/autopointer.rb +194 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/buffer.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/callback.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/lib/ffi/enum.rb +174 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/errno.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/ffi.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/io.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/lib/ffi/library.rb +524 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/managedstruct.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/memorypointer.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/aarch64-linux/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/arm-linux/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/i386-cygwin/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/i386-darwin/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/i386-freebsd/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/i386-gnu/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/i386-linux/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/i386-netbsd/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/i386-openbsd/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/i386-solaris/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/i386-windows/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/ia64-linux/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/mips-linux/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/mips64el-linux/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/mipsel-linux/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/powerpc-aix/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/powerpc-darwin/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/powerpc-linux/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/powerpc64-linux/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/s390-linux/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/s390x-linux/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/sparc-linux/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/sparc-solaris/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/sparcv9-solaris/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/x86_64-cygwin/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/x86_64-darwin/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/x86_64-freebsd/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/x86_64-linux/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/x86_64-netbsd/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/x86_64-openbsd/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/x86_64-solaris/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform/x86_64-windows/types.conf +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/platform.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/lib/ffi/pointer.rb +134 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/lib/ffi/struct.rb +373 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/struct_layout_builder.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/tools/const_generator.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/tools/generator.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/tools/generator_task.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/tools/struct_generator.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/lib/ffi/tools/types_generator.rb +135 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/lib/ffi/types.rb +190 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/union.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi/variadic.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/lib/ffi/version.rb +4 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/lib/ffi.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/libtest/Benchmark.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/libtest/BoolTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/libtest/BufferTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/libtest/ClosureTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/libtest/EnumTest.c +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/libtest/FunctionTest.c +70 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/libtest/GNUmakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/libtest/GlobalVariable.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/libtest/LastErrorTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/libtest/NumberTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/libtest/PointerTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/libtest/ReferenceTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/libtest/StringTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/libtest/StructTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/libtest/UnionTest.c +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/libtest/VariadicTest.c +62 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/LICENSE.SPECS +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/async_callback_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/bool_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/buffer_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/callback_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/custom_param_type.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/custom_type_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/dup_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/enum_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/errno_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/ffi_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/fixtures/Benchmark.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/fixtures/BoolTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/fixtures/BufferTest.c +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/spec/ffi/fixtures/ClosureTest.c +190 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/fixtures/EnumTest.c +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/spec/ffi/fixtures/FunctionTest.c +58 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/fixtures/GNUmakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/fixtures/GlobalVariable.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/fixtures/LastErrorTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/fixtures/NumberTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/fixtures/PointerTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/fixtures/ReferenceTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/fixtures/StringTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/fixtures/StructTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/fixtures/UnionTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12/libtest → 2.4.0/gems/ffi-1.9.10/spec/ffi/fixtures}/VariadicTest.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/fixtures/classes.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/spec/ffi/function_spec.rb +92 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/io_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/library_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/long_double.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/managed_struct_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/memorypointer_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/number_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/platform_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/pointer_spec.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/spec/ffi/rbx/attach_function_spec.rb +33 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/rbx/memory_pointer_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/rbx/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/rbx/struct_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/string_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/strptr_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/struct_by_ref_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/struct_callback_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/struct_initialize_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/struct_packed_spec.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/spec/ffi/struct_spec.rb +886 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/typedef_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/ffi/union_spec.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ffi-1.9.10/spec/ffi/variadic_spec.rb +113 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12 → 2.4.0/gems/ffi-1.9.10}/spec/spec.opts +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/COPYING +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/Changelog.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/VERSION +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/examples/gss_client.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/examples/gss_iov_client.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/examples/gss_iov_helpers.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/examples/gss_iov_server.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/examples/gss_server.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/gssapi.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/lib/gssapi/exceptions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/lib/gssapi/extensions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/lib/gssapi/heimdal.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/lib/gssapi/lib_gssapi.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/lib/gssapi/lib_gssapi_loader.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/lib/gssapi/simple.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/lib/gssapi.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/preamble +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/test/spec/gssapi_simple_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gssapi-1.2.0/test/spec/test_buffer_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/.rspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/CHANGELOG.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/MIT-LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/gyoku.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/lib/gyoku/array.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/lib/gyoku/hash.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/lib/gyoku/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/lib/gyoku/xml_key.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/lib/gyoku/xml_value.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/lib/gyoku.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/spec/gyoku/array_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/spec/gyoku/hash_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/spec/gyoku/xml_key_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/spec/gyoku/xml_value_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/spec/gyoku_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/gyoku-1.3.1/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/.rspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/.yardopts +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/changelog.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/hashdiff.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/lib/hashdiff/diff.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/lib/hashdiff/lcs.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/lib/hashdiff/patch.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/lib/hashdiff/util.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/lib/hashdiff/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/lib/hashdiff.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/spec/hashdiff/best_diff_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/spec/hashdiff/diff_array_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/spec/hashdiff/diff_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/spec/hashdiff/lcs_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/spec/hashdiff/patch_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/spec/hashdiff/util_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashdiff-0.3.0/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashicorp-checkpoint-0.1.4/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashicorp-checkpoint-0.1.4/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashicorp-checkpoint-0.1.4/LICENSE.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashicorp-checkpoint-0.1.4/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashicorp-checkpoint-0.1.4/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashicorp-checkpoint-0.1.4/lib/checkpoint/platform.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashicorp-checkpoint-0.1.4/lib/checkpoint/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashicorp-checkpoint-0.1.4/lib/checkpoint.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashicorp-checkpoint-0.1.4/ruby-checkpoint.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashicorp-checkpoint-0.1.4/spec/checkpoint_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/hashicorp-checkpoint-0.1.4/spec/helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/.gitignore +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/http-cookie-1.0.3/.travis.yml +21 -0
- data/vendor/bundle/ruby/2.4.0/gems/http-cookie-1.0.3/CHANGELOG.md +22 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/LICENSE.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/Rakefile +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/http-cookie-1.0.3/http-cookie.gemspec +34 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/lib/http/cookie/ruby_compat.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/http-cookie-1.0.3/lib/http/cookie/scanner.rb +231 -0
- data/vendor/bundle/ruby/2.4.0/gems/http-cookie-1.0.3/lib/http/cookie/version.rb +5 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/lib/http/cookie.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/lib/http/cookie_jar/abstract_saver.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/lib/http/cookie_jar/abstract_store.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/lib/http/cookie_jar/cookiestxt_saver.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/lib/http/cookie_jar/hash_store.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/lib/http/cookie_jar/mozilla_store.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/lib/http/cookie_jar/yaml_saver.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/lib/http/cookie_jar.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/lib/http-cookie.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/test/helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/test/mechanize.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/test/simplecov_start.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/http-cookie-1.0.3/test/test_http_cookie.rb +1122 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/http-cookie-1.0.3}/test/test_http_cookie_jar.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/README.md +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/httpclient-2.8.3/bin/httpclient +77 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/bin/jsonclient +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/lib/hexdump.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/lib/http-access2/cookie.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/lib/http-access2/http.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/lib/http-access2.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/lib/httpclient/auth.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/lib/httpclient/cacert.pem +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/lib/httpclient/cacert1024.pem +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/lib/httpclient/connection.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/lib/httpclient/cookie.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/httpclient-2.8.3/lib/httpclient/http.rb +1082 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/lib/httpclient/include_client.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/httpclient-2.8.3/lib/httpclient/jruby_ssl_socket.rb +588 -0
- data/vendor/bundle/ruby/2.4.0/gems/httpclient-2.8.3/lib/httpclient/session.rb +960 -0
- data/vendor/bundle/ruby/2.4.0/gems/httpclient-2.8.3/lib/httpclient/ssl_config.rb +424 -0
- data/vendor/bundle/ruby/2.4.0/gems/httpclient-2.8.3/lib/httpclient/ssl_socket.rb +150 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/lib/httpclient/timeout.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/lib/httpclient/util.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/httpclient-2.8.3/lib/httpclient/version.rb +3 -0
- data/vendor/bundle/ruby/2.4.0/gems/httpclient-2.8.3/lib/httpclient/webagent-cookie.rb +459 -0
- data/vendor/bundle/ruby/2.4.0/gems/httpclient-2.8.3/lib/httpclient.rb +1327 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/lib/jsonclient.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/httpclient-2.8.3/lib/oauthclient.rb +111 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/async.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/auth.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/cookie.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/dav.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/howto.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/jsonclient.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/oauth_buzz.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/oauth_friendfeed.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/oauth_twitter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/ssl/0cert.pem +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/ssl/0key.pem +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/ssl/1000cert.pem +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/ssl/1000key.pem +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/ssl/htdocs/index.html +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/ssl/ssl_client.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/ssl/webrick_httpsd.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/stream.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/thread.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/sample/wcat.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/ca-chain.pem +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/ca.cert +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/client-pass.key +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/client.cert +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/client.key +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/htdigest +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/htpasswd +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/httpclient-2.8.3/test/jruby_ssl_socket/test_pemutils.rb +32 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/runner.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/server.cert +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/server.key +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/sslsvr.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/subca.cert +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/httpclient-2.8.3/test/test_auth.rb +492 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/test_cookie.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/test_hexdump.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/httpclient-2.8.3/test/test_http-access2.rb +508 -0
- data/vendor/bundle/ruby/2.4.0/gems/httpclient-2.8.3/test/test_httpclient.rb +2145 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/test_include_client.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/test_jsonclient.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/httpclient-2.8.3/test/test_ssl.rb +559 -0
- data/vendor/bundle/ruby/{2.3.0/gems/httpclient-2.8.0 → 2.4.0/gems/httpclient-2.8.3}/test/test_webagent-cookie.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/MIT-LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/gemfiles/Gemfile.rails-3.2.x +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/gemfiles/Gemfile.rails-3.2.x.lock +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.0.x +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.0.x.lock +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.1.x +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.1.x.lock +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.2.x +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.2.x.lock +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/gemfiles/Gemfile.rails-master +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/gemfiles/Gemfile.rails-master.lock +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/backend/base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/backend/cache.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/backend/cascade.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/backend/chain.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/backend/fallbacks.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/backend/flatten.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/backend/gettext.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/backend/interpolation_compiler.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/backend/key_value.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/backend/memoize.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/backend/metadata.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/backend/pluralization.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/backend/simple.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/backend/transliterator.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/backend.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/config.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/core_ext/hash.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/core_ext/kernel/suppress_warnings.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/core_ext/string/interpolate.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/exceptions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/gettext/helpers.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/gettext/po_parser.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/gettext.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/interpolate/ruby.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/locale/fallbacks.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/locale/tag/parents.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/locale/tag/rfc4646.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/locale/tag/simple.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/locale/tag.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/locale.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/tests/basics.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/tests/defaults.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/tests/interpolation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/tests/link.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/tests/localization/date.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/tests/localization/date_time.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/tests/localization/procs.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/tests/localization/time.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/tests/localization.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/tests/lookup.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/tests/pluralization.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/tests/procs.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/tests.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/lib/i18n.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/api/all_features_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/api/cascade_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/api/chain_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/api/fallbacks_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/api/key_value_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/api/memoize_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/api/override_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/api/pluralization_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/api/simple_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/backend/cache_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/backend/cascade_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/backend/chain_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/backend/exceptions_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/backend/fallbacks_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/backend/interpolation_compiler_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/backend/key_value_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/backend/memoize_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/backend/metadata_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/backend/pluralization_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/backend/simple_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/backend/transliterator_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/core_ext/hash_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/gettext/api_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/gettext/backend_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/i18n/exceptions_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/i18n/interpolate_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/i18n/load_path_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/i18n_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/locale/fallbacks_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/locale/tag/rfc4646_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/locale/tag/simple_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/run_all.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/test_data/locales/de.po +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/test_data/locales/en.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/test_data/locales/en.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/test_data/locales/invalid/empty.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/test_data/locales/invalid/syntax.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/test_data/locales/plurals.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/i18n-0.7.0/test/test_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/listen-3.0.8 → 2.4.0/gems/listen-3.1.5}/CHANGELOG.md +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/listen-3.0.8 → 2.4.0/gems/listen-3.1.5}/CONTRIBUTING.md +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/listen-3.0.8 → 2.4.0/gems/listen-3.1.5}/LICENSE.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/listen-3.0.8 → 2.4.0/gems/listen-3.1.5}/bin/listen +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/adapter/base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/adapter/bsd.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/adapter/config.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/adapter/darwin.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/adapter/linux.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/adapter/polling.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/adapter/windows.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/adapter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/backend.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/change.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/listen-3.0.8 → 2.4.0/gems/listen-3.1.5}/lib/listen/cli.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/directory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/event/config.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/listen-3.0.8 → 2.4.0/gems/listen-3.1.5}/lib/listen/event/loop.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/listen-3.0.8 → 2.4.0/gems/listen-3.1.5}/lib/listen/event/processor.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/event/queue.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/file.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/fsm.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/listen-3.0.8 → 2.4.0/gems/listen-3.1.5}/lib/listen/internals/thread_pool.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/listener/config.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/listener.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/listen-3.0.8 → 2.4.0/gems/listen-3.1.5}/lib/listen/logger.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/listen-3.0.8 → 2.4.0/gems/listen-3.1.5}/lib/listen/options.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/queue_optimizer.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/record/entry.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/record/symlink_detector.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/record.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/listen-3.0.8 → 2.4.0/gems/listen-3.1.5}/lib/listen/silencer/controller.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/silencer.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/listen-3.1.5/lib/listen.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/little-plugger-1.1.4/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/little-plugger-1.1.4/History.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/little-plugger-1.1.4/README.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/little-plugger-1.1.4/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/little-plugger-1.1.4/lib/little-plugger.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/little-plugger-1.1.4/spec/little-plugger_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/little-plugger-1.1.4/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/doc/content/contact.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/doc/content/contribute.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/doc/content/index.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/doc/content/license.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/doc/content/manual.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/doc/dev/README.developers +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/doc/dev/checklist +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/doc/dev/things-to-do +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/doc/images/log4r-logo.png +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/doc/images/logo2.png +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/doc/log4r.css +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/doc/rdoc-log4r.css +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/doc/templates/main.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/README +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/ancestors.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/chainsaw_settings.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/customlevels.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/filelog.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/fileroll.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/gmail.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/gmail.yaml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/log4r_yaml.yaml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/logclient.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/logserver.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/moderate.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/moderateconfig.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/myformatter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/outofthebox.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/rdoc-gen +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/rrconfig.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/rrsetup.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/simpleconfig.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/syslogcustom.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/xmlconfig.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/examples/yaml.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/GDC.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/MDC.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/NDC.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/config.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/configurator.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/formatter/formatter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/formatter/log4jxmlformatter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/formatter/patternformatter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/lib/drbloader.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/lib/xmlloader.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/logevent.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/logger.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/loggerfactory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/logserver.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/outputter/consoleoutputters.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/outputter/datefileoutputter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/outputter/emailoutputter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/outputter/fileoutputter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/outputter/iooutputter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/outputter/outputter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/outputter/outputterfactory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/outputter/remoteoutputter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/outputter/rollingfileoutputter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/outputter/scribeoutputter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/outputter/staticoutputter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/outputter/syslogoutputter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/outputter/udpoutputter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/rdoc/GDC +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/rdoc/MDC +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/rdoc/NDC +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/rdoc/configurator +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/rdoc/emailoutputter +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/rdoc/formatter +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/rdoc/log4jxmlformatter +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/rdoc/log4r +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/rdoc/logger +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/rdoc/logserver +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/rdoc/outputter +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/rdoc/patternformatter +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/rdoc/scribeoutputter +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/rdoc/syslogoutputter +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/rdoc/win32eventoutputter +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/rdoc/yamlconfigurator +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/repository.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/staticlogger.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r/yamlconfigurator.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/lib/log4r.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/README +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/testGDC.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/testMDC.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/testNDC.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/test_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/testall.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/testbase.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/testchainsaw.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/testconf.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/testcustom.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/testformatter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/testlogger.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/testoutputter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/testpatternformatter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/testthreads.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/testxmlconf.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/testyaml.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/testyaml_arrays.yaml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/log4r-1.1.10/tests/testyaml_injection.yaml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/History.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/examples/appenders.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/examples/classes.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/examples/colorization.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/examples/custom_log_levels.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/examples/fork.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/examples/formatting.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/examples/hierarchies.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/examples/layouts.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/examples/lazy.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/examples/loggers.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/examples/mdc.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/examples/names.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/examples/rails4.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/examples/rspec_integration.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/examples/simple.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/appender.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/appenders/buffering.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/appenders/console.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/appenders/file.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/appenders/io.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/appenders/rolling_file.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/appenders/string_io.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/appenders/syslog.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/appenders.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/color_scheme.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/diagnostic_context.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/filter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/filters/level.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/filters.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/layout.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/layouts/basic.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/layouts/parseable.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/layouts/pattern.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/layouts.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/log_event.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/logger.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/proxy.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/rails_compat.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/repository.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/root_logger.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/utils.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/logging.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/rspec/logging_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/lib/spec/logging_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/logging.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/script/bootstrap +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/script/console +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/appenders/test_async_flushing.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/appenders/test_buffered_io.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/appenders/test_console.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/appenders/test_file.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/appenders/test_io.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/appenders/test_rolling_file.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/appenders/test_string_io.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/appenders/test_syslog.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/benchmark.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/layouts/test_basic.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/layouts/test_color_pattern.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/layouts/test_json.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/layouts/test_pattern.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/layouts/test_yaml.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/performance.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/setup.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/test_appender.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/test_color_scheme.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/test_filter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/test_layout.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/test_log_event.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/test_logger.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/test_logging.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/test_mapped_diagnostic_context.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/test_nested_diagnostic_context.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/test_proxy.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/test_repository.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/test_root_logger.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/logging-2.1.0/test/test_utils.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/Code-of-Conduct.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/Contributing.rdoc +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/mime-types-2.99.3/History-Types.rdoc +454 -0
- data/vendor/bundle/ruby/2.4.0/gems/mime-types-2.99.3/History.rdoc +590 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/Licence.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/Manifest.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/README.rdoc +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/mime-types-2.99.3/Rakefile +167 -0
- data/vendor/bundle/ruby/2.4.0/gems/mime-types-2.99.3/data/mime-types.json +1 -0
- data/vendor/bundle/ruby/2.4.0/gems/mime-types-2.99.3/data/mime.content_type.column +1980 -0
- data/vendor/bundle/ruby/2.4.0/gems/mime-types-2.99.3/data/mime.docs.column +1980 -0
- data/vendor/bundle/ruby/2.4.0/gems/mime-types-2.99.3/data/mime.encoding.column +1980 -0
- data/vendor/bundle/ruby/2.4.0/gems/mime-types-2.99.3/data/mime.friendly.column +1980 -0
- data/vendor/bundle/ruby/2.4.0/gems/mime-types-2.99.3/data/mime.obsolete.column +1980 -0
- data/vendor/bundle/ruby/2.4.0/gems/mime-types-2.99.3/data/mime.registered.column +1980 -0
- data/vendor/bundle/ruby/2.4.0/gems/mime-types-2.99.3/data/mime.signature.column +1980 -0
- data/vendor/bundle/ruby/2.4.0/gems/mime-types-2.99.3/data/mime.use_instead.column +1980 -0
- data/vendor/bundle/ruby/2.4.0/gems/mime-types-2.99.3/data/mime.xrefs.column +1980 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/docs/COPYING.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/docs/artistic.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/lib/mime/type/columnar.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/mime-types-2.99.3/lib/mime/type.rb +798 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/lib/mime/types/cache.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/lib/mime/types/columnar.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/lib/mime/types/deprecations.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/lib/mime/types/loader.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/lib/mime/types/loader_path.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/lib/mime/types/logger.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/lib/mime/types.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/lib/mime-types.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/support/apache_mime_types.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/support/benchmarks/load.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/support/benchmarks/load_allocations.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/support/benchmarks/object_counts.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/support/convert/columnar.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/support/convert.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/mime-types-2.99.3/support/iana_registry.rb +172 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/test/bad-fixtures/malformed +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/test/fixture/json.json +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/test/fixture/old-data +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/test/fixture/yaml.yaml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/test/minitest_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/test/test_mime_type.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/test/test_mime_types.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/test/test_mime_types_cache.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/test/test_mime_types_class.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/test/test_mime_types_lazy.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mime-types-2.99.2 → 2.4.0/gems/mime-types-2.99.3}/test/test_mime_types_loader.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/mini_portile2-2.1.0/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/mini_portile2-2.1.0/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/mini_portile2-2.1.0/CHANGELOG.md +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mini_portile2-2.0.0 → 2.4.0/gems/mini_portile2-2.1.0}/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/mini_portile2-2.1.0/LICENSE.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mini_portile2-2.0.0 → 2.4.0/gems/mini_portile2-2.1.0}/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mini_portile2-2.0.0 → 2.4.0/gems/mini_portile2-2.1.0}/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mini_portile2-2.0.0 → 2.4.0/gems/mini_portile2-2.1.0}/appveyor.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/mini_portile2-2.1.0/lib/mini_portile2/mini_portile.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/mini_portile2-2.1.0/lib/mini_portile2/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mini_portile2-2.0.0 → 2.4.0/gems/mini_portile2-2.1.0}/lib/mini_portile2.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/mini_portile2-2.1.0/mini_portile2.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/mini_portile2-2.1.0/test/assets/git/config +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/mini_portile2-2.1.0/test/assets/patch 1.diff +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mini_portile2-2.0.0 → 2.4.0/gems/mini_portile2-2.1.0}/test/assets/test mini portile-1.0.0/configure +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/mini_portile2-2.1.0/test/assets/test-download-archive.tar.gz +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/mini_portile2-2.1.0/test/helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/mini_portile2-2.1.0/test/test_cook.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/mini_portile2-2.1.0/test/test_digest.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/mini_portile2-2.1.0/test/test_download.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/mini_portile2-2.0.0 → 2.4.0/gems/mini_portile2-2.1.0}/test/test_proxy.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/CHANGELOG.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/CONTRIBUTING.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/LICENSE.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json/adapter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json/adapter_error.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json/adapters/gson.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json/adapters/jr_jackson.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json/adapters/json_common.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json/adapters/json_gem.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json/adapters/json_pure.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json/adapters/nsjsonserialization.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json/adapters/oj.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json/adapters/ok_json.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json/adapters/yajl.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json/convertible_hash_keys.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json/options.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json/options_cache.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json/parse_error.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json/vendor/okjson.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/lib/multi_json.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/multi_json-1.12.1/multi_json.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/CHANGES.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/LICENSE.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/Manifest +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/README.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/gem-public_cert.pem +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/lib/net/scp/download.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/lib/net/scp/errors.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/lib/net/scp/upload.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/lib/net/scp/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/lib/net/scp.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/lib/uri/open-scp.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/lib/uri/scp.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/net-scp.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/setup.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/test/common.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/test/test_all.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/test/test_download.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/test/test_scp.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-scp-1.2.1/test/test_upload.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/CHANGES.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/LICENSE.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/Manifest +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/README.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/gem-public_cert.pem +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/constants.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/errors.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/operations/dir.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/operations/download.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/operations/file.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/operations/file_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/operations/upload.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/packet.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/protocol/01/attributes.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/protocol/01/base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/protocol/01/name.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/protocol/02/base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/protocol/03/base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/protocol/04/attributes.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/protocol/04/base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/protocol/04/name.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/protocol/05/base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/protocol/06/attributes.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/protocol/06/base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/protocol/base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/protocol.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/request.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/response.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/session.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/lib/net/sftp.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/net-sftp.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/setup.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/common.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/protocol/01/test_attributes.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/protocol/01/test_base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/protocol/01/test_name.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/protocol/02/test_base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/protocol/03/test_base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/protocol/04/test_attributes.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/protocol/04/test_base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/protocol/04/test_name.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/protocol/05/test_base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/protocol/06/test_attributes.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/protocol/06/test_base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/protocol/test_base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/test_all.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/test_dir.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/test_download.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/test_file.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/test_file_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/test_packet.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/test_protocol.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/test_request.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/test_response.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/test_session.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-sftp-2.1.2/test/test_upload.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/CHANGES.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/LICENSE.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/Manifest +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/README.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/THANKS.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/authentication/agent/java_pageant.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/authentication/agent/socket.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/authentication/agent.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/authentication/constants.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/authentication/key_manager.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/authentication/methods/abstract.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/authentication/methods/hostbased.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/authentication/methods/keyboard_interactive.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/authentication/methods/none.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/authentication/methods/password.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/authentication/methods/publickey.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/authentication/pageant.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/authentication/session.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/buffer.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/buffered_io.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/config.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/connection/channel.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/connection/constants.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/connection/keepalive.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/connection/term.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/errors.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/key_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/known_hosts.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/loggable.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/packet.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/prompt.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/proxy/command.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/proxy/errors.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/proxy/http.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/proxy/socks4.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/proxy/socks5.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/ruby_compat.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/service/forward.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/test/channel.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/test/extensions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/test/kex.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/test/local_packet.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/test/packet.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/test/remote_packet.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/test/script.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/test/socket.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/algorithms.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/cipher_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/constants.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/ctr.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/hmac/abstract.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/hmac/md5.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/hmac/md5_96.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/hmac/none.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/hmac/ripemd160.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/hmac/sha1.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/hmac/sha1_96.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/hmac/sha2_256.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/hmac/sha2_256_96.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/hmac/sha2_512.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/hmac/sha2_512_96.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/hmac.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/identity_cipher.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/kex.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/key_expander.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/openssl.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/packet_stream.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/server_version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/session.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/transport/state.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/verifiers/lenient.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/verifiers/null.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/verifiers/secure.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/verifiers/strict.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/lib/net/ssh.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/net-ssh-public_cert.pem +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/net-ssh.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/setup.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/support/arcfour_check.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/support/ssh_tunnel_bug.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/README.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/authentication/methods/common.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/authentication/methods/test_abstract.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/authentication/methods/test_hostbased.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/authentication/methods/test_keyboard_interactive.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/authentication/methods/test_none.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/authentication/methods/test_password.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/authentication/methods/test_publickey.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/authentication/test_agent.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/authentication/test_key_manager.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/authentication/test_session.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/common.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/configs/auth_off +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/configs/auth_on +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/configs/empty +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/configs/eqsign +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/configs/exact_match +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/configs/host_plus +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/configs/multihost +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/configs/negative_match +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/configs/nohost +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/configs/numeric_host +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/configs/proxy_remote_user +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/configs/send_env +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/configs/substitutes +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/configs/wild_cards +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/connection/test_channel.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/connection/test_session.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/integration/README.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/integration/Vagrantfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/integration/common.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/integration/playbook.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/integration/test_forward.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/integration/test_id_rsa_keys.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/integration/test_proxy.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/known_hosts/github +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/known_hosts/github_hash +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/manual/test_pageant.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/start/test_connection.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/start/test_options.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/start/test_transport.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/start/test_user_nil.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/test_all.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/test_buffer.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/test_buffered_io.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/test_config.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/test_key_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/test_known_hosts.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/hmac/test_md5.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/hmac/test_md5_96.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/hmac/test_none.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/hmac/test_ripemd160.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/hmac/test_sha1.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/hmac/test_sha1_96.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/hmac/test_sha2_256.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/hmac/test_sha2_256_96.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/hmac/test_sha2_512.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/hmac/test_sha2_512_96.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/kex/test_diffie_hellman_group14_sha1.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/kex/test_diffie_hellman_group1_sha1.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/kex/test_diffie_hellman_group_exchange_sha1.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/kex/test_diffie_hellman_group_exchange_sha256.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/kex/test_ecdh_sha2_nistp256.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/kex/test_ecdh_sha2_nistp384.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/kex/test_ecdh_sha2_nistp521.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/test_algorithms.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/test_cipher_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/test_hmac.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/test_identity_cipher.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/test_packet_stream.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/test_server_version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/test_session.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/net-ssh-3.0.2/test/transport/test_state.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/netrc-0.11.0/LICENSE.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/netrc-0.11.0/Readme.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/netrc-0.11.0/changelog.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/netrc-0.11.0/data/default_only.netrc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/netrc-0.11.0/data/login.netrc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/netrc-0.11.0/data/newlineless.netrc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/netrc-0.11.0/data/password.netrc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/netrc-0.11.0/data/permissive.netrc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/netrc-0.11.0/data/sample.netrc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/netrc-0.11.0/data/sample_multi.netrc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/netrc-0.11.0/data/sample_multi_with_default.netrc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/netrc-0.11.0/data/sample_with_default.netrc +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/netrc-0.11.0/lib/netrc.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/netrc-0.11.0/test/test_lex.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/netrc-0.11.0/test/test_netrc.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/netrc-0.11.0/test/test_parse.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/.autotest +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/.cross_rubies +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/.editorconfig +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/.gemtest +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/.travis.yml +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/CHANGELOG.rdoc +1160 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/CONTRIBUTING.md +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/C_CODING_STYLE.rdoc +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/Gemfile +22 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/LICENSE.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/Manifest.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ROADMAP.md +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/Rakefile +375 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/STANDARD_RESPONSES.md +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/Y_U_NO_GEMSPEC.md +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/appveyor.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/bin/nokogiri +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/build_all +45 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/dependencies.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ffi-1.9.12/ext/ffi_c/.RUBYARCHDIR.time → 2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/.sitearchdir.-.nokogiri.time} +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/Makefile +625 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/depend +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/extconf.rb +689 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/html_document.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/html_document.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/html_document.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/html_element_description.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/html_element_description.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/html_element_description.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/html_entity_lookup.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/html_entity_lookup.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/html_entity_lookup.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/html_sax_parser_context.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/html_sax_parser_context.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/html_sax_parser_context.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/html_sax_push_parser.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/html_sax_push_parser.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/html_sax_push_parser.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/nokogiri.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/nokogiri.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/nokogiri.o +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/nokogiri.so +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_attr.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_attr.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_attr.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_attribute_decl.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_attribute_decl.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_attribute_decl.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_cdata.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_cdata.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_cdata.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_comment.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_comment.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_comment.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_document.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_document.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_document.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_document_fragment.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_document_fragment.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_document_fragment.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_dtd.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_dtd.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_dtd.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_element_content.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_element_content.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_element_content.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_element_decl.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_element_decl.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_element_decl.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_encoding_handler.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_encoding_handler.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_encoding_handler.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_entity_decl.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_entity_decl.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_entity_decl.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_entity_reference.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_entity_reference.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_entity_reference.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_io.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_io.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_io.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_libxml2_hacks.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_libxml2_hacks.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_libxml2_hacks.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_namespace.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_namespace.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_namespace.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_node.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_node.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_node.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_node_set.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_node_set.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_node_set.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_processing_instruction.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_processing_instruction.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_processing_instruction.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_reader.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_reader.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_reader.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_relax_ng.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_relax_ng.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_relax_ng.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_sax_parser.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_sax_parser.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_sax_parser.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_sax_parser_context.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_sax_parser_context.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_sax_parser_context.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_sax_push_parser.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_sax_push_parser.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_sax_push_parser.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_schema.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_schema.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_schema.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_syntax_error.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_syntax_error.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_syntax_error.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_text.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_text.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_text.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_xpath_context.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xml_xpath_context.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xml_xpath_context.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xslt_stylesheet.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/ext/nokogiri/xslt_stylesheet.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/ext/nokogiri/xslt_stylesheet.o +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/css/node.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/css/parser.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/css/parser.y +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/css/parser_extras.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/css/syntax_error.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/css/tokenizer.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/css/tokenizer.rex +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/css/xpath_visitor.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/css.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/decorators/slop.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/html/builder.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/html/document.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/html/document_fragment.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/html/element_description.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/html/element_description_defaults.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/html/entity_lookup.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/html/sax/parser.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/html/sax/parser_context.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/html/sax/push_parser.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/html.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/lib/nokogiri/nokogiri.so +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/syntax_error.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/nokogiri-1.6.8.1/lib/nokogiri/version.rb +108 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/attr.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/attribute_decl.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/builder.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/cdata.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/character_data.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/document.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/document_fragment.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/dtd.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/element_content.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/element_decl.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/entity_decl.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/namespace.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/node/save_options.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/node.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/node_set.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/notation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/parse_options.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/pp/character_data.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/pp/node.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/pp.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/processing_instruction.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/reader.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/relax_ng.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/sax/document.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/sax/parser.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/sax/parser_context.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/sax/push_parser.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/sax.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/schema.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/searchable.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/syntax_error.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/text.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/xpath/syntax_error.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/xpath.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml/xpath_context.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xml.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xslt/stylesheet.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri/xslt.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/nokogiri.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/lib/xsd/xmlparser/nokogiri.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/patches/sort-patches-by-date +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/suppressions/README.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/suppressions/nokogiri_ree-1.8.7.358.supp +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/suppressions/nokogiri_ruby-1.8.7.370.supp +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/suppressions/nokogiri_ruby-1.9.2.320.supp +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/suppressions/nokogiri_ruby-1.9.3.327.supp +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/tasks/test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/css/test_nthiness.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/css/test_parser.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/css/test_tokenizer.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/css/test_xpath_visitor.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/decorators/test_slop.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/2ch.html +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/GH_1042.html +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/address_book.rlx +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/address_book.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/atom.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/bar/bar.xsd +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/bogus.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/dont_hurt_em_why.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/encoding.html +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/encoding.xhtml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/exslt.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/exslt.xslt +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/foo/foo.xsd +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/metacharset.html +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/namespace_pressure_test.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/noencoding.html +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/po.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/po.xsd +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/saml/saml20assertion_schema.xsd +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/saml/saml20protocol_schema.xsd +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/saml/xenc_schema.xsd +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/saml/xmldsig_schema.xsd +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/shift_jis.html +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/shift_jis.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/shift_jis_no_charset.html +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/slow-xpath.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/snuggles.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/staff.dtd +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/staff.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/staff.xslt +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/test_document_url/bar.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/test_document_url/document.dtd +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/test_document_url/document.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/tlm.html +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/to_be_xincluded.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/valid_bar.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/files/xinclude.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/html/sax/test_parser.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/html/sax/test_parser_context.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/html/sax/test_push_parser.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/html/test_builder.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/html/test_document.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/html/test_document_encoding.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/html/test_document_fragment.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/html/test_element_description.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/html/test_named_characters.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/html/test_node.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/html/test_node_encoding.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/namespaces/test_additional_namespaces_in_builder_doc.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/namespaces/test_namespaces_aliased_default.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/namespaces/test_namespaces_in_builder_doc.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/namespaces/test_namespaces_in_cloned_doc.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/namespaces/test_namespaces_in_created_doc.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/namespaces/test_namespaces_in_parsed_doc.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/namespaces/test_namespaces_preservation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/test_convert_xpath.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/test_css_cache.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/test_encoding_handler.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/test_memory_leak.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/test_nokogiri.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/test_soap4r_sax.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/test_xslt_transforms.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/node/test_save_options.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/node/test_subclass.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/sax/test_parser.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/sax/test_parser_context.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/sax/test_push_parser.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_attr.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_attribute_decl.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_builder.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_c14n.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_cdata.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_comment.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_document.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_document_encoding.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_document_fragment.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_dtd.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_dtd_encoding.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_element_content.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_element_decl.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_entity_decl.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_entity_reference.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_namespace.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_node.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_node_attributes.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_node_encoding.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_node_inheritance.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_node_reparenting.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_node_set.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_parse_options.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_processing_instruction.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_reader.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_reader_encoding.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_relax_ng.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_schema.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_syntax_error.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_text.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_unparented_node.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_xinclude.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xml/test_xpath.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xslt/test_custom_functions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test/xslt/test_exception_handling.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/nokogiri-1.6.8.1}/test_all +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/.rspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/CHANGELOG.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/benchmark/benchmark.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/benchmark/soap_response.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/lib/nori/core_ext/hash.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/lib/nori/core_ext/object.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/lib/nori/core_ext/string.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/lib/nori/core_ext.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/lib/nori/parser/nokogiri.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/lib/nori/parser/rexml.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/lib/nori/string_io_file.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/lib/nori/string_with_attributes.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/lib/nori/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/lib/nori/xml_utility_node.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/lib/nori.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/nori.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/spec/nori/api_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/spec/nori/core_ext/hash_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/spec/nori/core_ext/object_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/spec/nori/core_ext/string_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/spec/nori/nori_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/nori-2.6.0/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/.rubocop.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/CONTRIBUTING.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/Gemfile +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/rake-11.3.0/History.rdoc +2234 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/MIT-LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/README.rdoc +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/rake-11.3.0/Rakefile +33 -0
- data/vendor/bundle/ruby/2.4.0/gems/rake-11.3.0/appveyor.yml +22 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/bin/console +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/bin/setup +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/command_line_usage.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/example/Rakefile1 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/example/Rakefile2 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/example/a.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/example/b.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/example/main.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/glossary.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/jamis.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/proto_rake.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/rake.1 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/rakefile.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/rational.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.4.14.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.4.15.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.5.0.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.5.3.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.5.4.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.6.0.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.7.0.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.7.1.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.7.2.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.7.3.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.8.0.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.8.2.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.8.3.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.8.4.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.8.5.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.8.6.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.8.7.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.9.0.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.9.1.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.9.2.2.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.9.2.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.9.3.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.9.4.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.9.5.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-0.9.6.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-10.0.0.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-10.0.1.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-10.0.2.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-10.0.3.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/doc/release_notes/rake-10.1.0.rdoc +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/exe/rake +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/rake-11.3.0/lib/rake/application.rb +784 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/backtrace.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/clean.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/cloneable.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/contrib/compositepublisher.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/contrib/ftptools.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/contrib/sshpublisher.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/cpu_counter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/default_loader.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/dsl_definition.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/early_time.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/ext/core.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/ext/pathname.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/ext/string.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/file_creation_task.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/file_list.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/file_task.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/file_utils.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/file_utils_ext.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/invocation_chain.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/invocation_exception_mixin.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/late_time.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/linked_list.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/loaders/makefile.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/multi_task.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/name_space.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/packagetask.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/phony.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/private_reader.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/promise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/pseudo_status.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/rake_module.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/rake_test_loader.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/rule_recursion_overflow_error.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/scope.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/task.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/task_argument_error.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/task_arguments.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/task_manager.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/tasklib.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/testtask.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/thread_history_display.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/thread_pool.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/trace_output.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/rake-11.3.0/lib/rake/version.rb +9 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rake-11.2.2 → 2.4.0/gems/rake-11.3.0}/lib/rake/win32.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/rake-11.3.0/lib/rake.rb +70 -0
- data/vendor/bundle/ruby/2.4.0/gems/rake-11.3.0/rake.gemspec +30 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/Guardfile +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/LICENSE.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/bin/fsevent_watch +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/ext/LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/ext/fsevent_watch/FSEventsFix.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/ext/fsevent_watch/FSEventsFix.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/rb-fsevent-0.9.8/ext/fsevent_watch/TSICTString.c +373 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/ext/fsevent_watch/TSICTString.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/ext/fsevent_watch/cli.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/ext/fsevent_watch/cli.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/ext/fsevent_watch/common.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/ext/fsevent_watch/compat.c +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/ext/fsevent_watch/compat.h +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/ext/fsevent_watch/defines.h +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/rb-fsevent-0.9.8/ext/fsevent_watch/main.c +509 -0
- data/vendor/bundle/ruby/2.4.0/gems/rb-fsevent-0.9.8/ext/fsevent_watch/signal_handlers.c +66 -0
- data/vendor/bundle/ruby/2.4.0/gems/rb-fsevent-0.9.8/ext/fsevent_watch/signal_handlers.h +16 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/ext/rakefile.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/lib/rb-fsevent/fsevent.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/rb-fsevent-0.9.8/lib/rb-fsevent/version.rb +5 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/lib/rb-fsevent.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rb-fsevent-0.9.7 → 2.4.0/gems/rb-fsevent-0.9.8}/rb-fsevent.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-inotify-0.9.7/.yardopts +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-inotify-0.9.7/MIT-LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-inotify-0.9.7/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-inotify-0.9.7/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-inotify-0.9.7/VERSION +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-inotify-0.9.7/lib/rb-inotify/errors.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-inotify-0.9.7/lib/rb-inotify/event.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-inotify-0.9.7/lib/rb-inotify/native/flags.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-inotify-0.9.7/lib/rb-inotify/native.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-inotify-0.9.7/lib/rb-inotify/notifier.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-inotify-0.9.7/lib/rb-inotify/watcher.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-inotify-0.9.7/lib/rb-inotify.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-inotify-0.9.7/rb-inotify.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/.yardopts +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/MIT-LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/VERSION +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/lib/rb-kqueue/event.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/lib/rb-kqueue/native/flags.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/lib/rb-kqueue/native.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/lib/rb-kqueue/queue.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/lib/rb-kqueue/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/lib/rb-kqueue/watcher/file.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/lib/rb-kqueue/watcher/process.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/lib/rb-kqueue/watcher/read_write.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/lib/rb-kqueue/watcher/signal.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/lib/rb-kqueue/watcher/socket_read_write.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/lib/rb-kqueue/watcher/timer.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/lib/rb-kqueue/watcher.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/lib/rb-kqueue.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rb-kqueue-0.2.4/rb-kqueue.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/.rspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/.rubocop-disables.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/.rubocop.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/AUTHORS +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/bin/restclient +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/history.md +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/lib/rest-client.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/lib/rest_client.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/lib/restclient/abstract_response.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/lib/restclient/exceptions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/lib/restclient/params_array.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/lib/restclient/payload.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/lib/restclient/platform.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/lib/restclient/raw_response.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/lib/restclient/request.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/lib/restclient/resource.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/lib/restclient/response.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/lib/restclient/utils.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/lib/restclient/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/lib/restclient/windows/root_certs.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/lib/restclient/windows.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/lib/restclient.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/rest-client.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/rest-client.windows.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/helpers.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/integration/_lib.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/spec/integration/capath_digicert/244b5494.0 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/spec/integration/capath_digicert/81b9768f.0 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/spec/integration/capath_digicert/README +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/spec/integration/capath_digicert/digicert.crt +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/spec/integration/capath_verisign/415660c1.0 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/spec/integration/capath_verisign/7651b327.0 +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/spec/integration/capath_verisign/README +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/spec/integration/capath_verisign/verisign.crt +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/spec/integration/certs/digicert.crt +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/spec/integration/certs/verisign.crt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/integration/httpbin_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/integration/integration_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/integration/request_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/unit/_lib.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/unit/abstract_response_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/unit/exceptions_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rest-client-1.8.0 → 2.4.0/gems/rest-client-2.0.0}/spec/unit/master_shake.jpg +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/unit/params_array_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/unit/payload_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/unit/raw_response_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/unit/request2_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/unit/request_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/unit/resource_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/unit/response_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/unit/restclient_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/unit/utils_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rest-client-2.0.0/spec/unit/windows/root_certs_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-2.14.1/License.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-2.14.1/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-2.14.1/lib/rspec/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-2.14.1/lib/rspec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/.document +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/.yardopts +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/Changelog.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/License.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/exe/autospec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/exe/rspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/Autotest.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/Upgrade.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/command_line/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/command_line/example_name_option.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/command_line/exit_status.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/command_line/format_option.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/command_line/init.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/command_line/line_number_appended_to_path.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/command_line/line_number_option.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/command_line/order.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/command_line/pattern_option.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/command_line/rake_task.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/command_line/require_option.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/command_line/ruby.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/command_line/tag.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/command_line/warnings_option.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/configuration/alias_example_to.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/configuration/backtrace_clean_patterns.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/configuration/custom_settings.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/configuration/default_path.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/configuration/deprecation_stream.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/configuration/fail_fast.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/configuration/failure_exit_code.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/configuration/order_and_seed.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/configuration/output_stream.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/configuration/pattern.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/configuration/profile.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/configuration/read_options_from_file.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/configuration/run_all_when_everything_filtered.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/configuration/show_failures_in_pending_blocks.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/configuration/treat_symbols_as_metadata_keys_with_true_values.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/example_groups/basic_structure.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/example_groups/shared_context.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/example_groups/shared_examples.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/expectation_framework_integration/configure_expectation_framework.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/filtering/exclusion_filters.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/filtering/if_and_unless.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/filtering/inclusion_filters.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/formatters/configurable_colors.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/formatters/custom_formatter.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/formatters/json_formatter.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/formatters/text_formatter.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/helper_methods/arbitrary_methods.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/helper_methods/let.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/helper_methods/modules.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/hooks/around_hooks.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/hooks/before_and_after_hooks.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/hooks/filtering.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/metadata/current_example.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/metadata/described_class.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/metadata/user_defined.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/mock_framework_integration/use_any_framework.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/mock_framework_integration/use_flexmock.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/mock_framework_integration/use_mocha.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/mock_framework_integration/use_rr.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/mock_framework_integration/use_rspec.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/pending/pending_examples.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/spec_files/arbitrary_file_suffix.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/step_definitions/additional_cli_steps.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/subject/attribute_of_subject.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/subject/explicit_subject.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/subject/implicit_receiver.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/subject/implicit_subject.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/support/env.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/features/support/rubinius.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/autotest/discover.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/autotest/rspec2.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/autorun.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/backtrace_cleaner.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/backward_compatibility.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/command_line.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/configuration.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/configuration_options.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/deprecation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/drb_command_line.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/drb_options.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/dsl.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/example.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/example_group.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/extensions/instance_eval_with_args.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/extensions/kernel.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/extensions/module_eval_with_args.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/extensions/ordered.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/filter_manager.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/formatters/base_formatter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/formatters/helpers.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/formatters/html_formatter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/formatters/html_printer.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/formatters/json_formatter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/formatters/progress_formatter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/formatters/text_mate_formatter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/formatters.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/hooks.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/memoized_helpers.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/metadata.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/metadata_hash_builder.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/mocking/with_absolutely_nothing.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/mocking/with_flexmock.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/mocking/with_mocha.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/mocking/with_rr.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/mocking/with_rspec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/option_parser.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/pending.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/project_initializer.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/rake_task.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/reporter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/ruby_project.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/runner.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/shared_context.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/shared_example_group/collection.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/shared_example_group.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core/world.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/lib/rspec/core.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/autotest/discover_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/autotest/failed_results_re_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/autotest/rspec_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/command_line/order_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/backtrace_cleaner_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/command_line_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/command_line_spec_output.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/configuration_options_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/configuration_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/deprecation_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/deprecations_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/drb_command_line_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/drb_options_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/dsl_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/example_group_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/example_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/filter_manager_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/base_formatter_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/base_text_formatter_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/deprecation_formatter_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/documentation_formatter_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/helpers_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/html_formatted-1.8.7-jruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/html_formatted-1.8.7-rbx.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/html_formatted-1.8.7.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/html_formatted-1.9.2.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/html_formatted-1.9.3-jruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/html_formatted-1.9.3-rbx.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/html_formatted-1.9.3.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/html_formatted-2.0.0.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/html_formatter_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/json_formatter_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/progress_formatter_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/snippet_extractor_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/text_mate_formatted-1.8.7-jruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/text_mate_formatted-1.8.7-rbx.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/text_mate_formatted-1.8.7.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/text_mate_formatted-1.9.2.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/text_mate_formatted-1.9.3-jruby.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/text_mate_formatted-1.9.3-rbx.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/text_mate_formatted-1.9.3.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/text_mate_formatted-2.0.0.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/text_mate_formatted-2.1.0.html +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/formatters/text_mate_formatter_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/hooks_filtering_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/hooks_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/kernel_extensions_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/memoized_helpers_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/metadata_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/option_parser_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/pending_example_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/project_initializer_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/rake_task_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/reporter_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/resources/a_bar.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/resources/a_foo.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/resources/a_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/resources/custom_example_group_runner.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/resources/formatter_specs.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/resources/utf8_encoded.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/rspec_matchers_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/ruby_project_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/runner_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/shared_context_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/shared_example_group/collection_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/shared_example_group_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core/world_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/rspec/core_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/support/config_options_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/support/helper_methods.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/support/in_sub_process.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/support/isolate_load_path_mutation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/support/isolated_directory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/support/isolated_home_directory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/support/matchers.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/support/mathn_integration_support.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/support/sandboxed_mock_space.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/support/shared_example_groups.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-core-2.14.8/spec/support/spec_files.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/.document +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/.yardopts +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/Changelog.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/License.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/Upgrade.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/be.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/be_within.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/cover.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/end_with.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/equality.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/exist.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/expect_change.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/expect_error.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/have.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/include.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/match.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/operators.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/predicates.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/respond_to.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/satisfy.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/start_with.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/throw_symbol.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/types.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/built_in_matchers/yield.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/custom_matchers/access_running_example.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/custom_matchers/define_diffable_matcher.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/custom_matchers/define_matcher.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/custom_matchers/define_matcher_outside_rspec.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/custom_matchers/define_matcher_with_fluent_interface.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/customized_message.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/diffing.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/implicit_docstrings.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/step_definitions/additional_cli_steps.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/support/env.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/support/rubinius.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/syntax_configuration.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/features/test_frameworks/test_unit.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/expectations/deprecation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/expectations/differ.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/expectations/errors.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/expectations/expectation_target.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/expectations/extensions/array.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/expectations/extensions/object.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/expectations/extensions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/expectations/fail_with.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/expectations/handler.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/expectations/syntax.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/expectations/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/expectations.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/be_close.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/base_matcher.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/be.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/be_within.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/change.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/cover.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/eq.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/eql.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/equal.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/exist.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/has.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/have.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/include.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/match.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/match_array.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/raise_error.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/respond_to.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/satisfy.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/start_and_end_with.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/throw_symbol.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in/yield.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/built_in.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/compatibility.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/configuration.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/dsl.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/extensions/instance_eval_with_args.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/generated_descriptions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/matcher.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/method_missing.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/operator_matcher.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/pretty.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers/test_unit_integration.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec/matchers.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/lib/rspec-expectations.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/expectations/differ_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/expectations/expectation_target_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/expectations/extensions/kernel_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/expectations/fail_with_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/expectations/handler_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/expectations/syntax_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/expectations_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/base_matcher_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/be_close_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/be_instance_of_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/be_kind_of_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/be_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/be_within_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/change_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/configuration_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/cover_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/description_generation_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/dsl_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/eq_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/eql_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/equal_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/exist_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/has_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/have_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/include_matcher_integration_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/include_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/match_array_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/match_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/matcher_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/matchers_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/method_missing_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/operator_matcher_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/raise_error_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/respond_to_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/satisfy_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/start_with_end_with_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/throw_symbol_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/rspec/matchers/yield_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/support/classes.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/support/in_sub_process.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/support/matchers.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/support/ruby_version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-expectations-2.14.5/spec/support/shared_examples.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/.document +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/.yardopts +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/Changelog.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/License.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/Scope.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/Upgrade.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/argument_matchers/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/argument_matchers/explicit.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/argument_matchers/general_matchers.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/argument_matchers/type_matchers.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/message_expectations/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/message_expectations/allow_any_instance_of.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/message_expectations/any_instance.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/message_expectations/block_local_expectations.feature.pending +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/message_expectations/call_original.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/message_expectations/expect_any_instance_of.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/message_expectations/expect_message_using_expect.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/message_expectations/expect_message_using_should_receive.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/message_expectations/receive_counts.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/message_expectations/warn_when_expectation_is_set_on_nil.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/method_stubs/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/method_stubs/any_instance.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/method_stubs/as_null_object.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/method_stubs/simple_return_value_with_allow.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/method_stubs/simple_return_value_with_stub.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/method_stubs/stub_chain.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/method_stubs/stub_implementation.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/method_stubs/to_ary.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/mutating_constants/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/mutating_constants/hiding_defined_constant.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/mutating_constants/stub_defined_constant.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/mutating_constants/stub_undefined_constant.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/outside_rspec/configuration.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/outside_rspec/standalone.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/spies/spy_partial_mock_method.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/spies/spy_pure_mock_method.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/spies/spy_unstubbed_method.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/step_definitions/additional_cli_steps.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/support/env.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/support/rubinius.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/features/test_frameworks/test_unit.feature +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/any_instance/chain.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/any_instance/recorder.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/argument_list_matcher.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/argument_matchers.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/configuration.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/deprecation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/error_generator.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/errors.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/example_methods.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/extensions/instance_exec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/extensions/marshal.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/framework.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/instance_method_stasher.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/matchers/have_received.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/matchers/receive.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/message_expectation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/method_double.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/mock.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/mutate_const.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/order_group.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/proxy.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/proxy_for_nil.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/space.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/standalone.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/stub_chain.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/syntax.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/targets.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/test_double.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/rspec/mocks.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/lib/spec/mocks.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/and_call_original_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/and_yield_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/any_instance/message_chains_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/any_instance_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/any_number_of_times_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/argument_expectation_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/at_least_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/at_most_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/block_return_value_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/bug_report_10260_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/bug_report_10263_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/bug_report_11545_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/bug_report_496_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/bug_report_600_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/bug_report_7611_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/bug_report_8165_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/bug_report_830_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/bug_report_957_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/combining_implementation_instructions_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/configuration_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/double_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/extensions/marshal_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/failing_argument_matchers_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/hash_excluding_matcher_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/hash_including_matcher_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/instance_method_stasher_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/matchers/have_received_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/matchers/receive_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/methods_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/mock_ordering_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/mock_space_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/mock_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/multiple_return_value_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/mutate_const_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/nil_expectation_warning_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/null_object_mock_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/once_counts_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/options_hash_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/partial_mock_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/partial_mock_using_mocks_directly_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/passing_argument_matchers_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/precise_counts_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/record_messages_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/serialization_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/space_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/stash_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/stub_chain_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/stub_implementation_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/stub_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/stubbed_message_expectations_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/syntax_agnostic_message_matchers_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/test_double_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/to_ary_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks/twice_counts_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/rspec/mocks_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rspec-mocks-2.14.6/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ruby_dep-1.4.0 → 2.4.0/gems/ruby_dep-1.3.1}/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ruby_dep-1.4.0 → 2.4.0/gems/ruby_dep-1.3.1}/.rspec +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ruby_dep-1.4.0 → 2.4.0/gems/ruby_dep-1.3.1}/.rubocop.yml +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ruby_dep-1.3.1/.travis.yml +12 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ruby_dep-1.4.0 → 2.4.0/gems/ruby_dep-1.3.1}/LICENSE.txt +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ruby_dep-1.3.1/README.md +143 -0
- data/vendor/bundle/ruby/2.4.0/gems/ruby_dep-1.3.1/lib/ruby_dep/travis/ruby_version.rb +57 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ruby_dep-1.4.0 → 2.4.0/gems/ruby_dep-1.3.1}/lib/ruby_dep/travis.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/ruby_dep-1.3.1/lib/ruby_dep/version.rb +3 -0
- data/vendor/bundle/ruby/2.4.0/gems/ruby_dep-1.3.1/lib/ruby_dep/warning.rb +96 -0
- data/vendor/bundle/ruby/{2.3.0/gems/ruby_dep-1.4.0 → 2.4.0/gems/ruby_dep-1.3.1}/lib/ruby_dep.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/.rspec +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/rubyntlm-0.6.1/.travis.yml +12 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/CHANGELOG.md +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/examples/http.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/examples/imap.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/examples/smtp.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/blob.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/channel_binding.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/client/session.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/client.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/rubyntlm-0.6.1/lib/net/ntlm/encode_util.rb +48 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/exceptions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/field.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/field_set.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/int16_le.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/int32_le.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/int64_le.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/message/type0.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/message/type1.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/message/type2.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/message/type3.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/message.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/security_buffer.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/string.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm/target_info.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/rubyntlm-0.6.1/lib/net/ntlm/version.rb +11 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/net/ntlm.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/lib/rubyntlm.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/rubyntlm.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/blob_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/channel_binding_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/client/session_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/client_spec.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/rubyntlm-0.6.1/spec/lib/net/ntlm/encode_util_spec.rb +16 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/field_set_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/field_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/int16_le_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/int32_le_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/int64_le_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/message/type0_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/message/type1_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/message/type2_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/message/type3_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/message_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/security_buffer_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/string_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/target_info_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm/version_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/lib/net/ntlm_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/support/certificates/sha_256_hash.pem +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/support/shared/examples/net/ntlm/field_shared.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/support/shared/examples/net/ntlm/fieldset_shared.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/support/shared/examples/net/ntlm/int_shared.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/rubyntlm-0.6.0 → 2.4.0/gems/rubyntlm-0.6.1}/spec/support/shared/examples/net/ntlm/message_shared.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/TODO +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/central_directory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/compressor.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/constants.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/crypto/encryption.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/crypto/null_encryption.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/crypto/traditional_encryption.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/decompressor.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/deflater.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/dos_time.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/entry.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/entry_set.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/errors.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/extra_field/generic.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/extra_field/ntfs.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/extra_field/old_unix.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/extra_field/universal_time.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/extra_field/unix.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/extra_field/zip64.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/extra_field/zip64_placeholder.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/extra_field.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/file.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/filesystem.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/inflater.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/input_stream.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/ioextras/abstract_input_stream.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/ioextras/abstract_output_stream.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/ioextras.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/null_compressor.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/null_decompressor.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/null_input_stream.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/output_stream.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/pass_thru_compressor.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/pass_thru_decompressor.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/streamable_directory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/streamable_stream.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/lib/zip.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/samples/example.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/samples/example_filesystem.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/samples/example_recursive.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/samples/gtk_ruby_zip.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/samples/qtzip.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/samples/write_simple.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/samples/zipfind.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/basic_zip_file_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/case_sensitivity_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/central_directory_entry_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/central_directory_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/crypto/null_encryption_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/crypto/traditional_encryption_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/WarnInvalidDate.zip +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/file1.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/file1.txt.deflatedData +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/file2.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/globTest/foo/bar/baz/foo.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/globTest/foo.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/globTest/food.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/globTest.zip +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/mimetype +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/notzippedruby.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/ntfs.zip +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/oddExtraField.zip +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/rubycode.zip +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/rubycode2.zip +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/test.xls +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/testDirectory.bin +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/zip64-sample.zip +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/zipWithDirs.zip +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/data/zipWithEncryption.zip +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/deflater_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/encryption_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/entry_set_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/entry_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/errors_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/extra_field_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/file_extract_directory_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/file_extract_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/file_permissions_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/file_split_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/file_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/filesystem/dir_iterator_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/filesystem/directory_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/filesystem/file_mutating_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/filesystem/file_nonmutating_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/filesystem/file_stat_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/gentestfiles.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/inflater_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/input_stream_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/ioextras/abstract_input_stream_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/ioextras/abstract_output_stream_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/ioextras/fake_io_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/local_entry_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/output_stream_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/pass_thru_compressor_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/pass_thru_decompressor_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/samples/example_recursive_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/settings_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/test_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/unicode_file_names_and_comments_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/zip64_full_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/rubyzip-1.2.0/test/zip64_support_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/CHANGES.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/LICENSE.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/bin/safe_yaml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/bundle_install_all_ruby_versions.sh +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/deep.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/libyaml_checker.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/load.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/parse/date.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/parse/hexadecimal.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/parse/sexagesimal.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/psych_handler.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/psych_resolver.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/resolver.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/safe_to_ruby_visitor.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/syck_hack.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/syck_node_monkeypatch.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/syck_resolver.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/transform/to_boolean.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/transform/to_date.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/transform/to_float.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/transform/to_integer.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/transform/to_nil.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/transform/to_symbol.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/transform/transformation_map.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/transform.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/lib/safe_yaml.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/run_specs_all_ruby_versions.sh +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/safe_yaml.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/spec/exploit.1.9.2.yaml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/spec/exploit.1.9.3.yaml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/spec/issue48.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/spec/issue49.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/spec/libyaml_checker_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/spec/psych_resolver_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/spec/resolver_specs.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/spec/safe_yaml_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/spec/support/exploitable_back_door.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/spec/syck_resolver_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/spec/transform/base64_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/spec/transform/to_date_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/spec/transform/to_float_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/spec/transform/to_integer_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/spec/transform/to_symbol_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/safe_yaml-1.0.4/spec/yaml_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/.document +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/CHANGELOG.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/LICENSE.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/Thorfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/bin/thor +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/actions/create_file.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/actions/create_link.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/actions/directory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/actions/empty_directory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/actions/file_manipulation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/actions/inject_into_file.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/actions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/base.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/command.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/core_ext/hash_with_indifferent_access.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/core_ext/io_binary_read.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/core_ext/ordered_hash.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/error.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/group.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/invocation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/parser/argument.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/parser/arguments.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/parser/option.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/parser/options.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/parser.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/rake_compat.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/runner.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/shell/basic.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/shell/color.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/shell/html.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/shell.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/util.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/lib/thor.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/actions/create_file_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/actions/create_link_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/actions/directory_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/actions/empty_directory_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/actions/file_manipulation_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/actions/inject_into_file_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/actions_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/base_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/command_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/core_ext/hash_with_indifferent_access_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/core_ext/ordered_hash_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/exit_condition_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/application.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/app{1}/README +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/bundle/execute.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/bundle/main.thor +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/command.thor +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/doc/%file_name%.rb.tt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/doc/COMMENTER +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/doc/README +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/doc/block_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/doc/config.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/doc/config.yaml.tt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/doc/excluding/%file_name%.rb.tt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/enum.thor +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/group.thor +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/invoke.thor +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/path with spaces +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/preserve/script.sh +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/script.thor +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/fixtures/subcommand.thor +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/group_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/invocation_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/parser/argument_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/parser/arguments_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/parser/option_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/parser/options_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/rake_compat_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/register_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/runner_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/shell/basic_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/shell/color_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/shell/html_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/shell_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/subcommand_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/thor_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/spec/util_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/thor-0.18.1/thor.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf-0.1.4/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/http-cookie-1.0.2 → 2.4.0/gems/unf-0.1.4}/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf-0.1.4/CHANGELOG.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf-0.1.4/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf-0.1.4/LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf-0.1.4/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf-0.1.4/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf-0.1.4/lib/unf/normalizer.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf-0.1.4/lib/unf/normalizer_cruby.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf-0.1.4/lib/unf/normalizer_jruby.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf-0.1.4/lib/unf/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf-0.1.4/lib/unf.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf-0.1.4/test/helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf-0.1.4/test/normalization-test.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf-0.1.4/test/test_unf.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf-0.1.4/unf.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/.document +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/CHANGELOG.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/LICENSE.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/.RUBYARCHDIR.-.nokogiri.time → 2.4.0/gems/unf_ext-0.0.7.2/ext/unf_ext/.sitearchdir.time} +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/unf_ext-0.0.7.2/ext/unf_ext/Makefile +263 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/ext/unf_ext/extconf.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/ext/unf_ext/unf/normalizer.hh +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/ext/unf_ext/unf/table.hh +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/ext/unf_ext/unf/trie/char_stream.hh +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/ext/unf_ext/unf/trie/node.hh +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/ext/unf_ext/unf/trie/searcher.hh +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/ext/unf_ext/unf/util.hh +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/ext/unf_ext/unf.cc +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/unf_ext-0.0.7.2/ext/unf_ext/unf.o +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/unf_ext-0.0.7.2/ext/unf_ext/unf_ext.so +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/lib/unf_ext/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/lib/unf_ext.rb +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/unf_ext-0.0.7.2/lib/unf_ext.so +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/test/helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/test/normalization-test.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/test/test_unf_ext.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/unf_ext-0.0.7.2/unf_ext.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/README.md +0 -0
- data/vendor/bundle/ruby/2.4.0/gems/wdm-0.1.1/ext/wdm/Makefile +150 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/entry.c +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/entry.h +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/extconf.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/memory.c +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/memory.h +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/monitor.c +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/monitor.h +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/queue.c +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/queue.h +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/rb_change.c +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/rb_change.h +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/rb_monitor.c +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/rb_monitor.h +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/utils.c +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/utils.h +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/wdm.c +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/wdm.h +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/wdm.sln +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/wdm.vcxproj +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/ext/wdm/wdm.vcxproj.filters +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/wdm-0.1.1/lib/wdm.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/gems/nokogiri-1.6.8 → 2.4.0/gems/webmock-1.24.6}/.gemtest +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/.rspec-tm +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/Appraisals +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/CHANGELOG.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/gemfiles/ruby_1_8.gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/api.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/assertion_failure.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/callback_registry.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/config.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/cucumber.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/deprecation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/errors.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/curb_adapter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/em_http_request/em_http_request_0_x.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/em_http_request/em_http_request_1_x.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/em_http_request_adapter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/excon_adapter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/http_lib_adapter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/http_rb/client.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/http_rb/request.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/http_rb/response.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/http_rb/streamer.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/http_rb/webmock.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/http_rb_adapter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/httpclient_adapter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/manticore_adapter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/net_http.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/net_http_response.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/patron_adapter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/matchers/hash_including_matcher.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/minitest.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/rack_response.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/request_body_diff.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/request_execution_verifier.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/request_pattern.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/request_registry.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/request_signature.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/request_signature_snippet.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/request_stub.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/response.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/responses_sequence.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/rspec/matchers/request_pattern_matcher.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/rspec/matchers/webmock_matcher.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/rspec/matchers.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/rspec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/stub_registry.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/stub_request_snippet.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/test_unit.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/util/hash_counter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/util/hash_keys_stringifier.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/util/hash_validator.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/util/headers.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/util/json.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/util/query_mapper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/util/uri.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/util/version_checker.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock/webmock.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/lib/webmock.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/minitest/test_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/minitest/test_webmock.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/minitest/webmock_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/curb/curb_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/curb/curb_spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/em_http_request/em_http_request_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/em_http_request/em_http_request_spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/excon/excon_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/excon/excon_spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/http_rb/http_rb_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/http_rb/http_rb_spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/httpclient/httpclient_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/httpclient/httpclient_spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/manticore/manticore_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/manticore/manticore_spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/net_http/net_http_shared.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/net_http/net_http_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/net_http/net_http_spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/net_http/real_net_http_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/patron/patron_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/patron/patron_spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/shared/allowing_and_disabling_net_connect.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/shared/callbacks.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/shared/complex_cross_concern_behaviors.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/shared/enabling_and_disabling_webmock.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/shared/precedence_of_stubs.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/shared/request_expectations.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/shared/returning_declared_responses.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/shared/stubbing_requests.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/typhoeus/typhoeus_hydra_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/typhoeus/typhoeus_hydra_spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/acceptance/webmock_shared.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/fixtures/test.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/quality_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/support/example_curl_output.txt +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/support/failures.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/support/my_rack_app.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/support/network_connection.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/support/webmock_server.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/api_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/errors_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/http_lib_adapters/http_lib_adapter_registry_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/http_lib_adapters/http_lib_adapter_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/matchers/hash_including_matcher_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/rack_response_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/request_body_diff_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/request_execution_verifier_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/request_pattern_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/request_registry_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/request_signature_snippet_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/request_signature_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/request_stub_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/response_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/stub_registry_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/stub_request_snippet_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/util/hash_counter_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/util/hash_keys_stringifier_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/util/headers_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/util/json_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/util/query_mapper_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/util/uri_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/util/version_checker_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/spec/unit/webmock_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/test/http_request.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/test/shared_test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/test/test_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/test/test_webmock.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/webmock-1.24.6/webmock.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/.rspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/.rubocop.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/Vagrantfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/WinrmAppveyor.psm1 +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/appveyor.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/bin/rwinrm +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/changelog.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/lib/winrm/command_executor.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/lib/winrm/command_output_decoder.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/lib/winrm/exceptions/exceptions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/lib/winrm/helpers/iso8601_duration.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/lib/winrm/helpers/powershell_script.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/lib/winrm/http/response_handler.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/lib/winrm/http/transport.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/lib/winrm/output.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/lib/winrm/soap_provider.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/lib/winrm/version.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/lib/winrm/winrm_service.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/lib/winrm.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/preamble +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/auth_timeout_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/cmd_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/command_executor_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/command_output_decoder_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/config-example.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/exception_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/issue_184_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/issue_59_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/matchers.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/output_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/powershell_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/response_handler_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/stubs/responses/get_command_output_response.xml.erb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/stubs/responses/open_shell_v1.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/stubs/responses/open_shell_v2.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/stubs/responses/soap_fault_v1.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/stubs/responses/soap_fault_v2.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/stubs/responses/wmi_error_v2.xml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/transport_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/winrm_options_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/winrm_primitives_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/spec/wql_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-1.8.1/winrm.gemspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/.gitignore +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/.rspec +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/.rubocop.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/Gemfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/VERSION +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/Vagrantfile +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/appveyor.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/bin/rwinrmcp +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/changelog.md +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/lib/winrm-fs/core/file_transporter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/lib/winrm-fs/core/tmp_zip.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/lib/winrm-fs/exceptions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/lib/winrm-fs/file_manager.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/lib/winrm-fs/scripts/check_files.ps1.erb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/lib/winrm-fs/scripts/checksum.ps1.erb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/lib/winrm-fs/scripts/create_dir.ps1.erb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/lib/winrm-fs/scripts/decode_files.ps1.erb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/lib/winrm-fs/scripts/delete.ps1.erb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/lib/winrm-fs/scripts/download.ps1.erb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/lib/winrm-fs/scripts/exists.ps1.erb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/lib/winrm-fs/scripts/scripts.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/lib/winrm-fs.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/spec/config-example.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/spec/integration/file_manager_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/spec/integration/tmp_zip_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/spec/matchers.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/spec/unit/file_transporter_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/spec/unit/tmp_zip_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0 → 2.4.0}/gems/winrm-fs-0.3.2/winrm-fs.gemspec +0 -0
- data/vendor/bundle/ruby/2.4.0/specifications/addressable-2.4.0.gemspec +36 -0
- data/vendor/bundle/ruby/2.4.0/specifications/builder-3.2.2.gemspec +23 -0
- data/vendor/bundle/ruby/2.4.0/specifications/childprocess-0.5.9.gemspec +45 -0
- data/vendor/bundle/ruby/2.4.0/specifications/crack-0.4.3.gemspec +32 -0
- data/vendor/bundle/ruby/2.4.0/specifications/diff-lcs-1.2.5.gemspec +68 -0
- data/vendor/bundle/ruby/2.4.0/specifications/domain_name-0.5.20161129.gemspec +46 -0
- data/vendor/bundle/ruby/2.4.0/specifications/erubis-2.7.0.gemspec +22 -0
- data/vendor/bundle/ruby/2.4.0/specifications/fake_ftp-0.1.1.gemspec +20 -0
- data/vendor/bundle/ruby/2.4.0/specifications/ffi-1.9.10.gemspec +49 -0
- data/vendor/bundle/ruby/2.4.0/specifications/gssapi-1.2.0.gemspec +36 -0
- data/vendor/bundle/ruby/2.4.0/specifications/gyoku-1.3.1.gemspec +40 -0
- data/vendor/bundle/ruby/2.4.0/specifications/hashdiff-0.3.0.gemspec +39 -0
- data/vendor/bundle/ruby/2.4.0/specifications/hashicorp-checkpoint-0.1.4.gemspec +41 -0
- data/vendor/bundle/ruby/2.4.0/specifications/http-cookie-1.0.3.gemspec +52 -0
- data/vendor/bundle/ruby/2.4.0/specifications/httpclient-2.8.3.gemspec +21 -0
- data/vendor/bundle/ruby/2.4.0/specifications/i18n-0.7.0.gemspec +22 -0
- data/vendor/bundle/ruby/2.4.0/specifications/listen-3.1.5.gemspec +44 -0
- data/vendor/bundle/ruby/2.4.0/specifications/little-plugger-1.1.4.gemspec +35 -0
- data/vendor/bundle/ruby/2.4.0/specifications/log4r-1.1.10.gemspec +34 -0
- data/vendor/bundle/ruby/2.4.0/specifications/logging-2.1.0.gemspec +47 -0
- data/vendor/bundle/ruby/2.4.0/specifications/mime-types-2.99.3.gemspec +72 -0
- data/vendor/bundle/ruby/2.4.0/specifications/mini_portile2-2.1.0.gemspec +45 -0
- data/vendor/bundle/ruby/2.4.0/specifications/multi_json-1.12.1.gemspec +33 -0
- data/vendor/bundle/ruby/2.4.0/specifications/net-scp-1.2.1.gemspec +42 -0
- data/vendor/bundle/ruby/2.4.0/specifications/net-sftp-2.1.2.gemspec +42 -0
- data/vendor/bundle/ruby/2.4.0/specifications/net-ssh-3.0.2.gemspec +40 -0
- data/vendor/bundle/ruby/2.4.0/specifications/netrc-0.11.0.gemspec +32 -0
- data/vendor/bundle/ruby/2.4.0/specifications/nokogiri-1.6.8.1.gemspec +75 -0
- data/vendor/bundle/ruby/2.4.0/specifications/nori-2.6.0.gemspec +40 -0
- data/vendor/bundle/ruby/2.4.0/specifications/rake-11.3.0.gemspec +43 -0
- data/vendor/bundle/ruby/2.4.0/specifications/rb-fsevent-0.9.8.gemspec +38 -0
- data/vendor/bundle/ruby/2.4.0/specifications/rb-inotify-0.9.7.gemspec +36 -0
- data/vendor/bundle/ruby/2.4.0/specifications/rb-kqueue-0.2.4.gemspec +38 -0
- data/vendor/bundle/ruby/2.4.0/specifications/rest-client-2.0.0.gemspec +60 -0
- data/vendor/bundle/ruby/2.4.0/specifications/rspec-2.14.1.gemspec +42 -0
- data/vendor/bundle/ruby/2.4.0/specifications/rspec-core-2.14.8.gemspec +61 -0
- data/vendor/bundle/ruby/2.4.0/specifications/rspec-expectations-2.14.5.gemspec +43 -0
- data/vendor/bundle/ruby/2.4.0/specifications/rspec-mocks-2.14.6.gemspec +40 -0
- data/vendor/bundle/ruby/2.4.0/specifications/ruby_dep-1.3.1.gemspec +34 -0
- data/vendor/bundle/ruby/2.4.0/specifications/rubyntlm-0.6.1.gemspec +42 -0
- data/vendor/bundle/ruby/2.4.0/specifications/rubyzip-1.2.0.gemspec +41 -0
- data/vendor/bundle/ruby/2.4.0/specifications/safe_yaml-1.0.4.gemspec +23 -0
- data/vendor/bundle/ruby/2.4.0/specifications/thor-0.18.1.gemspec +34 -0
- data/vendor/bundle/ruby/2.4.0/specifications/unf-0.1.4.gemspec +46 -0
- data/vendor/bundle/ruby/2.4.0/specifications/unf_ext-0.0.7.2.gemspec +48 -0
- data/vendor/bundle/ruby/2.4.0/specifications/wdm-0.1.1.gemspec +47 -0
- data/vendor/bundle/ruby/2.4.0/specifications/webmock-1.24.6.gemspec +75 -0
- data/vendor/bundle/ruby/2.4.0/specifications/winrm-1.8.1.gemspec +67 -0
- data/vendor/bundle/ruby/2.4.0/specifications/winrm-fs-0.3.2.gemspec +57 -0
- data/version.txt +1 -1
- metadata +3715 -4050
- data/lib/vagrant/pre-rubygems.rb +0 -34
- data/plugins/providers/hyperv/scripts/import_vm.ps1 +0 -205
- data/vendor/bundle/ruby/2.3.0/bin/autospec +0 -23
- data/vendor/bundle/ruby/2.3.0/bin/erubis +0 -23
- data/vendor/bundle/ruby/2.3.0/bin/htmldiff +0 -25
- data/vendor/bundle/ruby/2.3.0/bin/httpclient +0 -23
- data/vendor/bundle/ruby/2.3.0/bin/ldiff +0 -25
- data/vendor/bundle/ruby/2.3.0/bin/listen +0 -23
- data/vendor/bundle/ruby/2.3.0/bin/nokogiri +0 -23
- data/vendor/bundle/ruby/2.3.0/bin/rake +0 -23
- data/vendor/bundle/ruby/2.3.0/bin/restclient +0 -23
- data/vendor/bundle/ruby/2.3.0/bin/rspec +0 -23
- data/vendor/bundle/ruby/2.3.0/bin/rwinrm +0 -23
- data/vendor/bundle/ruby/2.3.0/bin/rwinrmcp +0 -23
- data/vendor/bundle/ruby/2.3.0/bin/safe_yaml +0 -23
- data/vendor/bundle/ruby/2.3.0/bin/thor +0 -23
- data/vendor/bundle/ruby/2.3.0/bin/vagrant +0 -23
- data/vendor/bundle/ruby/2.3.0/bin/vagrant-spec +0 -23
- data/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/ffi-1.9.12/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/ffi-1.9.12/gem_make.out +0 -66
- data/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/ffi-1.9.12/mkmf.log +0 -399
- data/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/nokogiri-1.6.7.2/gem_make.out +0 -316
- data/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/nokogiri-1.6.7.2/mkmf.log +0 -505
- data/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/nokogiri-1.6.7.2/nokogiri/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/nokogiri-1.6.8/gem_make.out +0 -252
- data/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/nokogiri-1.6.8/mkmf.log +0 -505
- data/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/nokogiri-1.6.8/nokogiri/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/unf_ext-0.0.7.2/gem_make.out +0 -20
- data/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/unf_ext-0.0.7.2/mkmf.log +0 -33
- data/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/unf_ext-0.0.7.2/unf_ext.so +0 -0
- data/vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/wdm-0.1.1/gem_make.out +0 -13
- data/vendor/bundle/ruby/2.3.0/gems/domain_name-0.5.20160615/.travis.yml +0 -16
- data/vendor/bundle/ruby/2.3.0/gems/domain_name-0.5.20160615/LICENSE.txt +0 -107
- data/vendor/bundle/ruby/2.3.0/gems/domain_name-0.5.20160615/README.md +0 -69
- data/vendor/bundle/ruby/2.3.0/gems/domain_name-0.5.20160615/Rakefile +0 -89
- data/vendor/bundle/ruby/2.3.0/gems/domain_name-0.5.20160615/data/effective_tld_names.dat +0 -11618
- data/vendor/bundle/ruby/2.3.0/gems/domain_name-0.5.20160615/domain_name.gemspec +0 -45
- data/vendor/bundle/ruby/2.3.0/gems/domain_name-0.5.20160615/lib/domain_name/etld_data.rb +0 -8012
- data/vendor/bundle/ruby/2.3.0/gems/domain_name-0.5.20160615/lib/domain_name/version.rb +0 -3
- data/vendor/bundle/ruby/2.3.0/gems/domain_name-0.5.20160615/test/helper.rb +0 -18
- data/vendor/bundle/ruby/2.3.0/gems/domain_name-0.5.20160615/test/test_domain_name-punycode.rb +0 -97
- data/vendor/bundle/ruby/2.3.0/gems/domain_name-0.5.20160615/test/test_domain_name.rb +0 -317
- data/vendor/bundle/ruby/2.3.0/gems/domain_name-0.5.20160615/tool/gen_etld_data.rb +0 -63
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/Rakefile +0 -232
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/AbstractMemory.c +0 -1032
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/AbstractMemory.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/ArrayType.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/Buffer.c +0 -365
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/Buffer.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/Call.c +0 -517
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/Call.h +0 -110
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/Call.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/ClosurePool.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/DataConverter.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/DynamicLibrary.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/Function.c +0 -998
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/Function.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/FunctionInfo.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/LastError.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/LongDouble.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/Makefile +0 -260
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/MappedType.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/MemoryPointer.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/MethodHandle.c +0 -358
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/MethodHandle.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/Platform.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/Pointer.c +0 -508
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/Pointer.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/Struct.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/StructByReference.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/StructByValue.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/StructLayout.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/Thread.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/Type.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/Types.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/Variadic.c +0 -304
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/Variadic.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/compat.h +0 -78
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/ffi.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/libffi/src/mips/ffi.c +0 -1038
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/rbffi_endian.h +0 -59
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ffi.gemspec +0 -23
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/lib/ffi/autopointer.rb +0 -203
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/lib/ffi/enum.rb +0 -172
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/lib/ffi/library.rb +0 -537
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/lib/ffi/pointer.rb +0 -134
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/lib/ffi/struct.rb +0 -373
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/lib/ffi/tools/types_generator.rb +0 -134
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/lib/ffi/types.rb +0 -194
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/lib/ffi/version.rb +0 -4
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/libtest/FunctionTest.c +0 -70
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/spec/ffi/fixtures/ClosureTest.c +0 -205
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/spec/ffi/fixtures/FunctionTest.c +0 -142
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/spec/ffi/fixtures/PipeHelper.h +0 -21
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/spec/ffi/fixtures/PipeHelperPosix.c +0 -41
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/spec/ffi/fixtures/PipeHelperWindows.c +0 -72
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/spec/ffi/fixtures/VariadicTest.c +0 -99
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/spec/ffi/function_spec.rb +0 -97
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/spec/ffi/rbx/attach_function_spec.rb +0 -34
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/spec/ffi/struct_spec.rb +0 -886
- data/vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/spec/ffi/variadic_spec.rb +0 -132
- data/vendor/bundle/ruby/2.3.0/gems/http-cookie-1.0.2/CHANGELOG.md +0 -16
- data/vendor/bundle/ruby/2.3.0/gems/http-cookie-1.0.2/http-cookie.gemspec +0 -34
- data/vendor/bundle/ruby/2.3.0/gems/http-cookie-1.0.2/lib/http/cookie/scanner.rb +0 -230
- data/vendor/bundle/ruby/2.3.0/gems/http-cookie-1.0.2/lib/http/cookie/version.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/gems/http-cookie-1.0.2/test/test_http_cookie.rb +0 -1111
- data/vendor/bundle/ruby/2.3.0/gems/httpclient-2.8.0/bin/httpclient +0 -75
- data/vendor/bundle/ruby/2.3.0/gems/httpclient-2.8.0/lib/httpclient/http.rb +0 -1079
- data/vendor/bundle/ruby/2.3.0/gems/httpclient-2.8.0/lib/httpclient/jruby_ssl_socket.rb +0 -527
- data/vendor/bundle/ruby/2.3.0/gems/httpclient-2.8.0/lib/httpclient/session.rb +0 -941
- data/vendor/bundle/ruby/2.3.0/gems/httpclient-2.8.0/lib/httpclient/ssl_config.rb +0 -457
- data/vendor/bundle/ruby/2.3.0/gems/httpclient-2.8.0/lib/httpclient/ssl_socket.rb +0 -148
- data/vendor/bundle/ruby/2.3.0/gems/httpclient-2.8.0/lib/httpclient/version.rb +0 -3
- data/vendor/bundle/ruby/2.3.0/gems/httpclient-2.8.0/lib/httpclient/webagent-cookie.rb +0 -459
- data/vendor/bundle/ruby/2.3.0/gems/httpclient-2.8.0/lib/httpclient.rb +0 -1322
- data/vendor/bundle/ruby/2.3.0/gems/httpclient-2.8.0/lib/oauthclient.rb +0 -110
- data/vendor/bundle/ruby/2.3.0/gems/httpclient-2.8.0/test/test_auth.rb +0 -493
- data/vendor/bundle/ruby/2.3.0/gems/httpclient-2.8.0/test/test_http-access2.rb +0 -506
- data/vendor/bundle/ruby/2.3.0/gems/httpclient-2.8.0/test/test_httpclient.rb +0 -2069
- data/vendor/bundle/ruby/2.3.0/gems/httpclient-2.8.0/test/test_ssl.rb +0 -340
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/README.md +0 -293
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/adapter/base.rb +0 -137
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/adapter/bsd.rb +0 -106
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/adapter/config.rb +0 -26
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/adapter/darwin.rb +0 -88
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/adapter/linux.rb +0 -108
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/adapter/polling.rb +0 -37
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/adapter/windows.rb +0 -99
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/adapter.rb +0 -43
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/backend.rb +0 -43
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/change.rb +0 -78
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/directory.rb +0 -87
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/event/config.rb +0 -59
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/event/queue.rb +0 -58
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/file.rb +0 -80
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/fsm.rb +0 -131
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/listener/config.rb +0 -45
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/listener.rb +0 -132
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/queue_optimizer.rb +0 -132
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/record/entry.rb +0 -62
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/record/symlink_detector.rb +0 -39
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/record.rb +0 -120
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/silencer.rb +0 -97
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen/version.rb +0 -3
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.0.8/lib/listen.rb +0 -55
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.1.5/CHANGELOG.md +0 -1
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.1.5/CONTRIBUTING.md +0 -38
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.1.5/LICENSE.txt +0 -22
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.1.5/bin/listen +0 -12
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.1.5/lib/listen/cli.rb +0 -65
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.1.5/lib/listen/event/loop.rb +0 -117
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.1.5/lib/listen/event/processor.rb +0 -122
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.1.5/lib/listen/internals/thread_pool.rb +0 -29
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.1.5/lib/listen/logger.rb +0 -32
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.1.5/lib/listen/options.rb +0 -23
- data/vendor/bundle/ruby/2.3.0/gems/listen-3.1.5/lib/listen/silencer/controller.rb +0 -48
- data/vendor/bundle/ruby/2.3.0/gems/mime-types-2.99.2/History-Types.rdoc +0 -421
- data/vendor/bundle/ruby/2.3.0/gems/mime-types-2.99.2/History.rdoc +0 -578
- data/vendor/bundle/ruby/2.3.0/gems/mime-types-2.99.2/Rakefile +0 -200
- data/vendor/bundle/ruby/2.3.0/gems/mime-types-2.99.2/data/mime-types.json +0 -1
- data/vendor/bundle/ruby/2.3.0/gems/mime-types-2.99.2/data/mime.content_type.column +0 -1964
- data/vendor/bundle/ruby/2.3.0/gems/mime-types-2.99.2/data/mime.docs.column +0 -1964
- data/vendor/bundle/ruby/2.3.0/gems/mime-types-2.99.2/data/mime.encoding.column +0 -1964
- data/vendor/bundle/ruby/2.3.0/gems/mime-types-2.99.2/data/mime.friendly.column +0 -1964
- data/vendor/bundle/ruby/2.3.0/gems/mime-types-2.99.2/data/mime.obsolete.column +0 -1964
- data/vendor/bundle/ruby/2.3.0/gems/mime-types-2.99.2/data/mime.registered.column +0 -1964
- data/vendor/bundle/ruby/2.3.0/gems/mime-types-2.99.2/data/mime.signature.column +0 -1964
- data/vendor/bundle/ruby/2.3.0/gems/mime-types-2.99.2/data/mime.use_instead.column +0 -1964
- data/vendor/bundle/ruby/2.3.0/gems/mime-types-2.99.2/data/mime.xrefs.column +0 -1964
- data/vendor/bundle/ruby/2.3.0/gems/mime-types-2.99.2/lib/mime/type.rb +0 -798
- data/vendor/bundle/ruby/2.3.0/gems/mime-types-2.99.2/support/iana_registry.rb +0 -168
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.0.0/.gitignore +0 -3
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.0.0/.travis.yml +0 -11
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.0.0/CHANGELOG.md +0 -169
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.0.0/LICENSE.txt +0 -20
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.0.0/examples/.gitignore +0 -2
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.0.0/examples/Rakefile +0 -127
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.0.0/examples/libiconv-patches/1-avoid-gets-error.patch +0 -16
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.0.0/lib/mini_portile2/mini_portile.rb +0 -500
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.0.0/lib/mini_portile2/version.rb +0 -3
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.0.0/mini_portile2.gemspec +0 -30
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.0.0/test/assets/patch 1.diff +0 -7
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.0.0/test/helper.rb +0 -49
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.0.0/test/test_cook.rb +0 -68
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.0.0/test/test_digest.rb +0 -72
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.1.0/Gemfile +0 -4
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.1.0/README.md +0 -199
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.1.0/Rakefile +0 -25
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.1.0/appveyor.yml +0 -24
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.1.0/lib/mini_portile2.rb +0 -2
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.1.0/test/assets/test mini portile-1.0.0/configure +0 -11
- data/vendor/bundle/ruby/2.3.0/gems/mini_portile2-2.1.0/test/test_proxy.rb +0 -121
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/.cross_rubies +0 -7
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/.travis.yml +0 -41
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/CHANGELOG.ja.rdoc +0 -1057
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/CHANGELOG.rdoc +0 -1079
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/Gemfile +0 -22
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/LICENSE.txt +0 -31
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/Manifest.txt +0 -359
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/README.md +0 -170
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ROADMAP.md +0 -101
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/Rakefile +0 -357
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/bin/nokogiri +0 -118
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/build_all +0 -45
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/dependencies.yml +0 -4
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/Makefile +0 -622
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/extconf.rb +0 -604
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/html_document.c +0 -170
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/html_document.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/html_element_description.c +0 -279
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/html_element_description.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/html_entity_lookup.c +0 -32
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/html_entity_lookup.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/html_sax_parser_context.c +0 -116
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/html_sax_parser_context.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/html_sax_push_parser.c +0 -87
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/html_sax_push_parser.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/nokogiri.c +0 -152
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/nokogiri.h +0 -164
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/nokogiri.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_attr.c +0 -94
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_attr.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_attribute_decl.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_cdata.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_comment.c +0 -69
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_comment.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_document.c +0 -608
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_document.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_document_fragment.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_dtd.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_element_content.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_element_decl.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_encoding_handler.c +0 -79
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_encoding_handler.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_entity_decl.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_entity_reference.c +0 -52
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_entity_reference.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_io.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_libxml2_hacks.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_namespace.c +0 -78
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_namespace.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_node.c +0 -1673
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_node.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_node_set.c +0 -467
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_node_set.h +0 -14
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_node_set.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_processing_instruction.c +0 -56
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_processing_instruction.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_reader.c +0 -681
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_reader.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_relax_ng.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_sax_parser.c +0 -312
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_sax_parser.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_sax_parser_context.c +0 -262
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_sax_parser_context.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_sax_push_parser.c +0 -115
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_sax_push_parser.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_schema.c +0 -205
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_schema.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_syntax_error.c +0 -68
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_syntax_error.h +0 -14
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_syntax_error.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_text.c +0 -52
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_text.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_xpath_context.c +0 -307
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xml_xpath_context.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xslt_stylesheet.c +0 -270
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/ext/nokogiri/xslt_stylesheet.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/lib/nokogiri/css/parser.rb +0 -726
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/lib/nokogiri/css/parser.y +0 -256
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/lib/nokogiri/html/document.rb +0 -333
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/lib/nokogiri/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/lib/nokogiri/version.rb +0 -108
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/lib/nokogiri/xml/document.rb +0 -279
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/lib/nokogiri/xml/dtd.rb +0 -32
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/lib/nokogiri/xml/node.rb +0 -838
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/lib/nokogiri/xml/node_set.rb +0 -311
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/lib/nokogiri/xml/parse_options.rb +0 -98
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/lib/nokogiri.rb +0 -137
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0001-Revert-Missing-initialization-for-the-catalog-module.patch +0 -29
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0002-Fix-missing-entities-after-CVE-2014-3660-fix.patch +0 -31
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0003-Stop-parsing-on-entities-boundaries-errors.patch +0 -32
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0004-Cleanup-conditional-section-error-handling.patch +0 -49
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0005-CVE-2015-1819-Enforce-the-reader-to-run-in-constant-.patch +0 -177
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0006-Another-variation-of-overflow-in-Conditional-section.patch +0 -32
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0007-Fix-an-error-in-previous-Conditional-section-patch.patch +0 -28
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0008-CVE-2015-8035-Fix-XZ-compression-support-loop.patch +0 -31
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0009-Updated-config.guess.patch +0 -397
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0010-Fix-parsering-short-unclosed-comment-uninitialized-access.patch +0 -64
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0011-Avoid-extra-processing-of-MarkupDecl-when-EOF.patch +0 -35
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0012-Avoid-processing-entities-after-encoding-conversion-.patch +0 -83
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0013-CVE-2015-7497-Avoid-an-heap-buffer-overflow-in-xmlDi.patch +0 -33
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0014-CVE-2015-5312-Another-entity-expansion-issue.patch +0 -32
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0015-Add-xmlHaltParser-to-stop-the-parser.patch +0 -81
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0016-Detect-incoherency-on-GROW.patch +0 -36
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0017-CVE-2015-7500-Fix-memory-access-error-due-to-incorre.patch +0 -105
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0018-CVE-2015-8242-Buffer-overead-with-HTML-parser-in-pus.patch +0 -43
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0019-Do-not-print-error-context-when-there-is-none.patch +0 -28
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0020-xmlStopParser-reset-errNo.patch +0 -41
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxml2/0021-Reuse-xmlHaltParser-where-it-makes-sense.patch +0 -175
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxslt/0001-Adding-doc-update-related-to-1.1.28.patch +0 -222
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxslt/0002-Fix-a-couple-of-places-where-f-printf-parameters-wer.patch +0 -53
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxslt/0003-Initialize-pseudo-random-number-generator-with-curre.patch +0 -60
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxslt/0004-EXSLT-function-str-replace-is-broken-as-is.patch +0 -42
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxslt/0006-Fix-str-padding-to-work-with-UTF-8-strings.patch +0 -164
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxslt/0007-Separate-function-for-predicate-matching-in-patterns.patch +0 -587
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxslt/0008-Fix-direct-pattern-matching.patch +0 -80
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxslt/0009-Fix-certain-patterns-with-predicates.patch +0 -185
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxslt/0010-Fix-handling-of-UTF-8-strings-in-EXSLT-crypto-module.patch +0 -126
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxslt/0013-Memory-leak-in-xsltCompileIdKeyPattern-error-path.patch +0 -25
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxslt/0014-Fix-for-bug-436589.patch +0 -43
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxslt/0015-Fix-mkdir-for-mingw.patch +0 -41
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxslt/0016-Fix-for-type-confusion-in-preprocessing-attributes.patch +0 -29
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/patches/libxslt/0017-Updated-config.guess.patch +0 -1226
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/tasks/test.rb +0 -95
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/css/test_parser.rb +0 -363
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/files/tlm.html +0 -850
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/helper.rb +0 -177
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/html/sax/test_parser.rb +0 -141
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/html/test_document.rb +0 -665
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/html/test_document_encoding.rb +0 -148
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/html/test_document_fragment.rb +0 -297
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/html/test_node.rb +0 -196
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/html/test_node_encoding.rb +0 -27
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/namespaces/test_namespaces_in_parsed_doc.rb +0 -66
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/test_css_cache.rb +0 -45
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/test_encoding_handler.rb +0 -46
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/test_reader.rb +0 -558
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/test_xslt_transforms.rb +0 -279
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/xml/sax/test_parser.rb +0 -393
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/xml/test_document.rb +0 -977
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/xml/test_document_encoding.rb +0 -28
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/xml/test_document_fragment.rb +0 -259
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/xml/test_dtd_encoding.rb +0 -33
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/xml/test_namespace.rb +0 -96
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/xml/test_node.rb +0 -1233
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/xml/test_node_attributes.rb +0 -109
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/xml/test_node_encoding.rb +0 -107
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/xml/test_node_reparenting.rb +0 -374
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/xml/test_node_set.rb +0 -775
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/xml/test_reader_encoding.rb +0 -136
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/xml/test_unparented_node.rb +0 -427
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test/xslt/test_exception_handling.rb +0 -37
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.7.2/test_all +0 -93
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/.autotest +0 -26
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/.editorconfig +0 -17
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/CHANGELOG.rdoc +0 -1147
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/C_CODING_STYLE.rdoc +0 -33
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/Gemfile +0 -23
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/Rakefile +0 -376
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/STANDARD_RESPONSES.md +0 -47
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/Y_U_NO_GEMSPEC.md +0 -155
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/appveyor.yml +0 -22
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/build_all +0 -45
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/.RUBYARCHDIR.-.nokogiri.time +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/Makefile +0 -622
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/depend +0 -358
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/extconf.rb +0 -688
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/html_document.h +0 -10
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/html_document.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/html_element_description.h +0 -10
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/html_element_description.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/html_entity_lookup.h +0 -8
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/html_entity_lookup.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/html_sax_parser_context.h +0 -11
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/html_sax_parser_context.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/html_sax_push_parser.h +0 -9
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/html_sax_push_parser.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/nokogiri.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_attr.h +0 -9
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_attr.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_attribute_decl.c +0 -70
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_attribute_decl.h +0 -9
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_attribute_decl.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_cdata.c +0 -56
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_cdata.h +0 -9
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_cdata.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_comment.h +0 -9
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_comment.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_document.h +0 -23
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_document.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_document_fragment.c +0 -48
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_document_fragment.h +0 -10
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_document_fragment.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_dtd.c +0 -202
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_dtd.h +0 -10
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_dtd.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_content.c +0 -123
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_content.h +0 -10
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_content.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_decl.c +0 -69
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_decl.h +0 -9
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_decl.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_encoding_handler.h +0 -8
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_encoding_handler.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_entity_decl.c +0 -110
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_entity_decl.h +0 -10
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_entity_decl.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_entity_reference.h +0 -9
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_entity_reference.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_io.c +0 -60
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_io.h +0 -11
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_io.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_libxml2_hacks.c +0 -112
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_libxml2_hacks.h +0 -12
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_libxml2_hacks.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_namespace.h +0 -13
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_namespace.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_node.h +0 -13
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_node.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_node_set.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_processing_instruction.h +0 -9
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_processing_instruction.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_reader.h +0 -10
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_reader.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_relax_ng.c +0 -161
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_relax_ng.h +0 -9
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_relax_ng.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_parser.h +0 -39
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_parser.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_parser_context.h +0 -10
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_parser_context.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_push_parser.h +0 -9
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_push_parser.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_schema.h +0 -9
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_schema.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_syntax_error.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_text.h +0 -9
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_text.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_xpath_context.h +0 -10
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xml_xpath_context.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xslt_stylesheet.h +0 -14
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/ext/nokogiri/xslt_stylesheet.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/css/node.rb +0 -52
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/css/parser_extras.rb +0 -91
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/css/syntax_error.rb +0 -7
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/css/tokenizer.rb +0 -152
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/css/tokenizer.rex +0 -55
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/css/xpath_visitor.rb +0 -223
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/css.rb +0 -27
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/decorators/slop.rb +0 -42
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/html/builder.rb +0 -35
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/html/document_fragment.rb +0 -39
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/html/element_description.rb +0 -23
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/html/element_description_defaults.rb +0 -671
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/html/entity_lookup.rb +0 -13
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/html/sax/parser.rb +0 -52
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/html/sax/parser_context.rb +0 -16
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/html/sax/push_parser.rb +0 -36
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/html.rb +0 -37
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/syntax_error.rb +0 -4
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/version.rb +0 -108
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/attr.rb +0 -14
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/attribute_decl.rb +0 -18
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/builder.rb +0 -443
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/cdata.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/character_data.rb +0 -7
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/document_fragment.rb +0 -149
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/element_content.rb +0 -36
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/element_decl.rb +0 -13
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/entity_decl.rb +0 -19
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/namespace.rb +0 -13
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/node/save_options.rb +0 -61
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/notation.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/pp/character_data.rb +0 -18
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/pp/node.rb +0 -56
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/pp.rb +0 -2
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/processing_instruction.rb +0 -8
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/reader.rb +0 -112
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/relax_ng.rb +0 -32
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/sax/document.rb +0 -171
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/sax/parser.rb +0 -123
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/sax/parser_context.rb +0 -16
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/sax/push_parser.rb +0 -60
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/sax.rb +0 -4
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/schema.rb +0 -63
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/searchable.rb +0 -221
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/syntax_error.rb +0 -47
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/text.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/xpath/syntax_error.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/xpath.rb +0 -10
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml/xpath_context.rb +0 -16
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xml.rb +0 -74
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xslt/stylesheet.rb +0 -25
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/nokogiri/xslt.rb +0 -56
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/lib/xsd/xmlparser/nokogiri.rb +0 -102
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/patches/sort-patches-by-date +0 -25
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/suppressions/README.txt +0 -1
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/suppressions/nokogiri_ree-1.8.7.358.supp +0 -61
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/suppressions/nokogiri_ruby-1.8.7.370.supp +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/suppressions/nokogiri_ruby-1.9.2.320.supp +0 -28
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/suppressions/nokogiri_ruby-1.9.3.327.supp +0 -28
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/css/test_nthiness.rb +0 -226
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/css/test_tokenizer.rb +0 -215
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/css/test_xpath_visitor.rb +0 -96
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/decorators/test_slop.rb +0 -20
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/2ch.html +0 -108
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/address_book.rlx +0 -12
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/address_book.xml +0 -10
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/atom.xml +0 -344
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/bar/bar.xsd +0 -4
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/bogus.xml +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/dont_hurt_em_why.xml +0 -422
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/encoding.html +0 -82
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/encoding.xhtml +0 -84
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/exslt.xml +0 -8
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/exslt.xslt +0 -35
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/foo/foo.xsd +0 -4
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/metacharset.html +0 -10
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/noencoding.html +0 -47
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/po.xml +0 -32
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/po.xsd +0 -66
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/saml/saml20assertion_schema.xsd +0 -283
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/saml/saml20protocol_schema.xsd +0 -302
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/saml/xenc_schema.xsd +0 -146
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/saml/xmldsig_schema.xsd +0 -318
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/shift_jis.html +0 -10
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/shift_jis.xml +0 -5
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/shift_jis_no_charset.html +0 -9
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/slow-xpath.xml +0 -25509
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/snuggles.xml +0 -3
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/staff.dtd +0 -10
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/staff.xml +0 -59
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/staff.xslt +0 -32
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/test_document_url/bar.xml +0 -2
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/test_document_url/document.dtd +0 -4
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/test_document_url/document.xml +0 -6
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/to_be_xincluded.xml +0 -2
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/valid_bar.xml +0 -2
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/files/xinclude.xml +0 -4
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/html/sax/test_parser_context.rb +0 -46
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/html/sax/test_push_parser.rb +0 -87
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/html/test_builder.rb +0 -164
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/html/test_element_description.rb +0 -105
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/html/test_named_characters.rb +0 -14
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/namespaces/test_additional_namespaces_in_builder_doc.rb +0 -14
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/namespaces/test_namespaces_aliased_default.rb +0 -24
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/namespaces/test_namespaces_in_builder_doc.rb +0 -75
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/namespaces/test_namespaces_in_cloned_doc.rb +0 -31
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/namespaces/test_namespaces_in_created_doc.rb +0 -75
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/namespaces/test_namespaces_preservation.rb +0 -31
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/test_convert_xpath.rb +0 -135
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/test_memory_leak.rb +0 -156
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/test_nokogiri.rb +0 -138
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/test_soap4r_sax.rb +0 -52
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/node/test_save_options.rb +0 -28
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/node/test_subclass.rb +0 -44
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/sax/test_parser_context.rb +0 -115
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/sax/test_push_parser.rb +0 -157
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_attr.rb +0 -67
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_attribute_decl.rb +0 -86
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_builder.rb +0 -341
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_c14n.rb +0 -180
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_cdata.rb +0 -48
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_comment.rb +0 -40
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_dtd.rb +0 -187
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_element_content.rb +0 -56
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_element_decl.rb +0 -73
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_entity_decl.rb +0 -122
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_entity_reference.rb +0 -251
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_node_inheritance.rb +0 -32
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_parse_options.rb +0 -64
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_processing_instruction.rb +0 -30
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_relax_ng.rb +0 -60
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_schema.rb +0 -142
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_syntax_error.rb +0 -30
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_text.rb +0 -60
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_xinclude.rb +0 -83
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xml/test_xpath.rb +0 -445
- data/vendor/bundle/ruby/2.3.0/gems/nokogiri-1.6.8/test/xslt/test_custom_functions.rb +0 -133
- data/vendor/bundle/ruby/2.3.0/gems/pkg-config-1.1.7/Gemfile +0 -20
- data/vendor/bundle/ruby/2.3.0/gems/pkg-config-1.1.7/LGPL-2.1 +0 -502
- data/vendor/bundle/ruby/2.3.0/gems/pkg-config-1.1.7/NEWS +0 -118
- data/vendor/bundle/ruby/2.3.0/gems/pkg-config-1.1.7/README.rdoc +0 -62
- data/vendor/bundle/ruby/2.3.0/gems/pkg-config-1.1.7/Rakefile +0 -37
- data/vendor/bundle/ruby/2.3.0/gems/pkg-config-1.1.7/lib/pkg-config/version.rb +0 -19
- data/vendor/bundle/ruby/2.3.0/gems/pkg-config-1.1.7/lib/pkg-config.rb +0 -450
- data/vendor/bundle/ruby/2.3.0/gems/pkg-config-1.1.7/test/run-test.rb +0 -16
- data/vendor/bundle/ruby/2.3.0/gems/pkg-config-1.1.7/test/test_pkg_config.rb +0 -141
- data/vendor/bundle/ruby/2.3.0/gems/rake-11.2.2/History.rdoc +0 -2228
- data/vendor/bundle/ruby/2.3.0/gems/rake-11.2.2/Rakefile +0 -29
- data/vendor/bundle/ruby/2.3.0/gems/rake-11.2.2/appveyor.yml +0 -24
- data/vendor/bundle/ruby/2.3.0/gems/rake-11.2.2/lib/rake/application.rb +0 -784
- data/vendor/bundle/ruby/2.3.0/gems/rake-11.2.2/lib/rake/ext/fixnum.rb +0 -18
- data/vendor/bundle/ruby/2.3.0/gems/rake-11.2.2/lib/rake/version.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/gems/rake-11.2.2/lib/rake.rb +0 -71
- data/vendor/bundle/ruby/2.3.0/gems/rake-11.2.2/rake.gemspec +0 -30
- data/vendor/bundle/ruby/2.3.0/gems/rb-fsevent-0.9.7/ext/fsevent_watch/TSICTString.c +0 -394
- data/vendor/bundle/ruby/2.3.0/gems/rb-fsevent-0.9.7/ext/fsevent_watch/main.c +0 -507
- data/vendor/bundle/ruby/2.3.0/gems/rb-fsevent-0.9.7/lib/rb-fsevent/version.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/.gitignore +0 -7
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/.rspec +0 -1
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/.travis.yml +0 -14
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/AUTHORS +0 -81
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/README.rdoc +0 -324
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/Rakefile +0 -116
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/bin/restclient +0 -94
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/history.md +0 -196
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/lib/restclient/abstract_response.rb +0 -135
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/lib/restclient/exceptions.rb +0 -203
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/lib/restclient/payload.rb +0 -238
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/lib/restclient/platform.rb +0 -30
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/lib/restclient/raw_response.rb +0 -35
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/lib/restclient/request.rb +0 -621
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/lib/restclient/resource.rb +0 -168
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/lib/restclient/response.rb +0 -21
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/lib/restclient/version.rb +0 -7
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/lib/restclient.rb +0 -165
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/rest-client.gemspec +0 -30
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/spec/integration/integration_spec.rb +0 -35
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/spec/integration/request_spec.rb +0 -104
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/spec/spec_helper.rb +0 -2
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/spec/unit/abstract_response_spec.rb +0 -88
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/spec/unit/exceptions_spec.rb +0 -95
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/spec/unit/payload_spec.rb +0 -245
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/spec/unit/raw_response_spec.rb +0 -18
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/spec/unit/request2_spec.rb +0 -32
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/spec/unit/request_spec.rb +0 -917
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/spec/unit/resource_spec.rb +0 -130
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/spec/unit/response_spec.rb +0 -175
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/spec/unit/restclient_spec.rb +0 -79
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-1.8.0/spec/unit/windows/root_certs_spec.rb +0 -22
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/Gemfile +0 -11
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/LICENSE +0 -21
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/lib/rest-client.rb +0 -2
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/lib/rest_client.rb +0 -2
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/lib/restclient/windows/root_certs.rb +0 -105
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/lib/restclient/windows.rb +0 -8
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/rest-client.windows.gemspec +0 -19
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/spec/integration/capath_digicert/244b5494.0 +0 -19
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/spec/integration/capath_digicert/81b9768f.0 +0 -19
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/spec/integration/capath_digicert/README +0 -8
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/spec/integration/capath_digicert/digicert.crt +0 -19
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/spec/integration/capath_verisign/415660c1.0 +0 -14
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/spec/integration/capath_verisign/7651b327.0 +0 -14
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/spec/integration/capath_verisign/README +0 -8
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/spec/integration/capath_verisign/verisign.crt +0 -14
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/spec/integration/certs/digicert.crt +0 -19
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/spec/integration/certs/verisign.crt +0 -14
- data/vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/spec/unit/master_shake.jpg +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/ruby_dep-1.4.0/.travis.yml +0 -11
- data/vendor/bundle/ruby/2.3.0/gems/ruby_dep-1.4.0/README.md +0 -151
- data/vendor/bundle/ruby/2.3.0/gems/ruby_dep-1.4.0/lib/ruby_dep/logger.rb +0 -16
- data/vendor/bundle/ruby/2.3.0/gems/ruby_dep-1.4.0/lib/ruby_dep/quiet.rb +0 -3
- data/vendor/bundle/ruby/2.3.0/gems/ruby_dep-1.4.0/lib/ruby_dep/ruby_version.rb +0 -58
- data/vendor/bundle/ruby/2.3.0/gems/ruby_dep-1.4.0/lib/ruby_dep/travis/ruby_version.rb +0 -59
- data/vendor/bundle/ruby/2.3.0/gems/ruby_dep-1.4.0/lib/ruby_dep/version.rb +0 -3
- data/vendor/bundle/ruby/2.3.0/gems/ruby_dep-1.4.0/lib/ruby_dep/warning.rb +0 -97
- data/vendor/bundle/ruby/2.3.0/gems/rubyntlm-0.6.0/.travis.yml +0 -10
- data/vendor/bundle/ruby/2.3.0/gems/rubyntlm-0.6.0/lib/net/ntlm/encode_util.rb +0 -49
- data/vendor/bundle/ruby/2.3.0/gems/rubyntlm-0.6.0/lib/net/ntlm/version.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/gems/rubyntlm-0.6.0/spec/lib/net/ntlm/encode_util_spec.rb +0 -16
- data/vendor/bundle/ruby/2.3.0/gems/unf-0.1.4/.travis.yml +0 -17
- data/vendor/bundle/ruby/2.3.0/gems/unf_ext-0.0.7.2/ext/unf_ext/.RUBYARCHDIR.time +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/unf_ext-0.0.7.2/ext/unf_ext/Makefile +0 -260
- data/vendor/bundle/ruby/2.3.0/gems/unf_ext-0.0.7.2/ext/unf_ext/unf.o +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/unf_ext-0.0.7.2/ext/unf_ext/unf_ext.so +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/unf_ext-0.0.7.2/lib/unf_ext.so +0 -0
- data/vendor/bundle/ruby/2.3.0/gems/wdm-0.1.1/ext/wdm/Makefile +0 -148
- data/vendor/bundle/ruby/2.3.0/gems/webmock-1.24.6/.gemtest +0 -0
- data/vendor/bundle/ruby/2.3.0/specifications/addressable-2.4.0.gemspec +0 -36
- data/vendor/bundle/ruby/2.3.0/specifications/builder-3.2.2.gemspec +0 -23
- data/vendor/bundle/ruby/2.3.0/specifications/childprocess-0.5.9.gemspec +0 -45
- data/vendor/bundle/ruby/2.3.0/specifications/crack-0.4.3.gemspec +0 -32
- data/vendor/bundle/ruby/2.3.0/specifications/diff-lcs-1.2.5.gemspec +0 -68
- data/vendor/bundle/ruby/2.3.0/specifications/domain_name-0.5.20160615.gemspec +0 -49
- data/vendor/bundle/ruby/2.3.0/specifications/erubis-2.7.0.gemspec +0 -22
- data/vendor/bundle/ruby/2.3.0/specifications/fake_ftp-0.1.1.gemspec +0 -20
- data/vendor/bundle/ruby/2.3.0/specifications/ffi-1.9.12.gemspec +0 -49
- data/vendor/bundle/ruby/2.3.0/specifications/gssapi-1.2.0.gemspec +0 -36
- data/vendor/bundle/ruby/2.3.0/specifications/gyoku-1.3.1.gemspec +0 -40
- data/vendor/bundle/ruby/2.3.0/specifications/hashdiff-0.3.0.gemspec +0 -39
- data/vendor/bundle/ruby/2.3.0/specifications/hashicorp-checkpoint-0.1.4.gemspec +0 -41
- data/vendor/bundle/ruby/2.3.0/specifications/http-cookie-1.0.2.gemspec +0 -52
- data/vendor/bundle/ruby/2.3.0/specifications/httpclient-2.8.0.gemspec +0 -21
- data/vendor/bundle/ruby/2.3.0/specifications/i18n-0.7.0.gemspec +0 -22
- data/vendor/bundle/ruby/2.3.0/specifications/listen-3.0.8.gemspec +0 -41
- data/vendor/bundle/ruby/2.3.0/specifications/listen-3.1.5.gemspec +0 -44
- data/vendor/bundle/ruby/2.3.0/specifications/little-plugger-1.1.4.gemspec +0 -35
- data/vendor/bundle/ruby/2.3.0/specifications/log4r-1.1.10.gemspec +0 -34
- data/vendor/bundle/ruby/2.3.0/specifications/logging-2.1.0.gemspec +0 -47
- data/vendor/bundle/ruby/2.3.0/specifications/mime-types-2.99.2.gemspec +0 -78
- data/vendor/bundle/ruby/2.3.0/specifications/mini_portile2-2.0.0.gemspec +0 -42
- data/vendor/bundle/ruby/2.3.0/specifications/mini_portile2-2.1.0.gemspec +0 -45
- data/vendor/bundle/ruby/2.3.0/specifications/multi_json-1.12.1.gemspec +0 -33
- data/vendor/bundle/ruby/2.3.0/specifications/net-scp-1.2.1.gemspec +0 -42
- data/vendor/bundle/ruby/2.3.0/specifications/net-sftp-2.1.2.gemspec +0 -42
- data/vendor/bundle/ruby/2.3.0/specifications/net-ssh-3.0.2.gemspec +0 -40
- data/vendor/bundle/ruby/2.3.0/specifications/netrc-0.11.0.gemspec +0 -32
- data/vendor/bundle/ruby/2.3.0/specifications/nokogiri-1.6.7.2.gemspec +0 -75
- data/vendor/bundle/ruby/2.3.0/specifications/nokogiri-1.6.8.gemspec +0 -78
- data/vendor/bundle/ruby/2.3.0/specifications/nori-2.6.0.gemspec +0 -40
- data/vendor/bundle/ruby/2.3.0/specifications/pkg-config-1.1.7.gemspec +0 -39
- data/vendor/bundle/ruby/2.3.0/specifications/rake-11.2.2.gemspec +0 -43
- data/vendor/bundle/ruby/2.3.0/specifications/rb-fsevent-0.9.7.gemspec +0 -38
- data/vendor/bundle/ruby/2.3.0/specifications/rb-inotify-0.9.7.gemspec +0 -36
- data/vendor/bundle/ruby/2.3.0/specifications/rb-kqueue-0.2.4.gemspec +0 -38
- data/vendor/bundle/ruby/2.3.0/specifications/rest-client-1.8.0.gemspec +0 -57
- data/vendor/bundle/ruby/2.3.0/specifications/rest-client-2.0.0.gemspec +0 -60
- data/vendor/bundle/ruby/2.3.0/specifications/rspec-2.14.1.gemspec +0 -42
- data/vendor/bundle/ruby/2.3.0/specifications/rspec-core-2.14.8.gemspec +0 -61
- data/vendor/bundle/ruby/2.3.0/specifications/rspec-expectations-2.14.5.gemspec +0 -43
- data/vendor/bundle/ruby/2.3.0/specifications/rspec-mocks-2.14.6.gemspec +0 -40
- data/vendor/bundle/ruby/2.3.0/specifications/ruby_dep-1.4.0.gemspec +0 -34
- data/vendor/bundle/ruby/2.3.0/specifications/rubyntlm-0.6.0.gemspec +0 -42
- data/vendor/bundle/ruby/2.3.0/specifications/rubyzip-1.2.0.gemspec +0 -41
- data/vendor/bundle/ruby/2.3.0/specifications/safe_yaml-1.0.4.gemspec +0 -23
- data/vendor/bundle/ruby/2.3.0/specifications/thor-0.18.1.gemspec +0 -34
- data/vendor/bundle/ruby/2.3.0/specifications/unf-0.1.4.gemspec +0 -46
- data/vendor/bundle/ruby/2.3.0/specifications/unf_ext-0.0.7.2.gemspec +0 -48
- data/vendor/bundle/ruby/2.3.0/specifications/wdm-0.1.1.gemspec +0 -47
- data/vendor/bundle/ruby/2.3.0/specifications/webmock-1.24.6.gemspec +0 -75
- data/vendor/bundle/ruby/2.3.0/specifications/winrm-1.8.1.gemspec +0 -67
- data/vendor/bundle/ruby/2.3.0/specifications/winrm-fs-0.3.2.gemspec +0 -57
@@ -1,1964 +0,0 @@
|
|
1
|
-
application/1d-interleaved-parityfec
|
2
|
-
application/3gpdash-qoe-report+xml
|
3
|
-
application/3gpp-ims+xml
|
4
|
-
application/A2L
|
5
|
-
application/acad
|
6
|
-
application/access mdf mda mdb mde
|
7
|
-
application/activemessage
|
8
|
-
application/alto-costmap+json
|
9
|
-
application/alto-costmapfilter+json
|
10
|
-
application/alto-directory+json
|
11
|
-
application/alto-endpointcost+json
|
12
|
-
application/alto-endpointcostparams+json
|
13
|
-
application/alto-endpointprop+json
|
14
|
-
application/alto-endpointpropparams+json
|
15
|
-
application/alto-error+json
|
16
|
-
application/alto-networkmap+json
|
17
|
-
application/alto-networkmapfilter+json
|
18
|
-
application/AML
|
19
|
-
application/andrew-inset ez
|
20
|
-
application/appledouble
|
21
|
-
application/applefile
|
22
|
-
application/applixware aw
|
23
|
-
application/ATF
|
24
|
-
application/ATFX
|
25
|
-
application/atom+xml atom
|
26
|
-
application/atomcat+xml atomcat
|
27
|
-
application/atomdeleted+xml
|
28
|
-
application/atomicmail
|
29
|
-
application/atomsvc+xml atomsvc
|
30
|
-
application/ATXML
|
31
|
-
application/auth-policy+xml
|
32
|
-
application/bacnet-xdd+zip
|
33
|
-
application/batch-SMTP
|
34
|
-
application/beep+xml
|
35
|
-
application/bleeper bleep
|
36
|
-
application/calendar+json
|
37
|
-
application/calendar+xml
|
38
|
-
application/call-completion
|
39
|
-
application/cals-1840
|
40
|
-
application/cals1840
|
41
|
-
application/cbor
|
42
|
-
application/ccmp+xml
|
43
|
-
application/ccxml+xml ccxml
|
44
|
-
application/CDFX+XML
|
45
|
-
application/cdmi-capability cdmia
|
46
|
-
application/cdmi-container cdmic
|
47
|
-
application/cdmi-domain cdmid
|
48
|
-
application/cdmi-object cdmio
|
49
|
-
application/cdmi-queue cdmiq
|
50
|
-
application/cdni
|
51
|
-
application/CEA
|
52
|
-
application/cea-2018+xml
|
53
|
-
application/cellml+xml
|
54
|
-
application/cfw
|
55
|
-
application/clariscad
|
56
|
-
application/cms
|
57
|
-
application/cnrp+xml
|
58
|
-
application/coap-group+json
|
59
|
-
application/commonground
|
60
|
-
application/conference-info+xml
|
61
|
-
application/cpl+xml
|
62
|
-
application/csrattrs
|
63
|
-
application/csta+xml
|
64
|
-
application/CSTAdata+xml
|
65
|
-
application/csvm+json
|
66
|
-
application/cu-seeme cu
|
67
|
-
application/cybercash
|
68
|
-
application/dash+xml
|
69
|
-
application/dashdelta
|
70
|
-
application/davmount+xml davmount
|
71
|
-
application/dca-rft
|
72
|
-
application/DCD
|
73
|
-
application/dec-dx
|
74
|
-
application/dialog-info+xml
|
75
|
-
application/dicom dcm
|
76
|
-
application/DII
|
77
|
-
application/DIT
|
78
|
-
application/dns
|
79
|
-
application/docbook+xml dbk
|
80
|
-
application/drafting
|
81
|
-
application/dskpp+xml
|
82
|
-
application/dssc+der dssc
|
83
|
-
application/dssc+xml xdssc
|
84
|
-
application/dvcs
|
85
|
-
application/dxf
|
86
|
-
application/ecmascript ecma
|
87
|
-
application/EDI-consent
|
88
|
-
application/EDI-X12
|
89
|
-
application/EDIFACT
|
90
|
-
application/efi
|
91
|
-
application/EmergencyCallData.Comment+xml
|
92
|
-
application/EmergencyCallData.DeviceInfo+xml
|
93
|
-
application/EmergencyCallData.ProviderInfo+xml
|
94
|
-
application/EmergencyCallData.ServiceInfo+xml
|
95
|
-
application/EmergencyCallData.SubscriberInfo+xml
|
96
|
-
application/emma+xml emma
|
97
|
-
application/emotionml+xml
|
98
|
-
application/encaprtp
|
99
|
-
application/epp+xml
|
100
|
-
application/epub+zip epub
|
101
|
-
application/eshop
|
102
|
-
application/example
|
103
|
-
application/excel xls xlt
|
104
|
-
application/exi exi
|
105
|
-
application/fastinfoset
|
106
|
-
application/fastsoap
|
107
|
-
application/fdt+xml
|
108
|
-
application/fits
|
109
|
-
application/font-sfnt otf ttf
|
110
|
-
application/font-tdpfr pfr
|
111
|
-
application/font-woff woff woff2
|
112
|
-
application/fractals
|
113
|
-
application/framework-attributes+xml
|
114
|
-
application/futuresplash spl
|
115
|
-
application/ghostview
|
116
|
-
application/gml+xml gml
|
117
|
-
application/gpx+xml gpx
|
118
|
-
application/gxf gxf
|
119
|
-
application/gzip gz
|
120
|
-
application/H224
|
121
|
-
application/held+xml
|
122
|
-
application/hep hep
|
123
|
-
application/http
|
124
|
-
application/hyperstudio stk
|
125
|
-
application/i-deas
|
126
|
-
application/ibe-key-request+xml
|
127
|
-
application/ibe-pkg-reply+xml
|
128
|
-
application/ibe-pp-data
|
129
|
-
application/iges
|
130
|
-
application/im-iscomposing+xml
|
131
|
-
application/imagemap imagemap imap
|
132
|
-
application/index
|
133
|
-
application/index.cmd
|
134
|
-
application/index.obj
|
135
|
-
application/index.response
|
136
|
-
application/index.vnd
|
137
|
-
application/inkml+xml ink inkml
|
138
|
-
application/iotp
|
139
|
-
application/ipfix ipfix
|
140
|
-
application/ipp
|
141
|
-
application/isup
|
142
|
-
application/its+xml
|
143
|
-
application/java-archive jar
|
144
|
-
application/java-serialized-object ser
|
145
|
-
application/java-vm class
|
146
|
-
application/javascript js sj
|
147
|
-
application/jose
|
148
|
-
application/jose+json
|
149
|
-
application/jrd+json
|
150
|
-
application/json json
|
151
|
-
application/json-patch+json
|
152
|
-
application/json-seq
|
153
|
-
application/jsonml+json jsonml
|
154
|
-
application/jwk+json
|
155
|
-
application/jwk-set+json
|
156
|
-
application/jwt
|
157
|
-
application/kpml-request+xml
|
158
|
-
application/kpml-response+xml
|
159
|
-
application/ld+json
|
160
|
-
application/link-format
|
161
|
-
application/load-control+xml
|
162
|
-
application/lost+xml lostxml
|
163
|
-
application/lostsync+xml
|
164
|
-
application/lotus-123 wks
|
165
|
-
application/LXF
|
166
|
-
application/mac-binhex40 hqx
|
167
|
-
application/mac-compactpro cpt
|
168
|
-
application/macbinary
|
169
|
-
application/macwriteii
|
170
|
-
application/mads+xml mads
|
171
|
-
application/marc mrc
|
172
|
-
application/marcxml+xml mrcx
|
173
|
-
application/mathcad mcd
|
174
|
-
application/mathematica ma mb nb
|
175
|
-
application/mathematica-old
|
176
|
-
application/mathml+xml mathml
|
177
|
-
application/mathml-content+xml
|
178
|
-
application/mathml-presentation+xml
|
179
|
-
application/mbms-associated-procedure-description+xml
|
180
|
-
application/mbms-deregister+xml
|
181
|
-
application/mbms-envelope+xml
|
182
|
-
application/mbms-msk+xml
|
183
|
-
application/mbms-msk-response+xml
|
184
|
-
application/mbms-protection-description+xml
|
185
|
-
application/mbms-reception-report+xml
|
186
|
-
application/mbms-register+xml
|
187
|
-
application/mbms-register-response+xml
|
188
|
-
application/mbms-schedule+xml
|
189
|
-
application/mbms-user-service-description+xml
|
190
|
-
application/mbox mbox
|
191
|
-
application/media-policy-dataset+xml
|
192
|
-
application/media_control+xml
|
193
|
-
application/mediaservercontrol+xml mscml
|
194
|
-
application/merge-patch+json
|
195
|
-
application/metalink+xml metalink
|
196
|
-
application/metalink4+xml meta4
|
197
|
-
application/mets+xml mets
|
198
|
-
application/MF4
|
199
|
-
application/mikey
|
200
|
-
application/mods+xml mods
|
201
|
-
application/moss-keys
|
202
|
-
application/moss-signature
|
203
|
-
application/mosskey-data
|
204
|
-
application/mosskey-request
|
205
|
-
application/mp21 m21 mp21
|
206
|
-
application/mp4 mp4 mpg4 mp4s
|
207
|
-
application/mpeg4-generic
|
208
|
-
application/mpeg4-iod
|
209
|
-
application/mpeg4-iod-xmt
|
210
|
-
application/mrb-consumer+xml
|
211
|
-
application/mrb-publish+xml
|
212
|
-
application/msc-ivr+xml
|
213
|
-
application/msc-mixer+xml
|
214
|
-
application/msword doc dot wrd
|
215
|
-
application/mxf mxf
|
216
|
-
application/nasdata
|
217
|
-
application/netcdf nc cdf
|
218
|
-
application/news-checkgroups
|
219
|
-
application/news-groupinfo
|
220
|
-
application/news-message-id
|
221
|
-
application/news-transmission
|
222
|
-
application/nlsml+xml
|
223
|
-
application/nss
|
224
|
-
application/ocsp-request
|
225
|
-
application/ocsp-response
|
226
|
-
application/octet-stream bin dms lha lzh exe class ani pgp gpg so dll dylib bpk deploy dist distz dump elc lrf mar pkg
|
227
|
-
application/oda oda
|
228
|
-
application/ODX
|
229
|
-
application/oebps-package+xml opf
|
230
|
-
application/ogg ogx
|
231
|
-
application/omdoc+xml omdoc
|
232
|
-
application/onenote onepkg onetmp onetoc onetoc2
|
233
|
-
application/oxps oxps
|
234
|
-
application/p2p-overlay+xml
|
235
|
-
application/parityfec
|
236
|
-
application/patch-ops-error+xml xer
|
237
|
-
application/pdf pdf
|
238
|
-
application/PDX
|
239
|
-
application/pgp-encrypted pgp gpg
|
240
|
-
application/pgp-keys
|
241
|
-
application/pgp-signature asc sig
|
242
|
-
application/pics-rules prf
|
243
|
-
application/pidf+xml
|
244
|
-
application/pidf-diff+xml
|
245
|
-
application/pkcs10 p10
|
246
|
-
application/pkcs12
|
247
|
-
application/pkcs7-mime p7m p7c
|
248
|
-
application/pkcs7-signature p7s
|
249
|
-
application/pkcs8 p8
|
250
|
-
application/pkix-attr-cert ac
|
251
|
-
application/pkix-cert cer
|
252
|
-
application/pkix-crl crl
|
253
|
-
application/pkix-pkipath pkipath
|
254
|
-
application/pkixcmp pki
|
255
|
-
application/pls+xml pls
|
256
|
-
application/poc-settings+xml
|
257
|
-
application/postscript ai eps ps
|
258
|
-
application/powerpoint ppt pps pot
|
259
|
-
application/ppsp-tracker+json
|
260
|
-
application/pro_eng
|
261
|
-
application/problem+json
|
262
|
-
application/problem+xml
|
263
|
-
application/provenance+xml
|
264
|
-
application/prs.alvestrand.titrax-sheet
|
265
|
-
application/prs.cww cw cww
|
266
|
-
application/prs.hpub+zip
|
267
|
-
application/prs.nprend rnd rct
|
268
|
-
application/prs.plucker
|
269
|
-
application/prs.rdf-xml-crypt
|
270
|
-
application/prs.xsf+xml
|
271
|
-
application/pskc+xml pskcxml
|
272
|
-
application/qsig
|
273
|
-
application/quicktimeplayer qtl
|
274
|
-
application/raptorfec
|
275
|
-
application/rdap+json
|
276
|
-
application/rdf+xml rdf
|
277
|
-
application/reginfo+xml rif
|
278
|
-
application/relax-ng-compact-syntax rnc
|
279
|
-
application/remote-printing
|
280
|
-
application/remote_printing
|
281
|
-
application/reputon+json
|
282
|
-
application/resource-lists+xml rl
|
283
|
-
application/resource-lists-diff+xml rld
|
284
|
-
application/rfc+xml
|
285
|
-
application/riscos
|
286
|
-
application/rlmi+xml
|
287
|
-
application/rls-services+xml rs
|
288
|
-
application/rpki-ghostbusters gbr
|
289
|
-
application/rpki-manifest mft
|
290
|
-
application/rpki-roa roa
|
291
|
-
application/rpki-updown
|
292
|
-
application/rsd+xml rsd
|
293
|
-
application/rss+xml rss
|
294
|
-
application/rtf rtf
|
295
|
-
application/rtploopback
|
296
|
-
application/rtx
|
297
|
-
application/samlassertion+xml
|
298
|
-
application/samlmetadata+xml
|
299
|
-
application/sbml+xml sbml
|
300
|
-
application/scaip+xml
|
301
|
-
application/scim+json
|
302
|
-
application/scvp-cv-request scq
|
303
|
-
application/scvp-cv-response scs
|
304
|
-
application/scvp-vp-request spq
|
305
|
-
application/scvp-vp-response spp
|
306
|
-
application/sdp sdp
|
307
|
-
application/sep+xml
|
308
|
-
application/sep-exi
|
309
|
-
application/session-info
|
310
|
-
application/set
|
311
|
-
application/set-payment
|
312
|
-
application/set-payment-initiation setpay
|
313
|
-
application/set-registration
|
314
|
-
application/set-registration-initiation setreg
|
315
|
-
application/sgml sgml
|
316
|
-
application/sgml-open-catalog soc
|
317
|
-
application/shf+xml shf
|
318
|
-
application/sieve siv
|
319
|
-
application/simple-filter+xml
|
320
|
-
application/simple-message-summary
|
321
|
-
application/simpleSymbolContainer
|
322
|
-
application/SLA
|
323
|
-
application/slate
|
324
|
-
application/smil smi smil
|
325
|
-
application/smil+xml smi smil
|
326
|
-
application/smpte336m
|
327
|
-
application/soap+fastinfoset
|
328
|
-
application/soap+xml
|
329
|
-
application/solids
|
330
|
-
application/sparql-query rq
|
331
|
-
application/sparql-results+xml srx
|
332
|
-
application/spirits-event+xml
|
333
|
-
application/sql
|
334
|
-
application/srgs gram
|
335
|
-
application/srgs+xml grxml
|
336
|
-
application/sru+xml sru
|
337
|
-
application/ssdl+xml ssdl
|
338
|
-
application/ssml+xml ssml
|
339
|
-
application/STEP
|
340
|
-
application/tamp-apex-update
|
341
|
-
application/tamp-apex-update-confirm
|
342
|
-
application/tamp-community-update
|
343
|
-
application/tamp-community-update-confirm
|
344
|
-
application/tamp-error
|
345
|
-
application/tamp-sequence-adjust
|
346
|
-
application/tamp-sequence-adjust-confirm
|
347
|
-
application/tamp-status-query
|
348
|
-
application/tamp-status-response
|
349
|
-
application/tamp-update
|
350
|
-
application/tamp-update-confirm
|
351
|
-
application/tei+xml tei teicorpus
|
352
|
-
application/thraud+xml tfi
|
353
|
-
application/timestamp-query
|
354
|
-
application/timestamp-reply
|
355
|
-
application/timestamped-data tsd
|
356
|
-
application/toolbook tbk
|
357
|
-
application/ttml+xml
|
358
|
-
application/tve-trigger
|
359
|
-
application/ulpfec
|
360
|
-
application/urc-grpsheet+xml
|
361
|
-
application/urc-ressheet+xml
|
362
|
-
application/urc-targetdesc+xml
|
363
|
-
application/urc-uisocketdesc+xml
|
364
|
-
application/vcard+json
|
365
|
-
application/vcard+xml
|
366
|
-
application/vda
|
367
|
-
application/vemmi
|
368
|
-
application/VMSBACKUP bck
|
369
|
-
application/vnd.3gpp-prose+xml
|
370
|
-
application/vnd.3gpp-prose-pc3ch+xml
|
371
|
-
application/vnd.3gpp.access-transfer-events+xml
|
372
|
-
application/vnd.3gpp.bsf+xml
|
373
|
-
application/vnd.3gpp.mid-call+xml
|
374
|
-
application/vnd.3gpp.pic-bw-large plb
|
375
|
-
application/vnd.3gpp.pic-bw-small psb
|
376
|
-
application/vnd.3gpp.pic-bw-var pvb
|
377
|
-
application/vnd.3gpp.sms sms
|
378
|
-
application/vnd.3gpp.sms+xml
|
379
|
-
application/vnd.3gpp.srvcc-ext+xml
|
380
|
-
application/vnd.3gpp.SRVCC-info+xml
|
381
|
-
application/vnd.3gpp.state-and-event-info+xml
|
382
|
-
application/vnd.3gpp.ussd+xml
|
383
|
-
application/vnd.3gpp2.bcmcsinfo+xml
|
384
|
-
application/vnd.3gpp2.sms
|
385
|
-
application/vnd.3gpp2.tcap tcap
|
386
|
-
application/vnd.3lightssoftware.imagescal
|
387
|
-
application/vnd.3M.Post-it-Notes pwn
|
388
|
-
application/vnd.accpac.simply.aso aso
|
389
|
-
application/vnd.accpac.simply.imp imp
|
390
|
-
application/vnd.acucobol acu
|
391
|
-
application/vnd.acucorp atc acutc
|
392
|
-
application/vnd.adobe.air-application-installer-package+zip air
|
393
|
-
application/vnd.adobe.flash.movie
|
394
|
-
application/vnd.adobe.formscentral.fcdt fcdt
|
395
|
-
application/vnd.adobe.fxp fxp fxpl
|
396
|
-
application/vnd.adobe.partial-upload
|
397
|
-
application/vnd.adobe.xdp+xml xdp
|
398
|
-
application/vnd.adobe.xfdf xfdf
|
399
|
-
application/vnd.aether.imp
|
400
|
-
application/vnd.ah-barcode
|
401
|
-
application/vnd.ahead.space ahead
|
402
|
-
application/vnd.airzip.filesecure.azf azf
|
403
|
-
application/vnd.airzip.filesecure.azs azs
|
404
|
-
application/vnd.amazon.ebook azw
|
405
|
-
application/vnd.americandynamics.acc acc
|
406
|
-
application/vnd.amiga.ami ami
|
407
|
-
application/vnd.amundsen.maze+xml
|
408
|
-
application/vnd.android.package-archive apk
|
409
|
-
application/vnd.anki
|
410
|
-
application/vnd.anser-web-certificate-issue-initiation cii
|
411
|
-
application/vnd.anser-web-funds-transfer-initiation fti
|
412
|
-
application/vnd.antix.game-component atx
|
413
|
-
application/vnd.apache.thrift.binary
|
414
|
-
application/vnd.apache.thrift.compact
|
415
|
-
application/vnd.apache.thrift.json
|
416
|
-
application/vnd.api+json
|
417
|
-
application/vnd.apple.installer+xml mpkg
|
418
|
-
application/vnd.apple.mpegurl m3u8
|
419
|
-
application/vnd.apple.pkpass pkpass
|
420
|
-
application/vnd.arastra.swi
|
421
|
-
application/vnd.aristanetworks.swi swi
|
422
|
-
application/vnd.artsquare
|
423
|
-
application/vnd.astraea-software.iota iota
|
424
|
-
application/vnd.audiograph aep
|
425
|
-
application/vnd.autopackage
|
426
|
-
application/vnd.avistar+xml
|
427
|
-
application/vnd.balsamiq.bmml+xml
|
428
|
-
application/vnd.balsamiq.bmpr
|
429
|
-
application/vnd.bekitzur-stech+json
|
430
|
-
application/vnd.biopax.rdf+xml
|
431
|
-
application/vnd.blueice.multipass mpm
|
432
|
-
application/vnd.bluetooth.ep.oob
|
433
|
-
application/vnd.bluetooth.le.oob
|
434
|
-
application/vnd.bmi bmi
|
435
|
-
application/vnd.businessobjects rep
|
436
|
-
application/vnd.cab-jscript
|
437
|
-
application/vnd.canon-cpdl
|
438
|
-
application/vnd.canon-lips
|
439
|
-
application/vnd.cendio.thinlinc.clientconf
|
440
|
-
application/vnd.century-systems.tcp_stream
|
441
|
-
application/vnd.chemdraw+xml cdxml
|
442
|
-
application/vnd.chipnuts.karaoke-mmd mmd
|
443
|
-
application/vnd.cinderella cdy
|
444
|
-
application/vnd.cirpack.isdn-ext
|
445
|
-
application/vnd.citationstyles.style+xml
|
446
|
-
application/vnd.claymore cla
|
447
|
-
application/vnd.cloanto.rp9 rp9
|
448
|
-
application/vnd.clonk.c4group c4d c4f c4g c4p c4u
|
449
|
-
application/vnd.cluetrust.cartomobile-config c11amc
|
450
|
-
application/vnd.cluetrust.cartomobile-config-pkg c11amz
|
451
|
-
application/vnd.coffeescript
|
452
|
-
application/vnd.collection+json
|
453
|
-
application/vnd.collection.doc+json
|
454
|
-
application/vnd.collection.next+json
|
455
|
-
application/vnd.commerce-battelle
|
456
|
-
application/vnd.commonspace csp
|
457
|
-
application/vnd.contact.cmsg cdbcmsg
|
458
|
-
application/vnd.coreos.ignition+json
|
459
|
-
application/vnd.cosmocaller cmc
|
460
|
-
application/vnd.crick.clicker clkx
|
461
|
-
application/vnd.crick.clicker.keyboard clkk
|
462
|
-
application/vnd.crick.clicker.palette clkp
|
463
|
-
application/vnd.crick.clicker.template clkt
|
464
|
-
application/vnd.crick.clicker.wordbank clkw
|
465
|
-
application/vnd.criticaltools.wbs+xml wbs
|
466
|
-
application/vnd.ctc-posml pml
|
467
|
-
application/vnd.ctct.ws+xml
|
468
|
-
application/vnd.cups-pdf
|
469
|
-
application/vnd.cups-postscript
|
470
|
-
application/vnd.cups-ppd ppd
|
471
|
-
application/vnd.cups-raster
|
472
|
-
application/vnd.cups-raw
|
473
|
-
application/vnd.curl curl
|
474
|
-
application/vnd.curl.car car
|
475
|
-
application/vnd.curl.pcurl pcurl
|
476
|
-
application/vnd.cyan.dean.root+xml
|
477
|
-
application/vnd.cybank
|
478
|
-
application/vnd.dart dart
|
479
|
-
application/vnd.data-vision.rdz rdz
|
480
|
-
application/vnd.debian.binary-package
|
481
|
-
application/vnd.dece.data uvd uvf uvvd uvvf
|
482
|
-
application/vnd.dece.ttml+xml uvt uvvt
|
483
|
-
application/vnd.dece.unspecified uvvx uvx
|
484
|
-
application/vnd.dece.zip uvvz uvz
|
485
|
-
application/vnd.denovo.fcselayout-link fe_launch
|
486
|
-
application/vnd.desmume.movie
|
487
|
-
application/vnd.dir-bi.plate-dl-nosuffix
|
488
|
-
application/vnd.dm.delegation+xml
|
489
|
-
application/vnd.dna dna
|
490
|
-
application/vnd.document+json
|
491
|
-
application/vnd.dolby.mlp mlp
|
492
|
-
application/vnd.dolby.mobile.1
|
493
|
-
application/vnd.dolby.mobile.2
|
494
|
-
application/vnd.doremir.scorecloud-binary-document
|
495
|
-
application/vnd.dpgraph dpg
|
496
|
-
application/vnd.dreamfactory dfac
|
497
|
-
application/vnd.drive+json
|
498
|
-
application/vnd.ds-keypoint kpxx
|
499
|
-
application/vnd.dtg.local
|
500
|
-
application/vnd.dtg.local.flash
|
501
|
-
application/vnd.dtg.local.html
|
502
|
-
application/vnd.dvb.ait ait
|
503
|
-
application/vnd.dvb.dvbj
|
504
|
-
application/vnd.dvb.esgcontainer
|
505
|
-
application/vnd.dvb.ipdcdftnotifaccess
|
506
|
-
application/vnd.dvb.ipdcesgaccess
|
507
|
-
application/vnd.dvb.ipdcesgaccess2
|
508
|
-
application/vnd.dvb.ipdcesgpdd
|
509
|
-
application/vnd.dvb.ipdcroaming
|
510
|
-
application/vnd.dvb.iptv.alfec-base
|
511
|
-
application/vnd.dvb.iptv.alfec-enhancement
|
512
|
-
application/vnd.dvb.notif-aggregate-root+xml
|
513
|
-
application/vnd.dvb.notif-container+xml
|
514
|
-
application/vnd.dvb.notif-generic+xml
|
515
|
-
application/vnd.dvb.notif-ia-msglist+xml
|
516
|
-
application/vnd.dvb.notif-ia-registration-request+xml
|
517
|
-
application/vnd.dvb.notif-ia-registration-response+xml
|
518
|
-
application/vnd.dvb.notif-init+xml
|
519
|
-
application/vnd.dvb.pfr
|
520
|
-
application/vnd.dvb.service svc
|
521
|
-
application/vnd.dxr
|
522
|
-
application/vnd.dynageo geo
|
523
|
-
application/vnd.dzr
|
524
|
-
application/vnd.easykaraoke.cdgdownload
|
525
|
-
application/vnd.ecdis-update
|
526
|
-
application/vnd.ecowin.chart mag
|
527
|
-
application/vnd.ecowin.filerequest
|
528
|
-
application/vnd.ecowin.fileupdate
|
529
|
-
application/vnd.ecowin.series
|
530
|
-
application/vnd.ecowin.seriesrequest
|
531
|
-
application/vnd.ecowin.seriesupdate
|
532
|
-
application/vnd.emclient.accessrequest+xml
|
533
|
-
application/vnd.enliven nml
|
534
|
-
application/vnd.enphase.envoy
|
535
|
-
application/vnd.eprints.data+xml
|
536
|
-
application/vnd.epson.esf esf
|
537
|
-
application/vnd.epson.msf msf
|
538
|
-
application/vnd.epson.quickanime qam
|
539
|
-
application/vnd.epson.salt slt
|
540
|
-
application/vnd.epson.ssf ssf
|
541
|
-
application/vnd.ericsson.quickcall
|
542
|
-
application/vnd.eszigno3+xml es3 et3
|
543
|
-
application/vnd.etsi.aoc+xml
|
544
|
-
application/vnd.etsi.asic-e+zip
|
545
|
-
application/vnd.etsi.asic-s+zip
|
546
|
-
application/vnd.etsi.cug+xml
|
547
|
-
application/vnd.etsi.iptvcommand+xml
|
548
|
-
application/vnd.etsi.iptvdiscovery+xml
|
549
|
-
application/vnd.etsi.iptvprofile+xml
|
550
|
-
application/vnd.etsi.iptvsad-bc+xml
|
551
|
-
application/vnd.etsi.iptvsad-cod+xml
|
552
|
-
application/vnd.etsi.iptvsad-npvr+xml
|
553
|
-
application/vnd.etsi.iptvservice+xml
|
554
|
-
application/vnd.etsi.iptvsync+xml
|
555
|
-
application/vnd.etsi.iptvueprofile+xml
|
556
|
-
application/vnd.etsi.mcid+xml
|
557
|
-
application/vnd.etsi.mheg5
|
558
|
-
application/vnd.etsi.overload-control-policy-dataset+xml
|
559
|
-
application/vnd.etsi.pstn+xml
|
560
|
-
application/vnd.etsi.sci+xml
|
561
|
-
application/vnd.etsi.simservs+xml
|
562
|
-
application/vnd.etsi.timestamp-token
|
563
|
-
application/vnd.etsi.tsl+xml
|
564
|
-
application/vnd.etsi.tsl.der
|
565
|
-
application/vnd.eudora.data
|
566
|
-
application/vnd.ezpix-album ez2
|
567
|
-
application/vnd.ezpix-package ez3
|
568
|
-
application/vnd.f-secure.mobile
|
569
|
-
application/vnd.fastcopy-disk-image
|
570
|
-
application/vnd.fdf fdf
|
571
|
-
application/vnd.fdsn.mseed mseed
|
572
|
-
application/vnd.fdsn.seed dataless seed
|
573
|
-
application/vnd.ffsns
|
574
|
-
application/vnd.filmit.zfc
|
575
|
-
application/vnd.fints
|
576
|
-
application/vnd.firemonkeys.cloudcell
|
577
|
-
application/vnd.FloGraphIt gph
|
578
|
-
application/vnd.fluxtime.clip ftc
|
579
|
-
application/vnd.font-fontforge-sfd
|
580
|
-
application/vnd.framemaker frm maker frame fm fb book fbdoc
|
581
|
-
application/vnd.frogans.fnc fnc
|
582
|
-
application/vnd.frogans.ltf ltf
|
583
|
-
application/vnd.fsc.weblaunch fsc
|
584
|
-
application/vnd.fujitsu.oasys oas
|
585
|
-
application/vnd.fujitsu.oasys2 oa2
|
586
|
-
application/vnd.fujitsu.oasys3 oa3
|
587
|
-
application/vnd.fujitsu.oasysgp fg5
|
588
|
-
application/vnd.fujitsu.oasysprs bh2
|
589
|
-
application/vnd.fujixerox.ART-EX
|
590
|
-
application/vnd.fujixerox.ART4
|
591
|
-
application/vnd.fujixerox.ddd ddd
|
592
|
-
application/vnd.fujixerox.docuworks xdw
|
593
|
-
application/vnd.fujixerox.docuworks.binder xbd
|
594
|
-
application/vnd.fujixerox.docuworks.container
|
595
|
-
application/vnd.fujixerox.HBPL
|
596
|
-
application/vnd.fut-misnet
|
597
|
-
application/vnd.fuzzysheet fzs
|
598
|
-
application/vnd.genomatix.tuxedo txd
|
599
|
-
application/vnd.geo+json
|
600
|
-
application/vnd.geocube+xml
|
601
|
-
application/vnd.geogebra.file ggb
|
602
|
-
application/vnd.geogebra.tool ggt
|
603
|
-
application/vnd.geometry-explorer gex gre
|
604
|
-
application/vnd.geonext gxt
|
605
|
-
application/vnd.geoplan g2w
|
606
|
-
application/vnd.geospace g3w
|
607
|
-
application/vnd.gerber
|
608
|
-
application/vnd.globalplatform.card-content-mgt
|
609
|
-
application/vnd.globalplatform.card-content-mgt-response
|
610
|
-
application/vnd.gmx gmx
|
611
|
-
application/vnd.google-earth.kml+xml kml
|
612
|
-
application/vnd.google-earth.kmz kmz
|
613
|
-
application/vnd.gov.sk.e-form+xml
|
614
|
-
application/vnd.gov.sk.e-form+zip
|
615
|
-
application/vnd.gov.sk.xmldatacontainer+xml
|
616
|
-
application/vnd.grafeq gqf gqs
|
617
|
-
application/vnd.gridmp
|
618
|
-
application/vnd.groove-account gac
|
619
|
-
application/vnd.groove-help ghf
|
620
|
-
application/vnd.groove-identity-message gim
|
621
|
-
application/vnd.groove-injector grv
|
622
|
-
application/vnd.groove-tool-message gtm
|
623
|
-
application/vnd.groove-tool-template tpl
|
624
|
-
application/vnd.groove-vcard vcg
|
625
|
-
application/vnd.hal+json
|
626
|
-
application/vnd.hal+xml hal
|
627
|
-
application/vnd.HandHeld-Entertainment+xml zmm
|
628
|
-
application/vnd.hbci hbci hbc kom upa pkd bpd
|
629
|
-
application/vnd.hcl-bireports
|
630
|
-
application/vnd.hdt
|
631
|
-
application/vnd.heroku+json
|
632
|
-
application/vnd.hhe.lesson-player les
|
633
|
-
application/vnd.hp-HPGL plt hpgl
|
634
|
-
application/vnd.hp-hpid hpid
|
635
|
-
application/vnd.hp-hps hps
|
636
|
-
application/vnd.hp-jlyt jlt
|
637
|
-
application/vnd.hp-PCL pcl
|
638
|
-
application/vnd.hp-PCLXL pclxl
|
639
|
-
application/vnd.httphone
|
640
|
-
application/vnd.hydrostatix.sof-data sfd-hdstx
|
641
|
-
application/vnd.hyperdrive+json
|
642
|
-
application/vnd.hzn-3d-crossword
|
643
|
-
application/vnd.ibm.afplinedata
|
644
|
-
application/vnd.ibm.electronic-media emm
|
645
|
-
application/vnd.ibm.MiniPay mpy
|
646
|
-
application/vnd.ibm.modcap afp list3820 listafp
|
647
|
-
application/vnd.ibm.rights-management irm
|
648
|
-
application/vnd.ibm.secure-container sc
|
649
|
-
application/vnd.iccprofile icc icm
|
650
|
-
application/vnd.ieee.1905
|
651
|
-
application/vnd.igloader igl
|
652
|
-
application/vnd.immervision-ivp ivp
|
653
|
-
application/vnd.immervision-ivu ivu
|
654
|
-
application/vnd.ims.imsccv1p1
|
655
|
-
application/vnd.ims.imsccv1p2
|
656
|
-
application/vnd.ims.imsccv1p3
|
657
|
-
application/vnd.ims.lis.v2.result+json
|
658
|
-
application/vnd.ims.lti.v2.toolconsumerprofile+json
|
659
|
-
application/vnd.ims.lti.v2.toolproxy+json
|
660
|
-
application/vnd.ims.lti.v2.toolproxy.id+json
|
661
|
-
application/vnd.ims.lti.v2.toolsettings+json
|
662
|
-
application/vnd.ims.lti.v2.toolsettings.simple+json
|
663
|
-
application/vnd.informedcontrol.rms+xml
|
664
|
-
application/vnd.informix-visionary
|
665
|
-
application/vnd.infotech.project
|
666
|
-
application/vnd.infotech.project+xml
|
667
|
-
application/vnd.innopath.wamp.notification
|
668
|
-
application/vnd.insors.igm igm
|
669
|
-
application/vnd.intercon.formnet xpw xpx
|
670
|
-
application/vnd.intergeo i2g
|
671
|
-
application/vnd.intertrust.digibox
|
672
|
-
application/vnd.intertrust.nncp
|
673
|
-
application/vnd.intu.qbo qbo
|
674
|
-
application/vnd.intu.qfx qfx
|
675
|
-
application/vnd.iptc.g2.catalogitem+xml
|
676
|
-
application/vnd.iptc.g2.conceptitem+xml
|
677
|
-
application/vnd.iptc.g2.knowledgeitem+xml
|
678
|
-
application/vnd.iptc.g2.newsitem+xml
|
679
|
-
application/vnd.iptc.g2.newsmessage+xml
|
680
|
-
application/vnd.iptc.g2.packageitem+xml
|
681
|
-
application/vnd.iptc.g2.planningitem+xml
|
682
|
-
application/vnd.ipunplugged.rcprofile rcprofile
|
683
|
-
application/vnd.irepository.package+xml irp
|
684
|
-
application/vnd.is-xpr xpr
|
685
|
-
application/vnd.isac.fcs fcs
|
686
|
-
application/vnd.jam jam
|
687
|
-
application/vnd.japannet-directory-service
|
688
|
-
application/vnd.japannet-jpnstore-wakeup
|
689
|
-
application/vnd.japannet-payment-wakeup
|
690
|
-
application/vnd.japannet-registration
|
691
|
-
application/vnd.japannet-registration-wakeup
|
692
|
-
application/vnd.japannet-setstore-wakeup
|
693
|
-
application/vnd.japannet-verification
|
694
|
-
application/vnd.japannet-verification-wakeup
|
695
|
-
application/vnd.jcp.javame.midlet-rms rms
|
696
|
-
application/vnd.jisp jisp
|
697
|
-
application/vnd.joost.joda-archive joda
|
698
|
-
application/vnd.jsk.isdn-ngn
|
699
|
-
application/vnd.kahootz ktr ktz
|
700
|
-
application/vnd.kde.karbon karbon
|
701
|
-
application/vnd.kde.kchart chrt
|
702
|
-
application/vnd.kde.kformula kfo
|
703
|
-
application/vnd.kde.kivio flw
|
704
|
-
application/vnd.kde.kontour kon
|
705
|
-
application/vnd.kde.kpresenter kpr kpt
|
706
|
-
application/vnd.kde.kspread ksp
|
707
|
-
application/vnd.kde.kword kwd kwt
|
708
|
-
application/vnd.kenameaapp htke
|
709
|
-
application/vnd.kidspiration kia
|
710
|
-
application/vnd.Kinar kne knp sdf
|
711
|
-
application/vnd.koan skd skm skp skt
|
712
|
-
application/vnd.kodak-descriptor sse
|
713
|
-
application/vnd.las.las+xml lasxml
|
714
|
-
application/vnd.liberty-request+xml
|
715
|
-
application/vnd.llamagraphics.life-balance.desktop lbd
|
716
|
-
application/vnd.llamagraphics.life-balance.exchange+xml lbe
|
717
|
-
application/vnd.lotus-1-2-3 wks 123
|
718
|
-
application/vnd.lotus-approach apr
|
719
|
-
application/vnd.lotus-freelance pre
|
720
|
-
application/vnd.lotus-notes nsf
|
721
|
-
application/vnd.lotus-organizer org
|
722
|
-
application/vnd.lotus-screencam scm
|
723
|
-
application/vnd.lotus-wordpro lwp
|
724
|
-
application/vnd.macports.portpkg portpkg
|
725
|
-
application/vnd.mapbox-vector-tile
|
726
|
-
application/vnd.marlin.drm.actiontoken+xml
|
727
|
-
application/vnd.marlin.drm.conftoken+xml
|
728
|
-
application/vnd.marlin.drm.license+xml
|
729
|
-
application/vnd.marlin.drm.mdcf
|
730
|
-
application/vnd.mason+json
|
731
|
-
application/vnd.maxmind.maxmind-db
|
732
|
-
application/vnd.mcd mcd
|
733
|
-
application/vnd.medcalcdata mc1
|
734
|
-
application/vnd.mediastation.cdkey cdkey
|
735
|
-
application/vnd.meridian-slingshot
|
736
|
-
application/vnd.MFER mwf
|
737
|
-
application/vnd.mfmp mfm
|
738
|
-
application/vnd.micro+json
|
739
|
-
application/vnd.micrografx.flo flo
|
740
|
-
application/vnd.micrografx.igx igx
|
741
|
-
application/vnd.microsoft.portable-executable
|
742
|
-
application/vnd.miele+json
|
743
|
-
application/vnd.mif mif
|
744
|
-
application/vnd.minisoft-hp3000-save
|
745
|
-
application/vnd.mitsubishi.misty-guard.trustweb
|
746
|
-
application/vnd.Mobius.DAF daf
|
747
|
-
application/vnd.Mobius.DIS dis
|
748
|
-
application/vnd.Mobius.MBK mbk
|
749
|
-
application/vnd.Mobius.MQY mqy
|
750
|
-
application/vnd.Mobius.MSL msl
|
751
|
-
application/vnd.Mobius.PLC plc
|
752
|
-
application/vnd.Mobius.TXF txf
|
753
|
-
application/vnd.mophun.application mpn
|
754
|
-
application/vnd.mophun.certificate mpc
|
755
|
-
application/vnd.motorola.flexsuite
|
756
|
-
application/vnd.motorola.flexsuite.adsi
|
757
|
-
application/vnd.motorola.flexsuite.fis
|
758
|
-
application/vnd.motorola.flexsuite.gotap
|
759
|
-
application/vnd.motorola.flexsuite.kmr
|
760
|
-
application/vnd.motorola.flexsuite.ttc
|
761
|
-
application/vnd.motorola.flexsuite.wem
|
762
|
-
application/vnd.motorola.iprm
|
763
|
-
application/vnd.mozilla.xul+xml xul
|
764
|
-
application/vnd.ms-3mfdocument
|
765
|
-
application/vnd.ms-artgalry cil
|
766
|
-
application/vnd.ms-asf asf
|
767
|
-
application/vnd.ms-cab-compressed cab
|
768
|
-
application/vnd.ms-excel xls xlt xla xlc xlm xlw
|
769
|
-
application/vnd.ms-excel.addin.macroEnabled.12 xlam
|
770
|
-
application/vnd.ms-excel.sheet.binary.macroEnabled.12 xlsb
|
771
|
-
application/vnd.ms-excel.sheet.macroEnabled.12 xlsm
|
772
|
-
application/vnd.ms-excel.template.macroEnabled.12 xltm
|
773
|
-
application/vnd.ms-fontobject eot
|
774
|
-
application/vnd.ms-htmlhelp chm
|
775
|
-
application/vnd.ms-ims ims
|
776
|
-
application/vnd.ms-lrm lrm
|
777
|
-
application/vnd.ms-office.activeX+xml
|
778
|
-
application/vnd.ms-officetheme thmx
|
779
|
-
application/vnd.ms-outlook msg
|
780
|
-
application/vnd.ms-pki.seccat cat
|
781
|
-
application/vnd.ms-pki.stl stl
|
782
|
-
application/vnd.ms-playready.initiator+xml
|
783
|
-
application/vnd.ms-powerpoint ppt pps pot
|
784
|
-
application/vnd.ms-powerpoint.addin.macroEnabled.12 ppam
|
785
|
-
application/vnd.ms-powerpoint.presentation.macroEnabled.12 pptm
|
786
|
-
application/vnd.ms-powerpoint.slide.macroEnabled.12 sldm
|
787
|
-
application/vnd.ms-powerpoint.slideshow.macroEnabled.12 ppsm
|
788
|
-
application/vnd.ms-powerpoint.template.macroEnabled.12 potm
|
789
|
-
application/vnd.ms-PrintDeviceCapabilities+xml
|
790
|
-
application/vnd.ms-PrintSchemaTicket+xml
|
791
|
-
application/vnd.ms-project mpp mpt
|
792
|
-
application/vnd.ms-tnef
|
793
|
-
application/vnd.ms-windows.devicepairing
|
794
|
-
application/vnd.ms-windows.nwprinting.oob
|
795
|
-
application/vnd.ms-windows.printerpairing
|
796
|
-
application/vnd.ms-windows.wsd.oob
|
797
|
-
application/vnd.ms-wmdrm.lic-chlg-req
|
798
|
-
application/vnd.ms-wmdrm.lic-resp
|
799
|
-
application/vnd.ms-wmdrm.meter-chlg-req
|
800
|
-
application/vnd.ms-wmdrm.meter-resp
|
801
|
-
application/vnd.ms-word.document.macroEnabled.12 docm
|
802
|
-
application/vnd.ms-word.template.macroEnabled.12 dotm
|
803
|
-
application/vnd.ms-works wcm wdb wks wps
|
804
|
-
application/vnd.ms-wpl wpl
|
805
|
-
application/vnd.ms-xpsdocument xps
|
806
|
-
application/vnd.msa-disk-image
|
807
|
-
application/vnd.mseq mseq
|
808
|
-
application/vnd.msign
|
809
|
-
application/vnd.multiad.creator
|
810
|
-
application/vnd.multiad.creator.cif
|
811
|
-
application/vnd.music-niff
|
812
|
-
application/vnd.musician mus
|
813
|
-
application/vnd.muvee.style msty
|
814
|
-
application/vnd.mynfc taglet
|
815
|
-
application/vnd.ncd.control
|
816
|
-
application/vnd.ncd.reference
|
817
|
-
application/vnd.nervana ent entity req request bkm kcm
|
818
|
-
application/vnd.netfpx
|
819
|
-
application/vnd.neurolanguage.nlu nlu
|
820
|
-
application/vnd.nintendo.nitro.rom
|
821
|
-
application/vnd.nintendo.snes.rom
|
822
|
-
application/vnd.nitf nitf ntf
|
823
|
-
application/vnd.noblenet-directory nnd
|
824
|
-
application/vnd.noblenet-sealer nns
|
825
|
-
application/vnd.noblenet-web nnw
|
826
|
-
application/vnd.nokia.catalogs
|
827
|
-
application/vnd.nokia.conml+wbxml
|
828
|
-
application/vnd.nokia.conml+xml
|
829
|
-
application/vnd.nokia.iptv.config+xml
|
830
|
-
application/vnd.nokia.iSDS-radio-presets
|
831
|
-
application/vnd.nokia.landmark+wbxml
|
832
|
-
application/vnd.nokia.landmark+xml
|
833
|
-
application/vnd.nokia.landmarkcollection+xml
|
834
|
-
application/vnd.nokia.n-gage.ac+xml
|
835
|
-
application/vnd.nokia.n-gage.data ngdat
|
836
|
-
application/vnd.nokia.n-gage.symbian.install n-gage
|
837
|
-
application/vnd.nokia.ncd
|
838
|
-
application/vnd.nokia.ncd+xml
|
839
|
-
application/vnd.nokia.pcd+wbxml
|
840
|
-
application/vnd.nokia.pcd+xml
|
841
|
-
application/vnd.nokia.radio-preset rpst
|
842
|
-
application/vnd.nokia.radio-presets rpss
|
843
|
-
application/vnd.novadigm.EDM edm
|
844
|
-
application/vnd.novadigm.EDX edx
|
845
|
-
application/vnd.novadigm.EXT ext
|
846
|
-
application/vnd.ntt-local.content-share
|
847
|
-
application/vnd.ntt-local.file-transfer
|
848
|
-
application/vnd.ntt-local.ogw_remote-access
|
849
|
-
application/vnd.ntt-local.sip-ta_remote
|
850
|
-
application/vnd.ntt-local.sip-ta_tcp_stream
|
851
|
-
application/vnd.oasis.opendocument.chart odc
|
852
|
-
application/vnd.oasis.opendocument.chart-template odc otc
|
853
|
-
application/vnd.oasis.opendocument.database odb
|
854
|
-
application/vnd.oasis.opendocument.formula odf
|
855
|
-
application/vnd.oasis.opendocument.formula-template odf odft
|
856
|
-
application/vnd.oasis.opendocument.graphics odg
|
857
|
-
application/vnd.oasis.opendocument.graphics-template otg
|
858
|
-
application/vnd.oasis.opendocument.image odi
|
859
|
-
application/vnd.oasis.opendocument.image-template odi oti
|
860
|
-
application/vnd.oasis.opendocument.presentation odp
|
861
|
-
application/vnd.oasis.opendocument.presentation-template otp
|
862
|
-
application/vnd.oasis.opendocument.spreadsheet ods
|
863
|
-
application/vnd.oasis.opendocument.spreadsheet-template ots
|
864
|
-
application/vnd.oasis.opendocument.text odt
|
865
|
-
application/vnd.oasis.opendocument.text-master odm
|
866
|
-
application/vnd.oasis.opendocument.text-template ott
|
867
|
-
application/vnd.oasis.opendocument.text-web oth
|
868
|
-
application/vnd.obn
|
869
|
-
application/vnd.oftn.l10n+json
|
870
|
-
application/vnd.oipf.contentaccessdownload+xml
|
871
|
-
application/vnd.oipf.contentaccessstreaming+xml
|
872
|
-
application/vnd.oipf.cspg-hexbinary
|
873
|
-
application/vnd.oipf.dae.svg+xml
|
874
|
-
application/vnd.oipf.dae.xhtml+xml
|
875
|
-
application/vnd.oipf.mippvcontrolmessage+xml
|
876
|
-
application/vnd.oipf.pae.gem
|
877
|
-
application/vnd.oipf.spdiscovery+xml
|
878
|
-
application/vnd.oipf.spdlist+xml
|
879
|
-
application/vnd.oipf.ueprofile+xml
|
880
|
-
application/vnd.oipf.userprofile+xml
|
881
|
-
application/vnd.olpc-sugar xo
|
882
|
-
application/vnd.oma-scws-config
|
883
|
-
application/vnd.oma-scws-http-request
|
884
|
-
application/vnd.oma-scws-http-response
|
885
|
-
application/vnd.oma.bcast.associated-procedure-parameter+xml
|
886
|
-
application/vnd.oma.bcast.drm-trigger+xml
|
887
|
-
application/vnd.oma.bcast.imd+xml
|
888
|
-
application/vnd.oma.bcast.ltkm
|
889
|
-
application/vnd.oma.bcast.notification+xml
|
890
|
-
application/vnd.oma.bcast.provisioningtrigger
|
891
|
-
application/vnd.oma.bcast.sgboot
|
892
|
-
application/vnd.oma.bcast.sgdd+xml
|
893
|
-
application/vnd.oma.bcast.sgdu
|
894
|
-
application/vnd.oma.bcast.simple-symbol-container
|
895
|
-
application/vnd.oma.bcast.smartcard-trigger+xml
|
896
|
-
application/vnd.oma.bcast.sprov+xml
|
897
|
-
application/vnd.oma.bcast.stkm
|
898
|
-
application/vnd.oma.cab-address-book+xml
|
899
|
-
application/vnd.oma.cab-feature-handler+xml
|
900
|
-
application/vnd.oma.cab-pcc+xml
|
901
|
-
application/vnd.oma.cab-subs-invite+xml
|
902
|
-
application/vnd.oma.cab-user-prefs+xml
|
903
|
-
application/vnd.oma.dcd
|
904
|
-
application/vnd.oma.dcdc
|
905
|
-
application/vnd.oma.dd2+xml dd2
|
906
|
-
application/vnd.oma.drm.risd+xml
|
907
|
-
application/vnd.oma.group-usage-list+xml
|
908
|
-
application/vnd.oma.lwm2m+json
|
909
|
-
application/vnd.oma.pal+xml
|
910
|
-
application/vnd.oma.poc.detailed-progress-report+xml
|
911
|
-
application/vnd.oma.poc.final-report+xml
|
912
|
-
application/vnd.oma.poc.groups+xml
|
913
|
-
application/vnd.oma.poc.invocation-descriptor+xml
|
914
|
-
application/vnd.oma.poc.optimized-progress-report+xml
|
915
|
-
application/vnd.oma.push
|
916
|
-
application/vnd.oma.scidm.messages+xml
|
917
|
-
application/vnd.oma.xcap-directory+xml
|
918
|
-
application/vnd.omads-email+xml
|
919
|
-
application/vnd.omads-file+xml
|
920
|
-
application/vnd.omads-folder+xml
|
921
|
-
application/vnd.omaloc-supl-init
|
922
|
-
application/vnd.onepager
|
923
|
-
application/vnd.openblox.game+xml
|
924
|
-
application/vnd.openblox.game-binary
|
925
|
-
application/vnd.openeye.oeb
|
926
|
-
application/vnd.openofficeorg.extension oxt
|
927
|
-
application/vnd.openxmlformats-officedocument.custom-properties+xml
|
928
|
-
application/vnd.openxmlformats-officedocument.customXmlProperties+xml
|
929
|
-
application/vnd.openxmlformats-officedocument.drawing+xml
|
930
|
-
application/vnd.openxmlformats-officedocument.drawingml.chart+xml
|
931
|
-
application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml
|
932
|
-
application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml
|
933
|
-
application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml
|
934
|
-
application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml
|
935
|
-
application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml
|
936
|
-
application/vnd.openxmlformats-officedocument.extended-properties+xml
|
937
|
-
application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml
|
938
|
-
application/vnd.openxmlformats-officedocument.presentationml.comments+xml
|
939
|
-
application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml
|
940
|
-
application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml
|
941
|
-
application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml
|
942
|
-
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx
|
943
|
-
application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml
|
944
|
-
application/vnd.openxmlformats-officedocument.presentationml.presProps+xml
|
945
|
-
application/vnd.openxmlformats-officedocument.presentationml.slide sldx
|
946
|
-
application/vnd.openxmlformats-officedocument.presentationml.slide+xml
|
947
|
-
application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml
|
948
|
-
application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml
|
949
|
-
application/vnd.openxmlformats-officedocument.presentationml.slideshow ppsx
|
950
|
-
application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml
|
951
|
-
application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml
|
952
|
-
application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml
|
953
|
-
application/vnd.openxmlformats-officedocument.presentationml.tags+xml
|
954
|
-
application/vnd.openxmlformats-officedocument.presentationml.template potx
|
955
|
-
application/vnd.openxmlformats-officedocument.presentationml.template.main+xml
|
956
|
-
application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml
|
957
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml
|
958
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml
|
959
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml
|
960
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml
|
961
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml
|
962
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml
|
963
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml
|
964
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml
|
965
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml
|
966
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml
|
967
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml
|
968
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml
|
969
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml
|
970
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx
|
971
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml
|
972
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml
|
973
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml
|
974
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml
|
975
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml
|
976
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx
|
977
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml
|
978
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml
|
979
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml
|
980
|
-
application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml
|
981
|
-
application/vnd.openxmlformats-officedocument.theme+xml
|
982
|
-
application/vnd.openxmlformats-officedocument.themeOverride+xml
|
983
|
-
application/vnd.openxmlformats-officedocument.vmlDrawing
|
984
|
-
application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml
|
985
|
-
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx
|
986
|
-
application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml
|
987
|
-
application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml
|
988
|
-
application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml
|
989
|
-
application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml
|
990
|
-
application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml
|
991
|
-
application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml
|
992
|
-
application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml
|
993
|
-
application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml
|
994
|
-
application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml
|
995
|
-
application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx
|
996
|
-
application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml
|
997
|
-
application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml
|
998
|
-
application/vnd.openxmlformats-package.core-properties+xml
|
999
|
-
application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml
|
1000
|
-
application/vnd.openxmlformats-package.relationships+xml
|
1001
|
-
application/vnd.oracle.resource+json
|
1002
|
-
application/vnd.orange.indata
|
1003
|
-
application/vnd.osa.netdeploy
|
1004
|
-
application/vnd.osgeo.mapguide.package mgp
|
1005
|
-
application/vnd.osgi.bundle
|
1006
|
-
application/vnd.osgi.dp dp
|
1007
|
-
application/vnd.osgi.subsystem esa
|
1008
|
-
application/vnd.otps.ct-kip+xml
|
1009
|
-
application/vnd.oxli.countgraph
|
1010
|
-
application/vnd.pagerduty+json
|
1011
|
-
application/vnd.palm prc pdb pqa oprc
|
1012
|
-
application/vnd.panoply
|
1013
|
-
application/vnd.paos.xml
|
1014
|
-
application/vnd.pawaafile paw
|
1015
|
-
application/vnd.pcos
|
1016
|
-
application/vnd.pg.format str
|
1017
|
-
application/vnd.pg.osasli ei6
|
1018
|
-
application/vnd.piaccess.application-licence
|
1019
|
-
application/vnd.picsel efif
|
1020
|
-
application/vnd.pmi.widget wg
|
1021
|
-
application/vnd.poc.group-advertisement+xml
|
1022
|
-
application/vnd.pocketlearn plf
|
1023
|
-
application/vnd.powerbuilder6 pbd
|
1024
|
-
application/vnd.powerbuilder6-s
|
1025
|
-
application/vnd.powerbuilder7
|
1026
|
-
application/vnd.powerbuilder7-s
|
1027
|
-
application/vnd.powerbuilder75
|
1028
|
-
application/vnd.powerbuilder75-s
|
1029
|
-
application/vnd.preminet
|
1030
|
-
application/vnd.previewsystems.box box
|
1031
|
-
application/vnd.proteus.magazine mgz
|
1032
|
-
application/vnd.publishare-delta-tree qps
|
1033
|
-
application/vnd.pvi.ptid1 pti ptid
|
1034
|
-
application/vnd.pwg-multiplexed
|
1035
|
-
application/vnd.pwg-xhtml-print+xml
|
1036
|
-
application/vnd.qualcomm.brew-app-res
|
1037
|
-
application/vnd.quarantainenet
|
1038
|
-
application/vnd.Quark.QuarkXPress qxd qxt qwd qwt qxl qxb
|
1039
|
-
application/vnd.quobject-quoxdocument
|
1040
|
-
application/vnd.radisys.moml+xml
|
1041
|
-
application/vnd.radisys.msml+xml
|
1042
|
-
application/vnd.radisys.msml-audit+xml
|
1043
|
-
application/vnd.radisys.msml-audit-conf+xml
|
1044
|
-
application/vnd.radisys.msml-audit-conn+xml
|
1045
|
-
application/vnd.radisys.msml-audit-dialog+xml
|
1046
|
-
application/vnd.radisys.msml-audit-stream+xml
|
1047
|
-
application/vnd.radisys.msml-conf+xml
|
1048
|
-
application/vnd.radisys.msml-dialog+xml
|
1049
|
-
application/vnd.radisys.msml-dialog-base+xml
|
1050
|
-
application/vnd.radisys.msml-dialog-fax-detect+xml
|
1051
|
-
application/vnd.radisys.msml-dialog-fax-sendrecv+xml
|
1052
|
-
application/vnd.radisys.msml-dialog-group+xml
|
1053
|
-
application/vnd.radisys.msml-dialog-speech+xml
|
1054
|
-
application/vnd.radisys.msml-dialog-transform+xml
|
1055
|
-
application/vnd.rainstor.data
|
1056
|
-
application/vnd.rapid
|
1057
|
-
application/vnd.realvnc.bed bed
|
1058
|
-
application/vnd.recordare.musicxml mxl
|
1059
|
-
application/vnd.recordare.musicxml+xml musicxml
|
1060
|
-
application/vnd.RenLearn.rlprint
|
1061
|
-
application/vnd.rig.cryptonote cryptonote
|
1062
|
-
application/vnd.rim.cod cod
|
1063
|
-
application/vnd.rn-realmedia rm
|
1064
|
-
application/vnd.rn-realmedia-vbr rmvb
|
1065
|
-
application/vnd.route66.link66+xml link66
|
1066
|
-
application/vnd.rs-274x
|
1067
|
-
application/vnd.ruckus.download
|
1068
|
-
application/vnd.s3sms
|
1069
|
-
application/vnd.sailingtracker.track st
|
1070
|
-
application/vnd.sbm.cid
|
1071
|
-
application/vnd.sbm.mid2
|
1072
|
-
application/vnd.scribus
|
1073
|
-
application/vnd.sealed.3df
|
1074
|
-
application/vnd.sealed.csf
|
1075
|
-
application/vnd.sealed.doc sdoc sdo s1w
|
1076
|
-
application/vnd.sealed.eml seml sem
|
1077
|
-
application/vnd.sealed.mht smht smh
|
1078
|
-
application/vnd.sealed.net
|
1079
|
-
application/vnd.sealed.ppt sppt spp s1p
|
1080
|
-
application/vnd.sealed.tiff
|
1081
|
-
application/vnd.sealed.xls sxls sxl s1e
|
1082
|
-
application/vnd.sealedmedia.softseal.html stml stm s1h
|
1083
|
-
application/vnd.sealedmedia.softseal.pdf spdf spd s1a
|
1084
|
-
application/vnd.seemail see
|
1085
|
-
application/vnd.sema sema
|
1086
|
-
application/vnd.semd semd
|
1087
|
-
application/vnd.semf semf
|
1088
|
-
application/vnd.shana.informed.formdata ifm
|
1089
|
-
application/vnd.shana.informed.formtemplate itp
|
1090
|
-
application/vnd.shana.informed.interchange iif
|
1091
|
-
application/vnd.shana.informed.package ipk
|
1092
|
-
application/vnd.SimTech-MindMapper twd twds
|
1093
|
-
application/vnd.siren+json
|
1094
|
-
application/vnd.smaf mmf
|
1095
|
-
application/vnd.smart.notebook
|
1096
|
-
application/vnd.smart.teacher teacher
|
1097
|
-
application/vnd.software602.filler.form+xml
|
1098
|
-
application/vnd.software602.filler.form-xml-zip
|
1099
|
-
application/vnd.solent.sdkm+xml sdkd sdkm
|
1100
|
-
application/vnd.spotfire.dxp dxp
|
1101
|
-
application/vnd.spotfire.sfs sfs
|
1102
|
-
application/vnd.sss-cod
|
1103
|
-
application/vnd.sss-dtf
|
1104
|
-
application/vnd.sss-ntf
|
1105
|
-
application/vnd.stardivision.calc sdc
|
1106
|
-
application/vnd.stardivision.chart sds
|
1107
|
-
application/vnd.stardivision.draw sda
|
1108
|
-
application/vnd.stardivision.impress sdd
|
1109
|
-
application/vnd.stardivision.math sdf smf
|
1110
|
-
application/vnd.stardivision.writer sdw vor
|
1111
|
-
application/vnd.stardivision.writer-global sgl
|
1112
|
-
application/vnd.stepmania.package smzip
|
1113
|
-
application/vnd.stepmania.stepchart sm
|
1114
|
-
application/vnd.street-stream
|
1115
|
-
application/vnd.sun.wadl+xml
|
1116
|
-
application/vnd.sun.xml.calc sxc
|
1117
|
-
application/vnd.sun.xml.calc.template stc
|
1118
|
-
application/vnd.sun.xml.draw sxd
|
1119
|
-
application/vnd.sun.xml.draw.template std
|
1120
|
-
application/vnd.sun.xml.impress sxi
|
1121
|
-
application/vnd.sun.xml.impress.template sti
|
1122
|
-
application/vnd.sun.xml.math sxm
|
1123
|
-
application/vnd.sun.xml.writer sxw
|
1124
|
-
application/vnd.sun.xml.writer.global sxg
|
1125
|
-
application/vnd.sun.xml.writer.template stw
|
1126
|
-
application/vnd.sus-calendar sus susp
|
1127
|
-
application/vnd.svd svd
|
1128
|
-
application/vnd.swiftview-ics
|
1129
|
-
application/vnd.symbian.install sis sisx
|
1130
|
-
application/vnd.syncml+xml xsm
|
1131
|
-
application/vnd.syncml.dm+wbxml bdm
|
1132
|
-
application/vnd.syncml.dm+xml xdm
|
1133
|
-
application/vnd.syncml.dm.notification
|
1134
|
-
application/vnd.syncml.dmddf+wbxml
|
1135
|
-
application/vnd.syncml.dmddf+xml
|
1136
|
-
application/vnd.syncml.dmtnds+wbxml
|
1137
|
-
application/vnd.syncml.dmtnds+xml
|
1138
|
-
application/vnd.syncml.ds.notification
|
1139
|
-
application/vnd.tao.intent-module-archive tao
|
1140
|
-
application/vnd.tcpdump.pcap cap dmp pcap
|
1141
|
-
application/vnd.tmd.mediaflex.api+xml
|
1142
|
-
application/vnd.tml
|
1143
|
-
application/vnd.tmobile-livetv tmo
|
1144
|
-
application/vnd.trid.tpt tpt
|
1145
|
-
application/vnd.triscape.mxs mxs
|
1146
|
-
application/vnd.trueapp tra
|
1147
|
-
application/vnd.truedoc
|
1148
|
-
application/vnd.ubisoft.webplayer
|
1149
|
-
application/vnd.ufdl ufd ufdl
|
1150
|
-
application/vnd.uiq.theme utz
|
1151
|
-
application/vnd.umajin umj
|
1152
|
-
application/vnd.unity unityweb
|
1153
|
-
application/vnd.uoml+xml uoml
|
1154
|
-
application/vnd.uplanet.alert
|
1155
|
-
application/vnd.uplanet.alert-wbxml
|
1156
|
-
application/vnd.uplanet.bearer-choice
|
1157
|
-
application/vnd.uplanet.bearer-choice-wbxml
|
1158
|
-
application/vnd.uplanet.cacheop
|
1159
|
-
application/vnd.uplanet.cacheop-wbxml
|
1160
|
-
application/vnd.uplanet.channel
|
1161
|
-
application/vnd.uplanet.channel-wbxml
|
1162
|
-
application/vnd.uplanet.list
|
1163
|
-
application/vnd.uplanet.list-wbxml
|
1164
|
-
application/vnd.uplanet.listcmd
|
1165
|
-
application/vnd.uplanet.listcmd-wbxml
|
1166
|
-
application/vnd.uplanet.signal
|
1167
|
-
application/vnd.uri-map
|
1168
|
-
application/vnd.valve.source.material
|
1169
|
-
application/vnd.vcx vcx
|
1170
|
-
application/vnd.vd-study
|
1171
|
-
application/vnd.vectorworks
|
1172
|
-
application/vnd.vel+json
|
1173
|
-
application/vnd.verimatrix.vcas
|
1174
|
-
application/vnd.vidsoft.vidconference vsc
|
1175
|
-
application/vnd.visio vsd vst vsw vss
|
1176
|
-
application/vnd.visionary vis
|
1177
|
-
application/vnd.vividence.scriptfile
|
1178
|
-
application/vnd.vsf vsf
|
1179
|
-
application/vnd.wap.sic sic
|
1180
|
-
application/vnd.wap.slc slc
|
1181
|
-
application/vnd.wap.wbxml wbxml
|
1182
|
-
application/vnd.wap.wmlc wmlc
|
1183
|
-
application/vnd.wap.wmlscriptc wmlsc
|
1184
|
-
application/vnd.webturbo wtb
|
1185
|
-
application/vnd.wfa.p2p
|
1186
|
-
application/vnd.wfa.wsc
|
1187
|
-
application/vnd.windows.devicepairing
|
1188
|
-
application/vnd.wmc
|
1189
|
-
application/vnd.wmf.bootstrap
|
1190
|
-
application/vnd.wolfram.mathematica
|
1191
|
-
application/vnd.wolfram.mathematica.package
|
1192
|
-
application/vnd.wolfram.player nbp
|
1193
|
-
application/vnd.wordperfect wpd
|
1194
|
-
application/vnd.wqd wqd
|
1195
|
-
application/vnd.wrq-hp3000-labelled
|
1196
|
-
application/vnd.wt.stf stf
|
1197
|
-
application/vnd.wv.csp+wbxml wv
|
1198
|
-
application/vnd.wv.csp+xml
|
1199
|
-
application/vnd.wv.ssp+xml
|
1200
|
-
application/vnd.xacml+json
|
1201
|
-
application/vnd.xara xar
|
1202
|
-
application/vnd.xfdl xfdl
|
1203
|
-
application/vnd.xfdl.webform
|
1204
|
-
application/vnd.xmi+xml
|
1205
|
-
application/vnd.xmpie.cpkg
|
1206
|
-
application/vnd.xmpie.dpkg
|
1207
|
-
application/vnd.xmpie.plan
|
1208
|
-
application/vnd.xmpie.ppkg
|
1209
|
-
application/vnd.xmpie.xlim
|
1210
|
-
application/vnd.yamaha.hv-dic hvd
|
1211
|
-
application/vnd.yamaha.hv-script hvs
|
1212
|
-
application/vnd.yamaha.hv-voice hvp
|
1213
|
-
application/vnd.yamaha.openscoreformat osf
|
1214
|
-
application/vnd.yamaha.openscoreformat.osfpvg+xml osfpvg
|
1215
|
-
application/vnd.yamaha.remote-setup
|
1216
|
-
application/vnd.yamaha.smaf-audio saf
|
1217
|
-
application/vnd.yamaha.smaf-phrase spf
|
1218
|
-
application/vnd.yamaha.through-ngn
|
1219
|
-
application/vnd.yamaha.tunnel-udpencap
|
1220
|
-
application/vnd.yaoweme
|
1221
|
-
application/vnd.yellowriver-custom-menu cmp
|
1222
|
-
application/vnd.zul zir zirz
|
1223
|
-
application/vnd.zzazz.deck+xml zaz
|
1224
|
-
application/voicexml+xml vxml
|
1225
|
-
application/vq-rtcpxr
|
1226
|
-
application/watcherinfo+xml wif
|
1227
|
-
application/whoispp-query
|
1228
|
-
application/whoispp-response
|
1229
|
-
application/widget wgt
|
1230
|
-
application/winhlp hlp
|
1231
|
-
application/wita
|
1232
|
-
application/word doc dot
|
1233
|
-
application/wordperfect wp
|
1234
|
-
application/wordperfect5.1 wp5 wp
|
1235
|
-
application/wordperfect6.1 wp6
|
1236
|
-
application/wordperfectd wpd
|
1237
|
-
application/wsdl+xml wsdl
|
1238
|
-
application/wspolicy+xml wspolicy
|
1239
|
-
application/x-123 wk
|
1240
|
-
application/x-7z-compressed 7z
|
1241
|
-
application/x-abiword abw
|
1242
|
-
application/x-access mdf mda mdb mde
|
1243
|
-
application/x-ace-compressed ace
|
1244
|
-
application/x-apple-diskimage dmg
|
1245
|
-
application/x-authorware-bin aab u32 vox x32
|
1246
|
-
application/x-authorware-map aam
|
1247
|
-
application/x-authorware-seg aas
|
1248
|
-
application/x-bcpio bcpio
|
1249
|
-
application/x-bittorrent torrent
|
1250
|
-
application/x-bleeper bleep
|
1251
|
-
application/x-blorb blb blorb
|
1252
|
-
application/x-bzip bz
|
1253
|
-
application/x-bzip2 boz bz2
|
1254
|
-
application/x-cbr cb7 cba cbr cbt cbz
|
1255
|
-
application/x-cdlink vcd
|
1256
|
-
application/x-cfs-compressed cfs
|
1257
|
-
application/x-chat chat
|
1258
|
-
application/x-chess-pgn pgn
|
1259
|
-
application/x-chrome-extension crx
|
1260
|
-
application/x-clariscad
|
1261
|
-
application/x-compress z Z
|
1262
|
-
application/x-compressed z Z
|
1263
|
-
application/x-conference nsc
|
1264
|
-
application/x-cpio cpio
|
1265
|
-
application/x-csh csh
|
1266
|
-
application/x-cu-seeme csm cu
|
1267
|
-
application/x-debian-package deb udeb
|
1268
|
-
application/x-dgc-compressed dgc
|
1269
|
-
application/x-director dcr @dir @dxr cct cst cxt dir dxr fgd swa w3d
|
1270
|
-
application/x-doom wad
|
1271
|
-
application/x-drafting
|
1272
|
-
application/x-dtbncx+xml ncx
|
1273
|
-
application/x-dtbook+xml dtb
|
1274
|
-
application/x-dtbresource+xml res
|
1275
|
-
application/x-dvi dvi
|
1276
|
-
application/x-dxf
|
1277
|
-
application/x-envoy evy
|
1278
|
-
application/x-eva eva
|
1279
|
-
application/x-excel
|
1280
|
-
application/x-font-bdf bdf
|
1281
|
-
application/x-font-ghostscript gsf
|
1282
|
-
application/x-font-linux-psf psf
|
1283
|
-
application/x-font-opentype otf
|
1284
|
-
application/x-font-otf otf
|
1285
|
-
application/x-font-pcf pcf
|
1286
|
-
application/x-font-snf snf
|
1287
|
-
application/x-font-truetype ttf
|
1288
|
-
application/x-font-ttf ttc ttf
|
1289
|
-
application/x-font-type1 afm pfa pfb pfm
|
1290
|
-
application/x-fractals
|
1291
|
-
application/x-freearc arc
|
1292
|
-
application/x-futuresplash spl
|
1293
|
-
application/x-gca-compressed gca
|
1294
|
-
application/x-ghostview
|
1295
|
-
application/x-glulx ulx
|
1296
|
-
application/x-gnumeric gnumeric
|
1297
|
-
application/x-gramps-xml gramps
|
1298
|
-
application/x-gtar gtar tgz tbz2 tbz
|
1299
|
-
application/x-gzip gz
|
1300
|
-
application/x-hdf hdf
|
1301
|
-
application/x-hep hep
|
1302
|
-
application/x-html+ruby rhtml
|
1303
|
-
application/x-httpd-php phtml pht php
|
1304
|
-
application/x-ibooks+zip ibooks
|
1305
|
-
application/x-ica ica
|
1306
|
-
application/x-ideas
|
1307
|
-
application/x-imagemap imagemap imap
|
1308
|
-
application/x-install-instructions install
|
1309
|
-
application/x-iso9660-image iso
|
1310
|
-
application/x-iwork-keynote-sffkey key
|
1311
|
-
application/x-iwork-numbers-sffnumbers numbers
|
1312
|
-
application/x-iwork-pages-sffpages pages
|
1313
|
-
application/x-java-archive jar
|
1314
|
-
application/x-java-jnlp-file jnlp
|
1315
|
-
application/x-java-serialized-object ser
|
1316
|
-
application/x-java-vm class
|
1317
|
-
application/x-javascript js
|
1318
|
-
application/x-koan skp skd skt skm
|
1319
|
-
application/x-latex ltx latex
|
1320
|
-
application/x-lotus-123 wks
|
1321
|
-
application/x-lzh-compressed lha lzh
|
1322
|
-
application/x-mac bin
|
1323
|
-
application/x-mac-compactpro cpt
|
1324
|
-
application/x-macbase64 bin
|
1325
|
-
application/x-macbinary
|
1326
|
-
application/x-maker frm maker frame fm fb book fbdoc
|
1327
|
-
application/x-mathcad mcd
|
1328
|
-
application/x-mathematica-old
|
1329
|
-
application/x-mie mie
|
1330
|
-
application/x-mif mif
|
1331
|
-
application/x-mobipocket-ebook mobi prc
|
1332
|
-
application/x-ms-application application
|
1333
|
-
application/x-ms-shortcut lnk
|
1334
|
-
application/x-ms-wmd wmd
|
1335
|
-
application/x-ms-wmz wmz
|
1336
|
-
application/x-ms-xbap xbap
|
1337
|
-
application/x-msaccess mda mdb mde mdf
|
1338
|
-
application/x-msbinder obd
|
1339
|
-
application/x-mscardfile crd
|
1340
|
-
application/x-msclip clp
|
1341
|
-
application/x-msdos-program cmd bat com exe reg ps1 vbs
|
1342
|
-
application/x-msdownload exe com cmd bat dll msi reg ps1 vbs
|
1343
|
-
application/x-msmediaview m13 m14 mvb
|
1344
|
-
application/x-msmetafile emf emz wmf wmz
|
1345
|
-
application/x-msmoney mny
|
1346
|
-
application/x-mspublisher pub
|
1347
|
-
application/x-msschedule scd
|
1348
|
-
application/x-msterminal trm
|
1349
|
-
application/x-msword doc dot wrd
|
1350
|
-
application/x-mswrite wri
|
1351
|
-
application/x-netcdf nc cdf
|
1352
|
-
application/x-ns-proxy-autoconfig pac
|
1353
|
-
application/x-nzb nzb
|
1354
|
-
application/x-opera-extension oex
|
1355
|
-
application/x-pagemaker pm pm5 pt5
|
1356
|
-
application/x-perl pl pm
|
1357
|
-
application/x-pgp
|
1358
|
-
application/x-pkcs12 p12 pfx
|
1359
|
-
application/x-pkcs7-certificates p7b spc
|
1360
|
-
application/x-pkcs7-certreqresp p7r
|
1361
|
-
application/x-python py
|
1362
|
-
application/x-quicktimeplayer qtl
|
1363
|
-
application/x-rar-compressed rar
|
1364
|
-
application/x-remote_printing
|
1365
|
-
application/x-research-info-systems ris
|
1366
|
-
application/x-rtf rtf
|
1367
|
-
application/x-ruby rb rbw
|
1368
|
-
application/x-set
|
1369
|
-
application/x-sh sh
|
1370
|
-
application/x-shar shar
|
1371
|
-
application/x-shockwave-flash swf
|
1372
|
-
application/x-silverlight-app xap
|
1373
|
-
application/x-SLA
|
1374
|
-
application/x-solids
|
1375
|
-
application/x-spss sav sbs sps spo spp
|
1376
|
-
application/x-sql sql
|
1377
|
-
application/x-STEP
|
1378
|
-
application/x-stuffit sit
|
1379
|
-
application/x-stuffitx sitx
|
1380
|
-
application/x-subrip srt
|
1381
|
-
application/x-sv4cpio sv4cpio
|
1382
|
-
application/x-sv4crc sv4crc
|
1383
|
-
application/x-t3vm-image t3
|
1384
|
-
application/x-tads gam
|
1385
|
-
application/x-tar tar
|
1386
|
-
application/x-tcl tcl
|
1387
|
-
application/x-tex tex
|
1388
|
-
application/x-tex-tfm tfm
|
1389
|
-
application/x-texinfo texinfo texi
|
1390
|
-
application/x-tgif obj
|
1391
|
-
application/x-toolbook tbk
|
1392
|
-
application/x-troff t tr roff
|
1393
|
-
application/x-troff-man man
|
1394
|
-
application/x-troff-me me
|
1395
|
-
application/x-troff-ms ms
|
1396
|
-
application/x-u-star
|
1397
|
-
application/x-ustar ustar
|
1398
|
-
application/x-VMSBACKUP bck
|
1399
|
-
application/x-wais-source src
|
1400
|
-
application/x-web-app-manifest+json webapp
|
1401
|
-
application/x-Wingz wz wkz
|
1402
|
-
application/x-word doc dot
|
1403
|
-
application/x-wordperfect wp
|
1404
|
-
application/x-wordperfect6.1 wp6
|
1405
|
-
application/x-wordperfectd wpd
|
1406
|
-
application/x-www-form-urlencoded
|
1407
|
-
application/x-x509-ca-cert crt der
|
1408
|
-
application/x-xfig fig
|
1409
|
-
application/x-xliff+xml xlf
|
1410
|
-
application/x-xpinstall xpi
|
1411
|
-
application/x-xz xz
|
1412
|
-
application/x-zmachine z1 z2 z3 z4 z5 z6 z7 z8
|
1413
|
-
application/x400-bp
|
1414
|
-
application/x400.bp
|
1415
|
-
application/xacml+xml
|
1416
|
-
application/xaml+xml xaml
|
1417
|
-
application/xcap-att+xml
|
1418
|
-
application/xcap-caps+xml
|
1419
|
-
application/xcap-diff+xml xdf
|
1420
|
-
application/xcap-el+xml
|
1421
|
-
application/xcap-error+xml
|
1422
|
-
application/xcap-ns+xml
|
1423
|
-
application/xcon-conference-info+xml
|
1424
|
-
application/xcon-conference-info-diff+xml
|
1425
|
-
application/xenc+xml xenc
|
1426
|
-
application/xhtml+xml xht xhtml
|
1427
|
-
application/xhtml-voice+xml
|
1428
|
-
application/xml xml xsl
|
1429
|
-
application/xml-dtd dtd
|
1430
|
-
application/xml-external-parsed-entity
|
1431
|
-
application/xml-patch+xml
|
1432
|
-
application/xmpp+xml
|
1433
|
-
application/xop+xml xop
|
1434
|
-
application/xproc+xml xpl
|
1435
|
-
application/xslt+xml xslt
|
1436
|
-
application/xspf+xml xspf
|
1437
|
-
application/xv+xml mxml xhvml xvm xvml
|
1438
|
-
application/yang yang
|
1439
|
-
application/yin+xml yin
|
1440
|
-
application/zip zip
|
1441
|
-
application/zlib
|
1442
|
-
audio/1d-interleaved-parityfec
|
1443
|
-
audio/32kadpcm
|
1444
|
-
audio/3gpp
|
1445
|
-
audio/3gpp2
|
1446
|
-
audio/ac3
|
1447
|
-
audio/adpcm adp
|
1448
|
-
audio/AMR amr
|
1449
|
-
audio/AMR-WB awb
|
1450
|
-
audio/amr-wb+
|
1451
|
-
audio/aptx
|
1452
|
-
audio/asc
|
1453
|
-
audio/ATRAC-ADVANCED-LOSSLESS
|
1454
|
-
audio/ATRAC-X
|
1455
|
-
audio/ATRAC3
|
1456
|
-
audio/basic au snd
|
1457
|
-
audio/BV16
|
1458
|
-
audio/BV32
|
1459
|
-
audio/clearmode
|
1460
|
-
audio/CN
|
1461
|
-
audio/DAT12
|
1462
|
-
audio/dls
|
1463
|
-
audio/dsr-es201108
|
1464
|
-
audio/dsr-es202050
|
1465
|
-
audio/dsr-es202211
|
1466
|
-
audio/dsr-es202212
|
1467
|
-
audio/DV
|
1468
|
-
audio/DVI4
|
1469
|
-
audio/eac3
|
1470
|
-
audio/encaprtp
|
1471
|
-
audio/EVRC evc
|
1472
|
-
audio/EVRC-QCP
|
1473
|
-
audio/EVRC0
|
1474
|
-
audio/EVRC1
|
1475
|
-
audio/EVRCB
|
1476
|
-
audio/EVRCB0
|
1477
|
-
audio/EVRCB1
|
1478
|
-
audio/EVRCNW
|
1479
|
-
audio/EVRCNW0
|
1480
|
-
audio/EVRCNW1
|
1481
|
-
audio/EVRCWB
|
1482
|
-
audio/EVRCWB0
|
1483
|
-
audio/EVRCWB1
|
1484
|
-
audio/EVS
|
1485
|
-
audio/example
|
1486
|
-
audio/fwdred
|
1487
|
-
audio/G711-0
|
1488
|
-
audio/G719
|
1489
|
-
audio/G722
|
1490
|
-
audio/G7221
|
1491
|
-
audio/G723
|
1492
|
-
audio/G726-16
|
1493
|
-
audio/G726-24
|
1494
|
-
audio/G726-32
|
1495
|
-
audio/G726-40
|
1496
|
-
audio/G728
|
1497
|
-
audio/G729
|
1498
|
-
audio/G7291
|
1499
|
-
audio/G729D
|
1500
|
-
audio/G729E
|
1501
|
-
audio/GSM
|
1502
|
-
audio/GSM-EFR
|
1503
|
-
audio/GSM-HR-08
|
1504
|
-
audio/iLBC
|
1505
|
-
audio/ip-mr_v2.5
|
1506
|
-
audio/L16 l16
|
1507
|
-
audio/L20
|
1508
|
-
audio/L24
|
1509
|
-
audio/L8
|
1510
|
-
audio/LPC
|
1511
|
-
audio/midi kar mid midi rmi
|
1512
|
-
audio/mobile-xmf
|
1513
|
-
audio/mp4 mp4 mpg4 f4a f4b mp4a m4a
|
1514
|
-
audio/MP4A-LATM m4a
|
1515
|
-
audio/MPA
|
1516
|
-
audio/mpa-robust
|
1517
|
-
audio/mpeg mpga mp2 mp3 m2a m3a mp2a
|
1518
|
-
audio/mpeg4-generic
|
1519
|
-
audio/ogg oga ogg spx
|
1520
|
-
audio/opus
|
1521
|
-
audio/parityfec
|
1522
|
-
audio/PCMA
|
1523
|
-
audio/PCMA-WB
|
1524
|
-
audio/PCMU
|
1525
|
-
audio/PCMU-WB
|
1526
|
-
audio/prs.sid
|
1527
|
-
audio/QCELP
|
1528
|
-
audio/raptorfec
|
1529
|
-
audio/RED
|
1530
|
-
audio/rtp-enc-aescm128
|
1531
|
-
audio/rtp-midi
|
1532
|
-
audio/rtploopback
|
1533
|
-
audio/rtx
|
1534
|
-
audio/s3m s3m
|
1535
|
-
audio/silk sil
|
1536
|
-
audio/SMV smv
|
1537
|
-
audio/SMV-QCP
|
1538
|
-
audio/SMV0
|
1539
|
-
audio/sp-midi
|
1540
|
-
audio/speex
|
1541
|
-
audio/t140c
|
1542
|
-
audio/t38
|
1543
|
-
audio/telephone-event
|
1544
|
-
audio/tone
|
1545
|
-
audio/UEMCLIP
|
1546
|
-
audio/ulpfec
|
1547
|
-
audio/VDVI
|
1548
|
-
audio/VMR-WB
|
1549
|
-
audio/vnd.3gpp.iufp
|
1550
|
-
audio/vnd.4SB
|
1551
|
-
audio/vnd.audiokoz
|
1552
|
-
audio/vnd.CELP
|
1553
|
-
audio/vnd.cisco.nse
|
1554
|
-
audio/vnd.cmles.radio-events
|
1555
|
-
audio/vnd.cns.anp1
|
1556
|
-
audio/vnd.cns.inf1
|
1557
|
-
audio/vnd.dece.audio uva uvva
|
1558
|
-
audio/vnd.digital-winds eol
|
1559
|
-
audio/vnd.dlna.adts
|
1560
|
-
audio/vnd.dolby.heaac.1
|
1561
|
-
audio/vnd.dolby.heaac.2
|
1562
|
-
audio/vnd.dolby.mlp
|
1563
|
-
audio/vnd.dolby.mps
|
1564
|
-
audio/vnd.dolby.pl2
|
1565
|
-
audio/vnd.dolby.pl2x
|
1566
|
-
audio/vnd.dolby.pl2z
|
1567
|
-
audio/vnd.dolby.pulse.1
|
1568
|
-
audio/vnd.dra dra
|
1569
|
-
audio/vnd.dts dts
|
1570
|
-
audio/vnd.dts.hd dtshd
|
1571
|
-
audio/vnd.dvb.file
|
1572
|
-
audio/vnd.everad.plj plj
|
1573
|
-
audio/vnd.hns.audio
|
1574
|
-
audio/vnd.lucent.voice lvp
|
1575
|
-
audio/vnd.ms-playready.media.pya pya
|
1576
|
-
audio/vnd.nokia.mobile-xmf mxmf
|
1577
|
-
audio/vnd.nortel.vbk vbk
|
1578
|
-
audio/vnd.nuera.ecelp4800 ecelp4800
|
1579
|
-
audio/vnd.nuera.ecelp7470 ecelp7470
|
1580
|
-
audio/vnd.nuera.ecelp9600 ecelp9600
|
1581
|
-
audio/vnd.octel.sbc
|
1582
|
-
audio/vnd.qcelp qcp
|
1583
|
-
audio/vnd.rhetorex.32kadpcm
|
1584
|
-
audio/vnd.rip rip
|
1585
|
-
audio/vnd.sealedmedia.softseal.mpeg smp3 smp s1m
|
1586
|
-
audio/vnd.vmx.cvsd
|
1587
|
-
audio/vorbis
|
1588
|
-
audio/vorbis-config
|
1589
|
-
audio/webm weba webm
|
1590
|
-
audio/x-aac aac
|
1591
|
-
audio/x-aiff aif aifc aiff
|
1592
|
-
audio/x-caf caf
|
1593
|
-
audio/x-flac flac
|
1594
|
-
audio/x-matroska mka
|
1595
|
-
audio/x-midi mid midi kar
|
1596
|
-
audio/x-mpegurl m3u
|
1597
|
-
audio/x-ms-wax wax
|
1598
|
-
audio/x-ms-wma wma
|
1599
|
-
audio/x-ms-wmv wmv
|
1600
|
-
audio/x-pn-realaudio ra ram
|
1601
|
-
audio/x-pn-realaudio-plugin rmp rpm
|
1602
|
-
audio/x-realaudio ra
|
1603
|
-
audio/x-wav wav
|
1604
|
-
audio/xm xm
|
1605
|
-
chemical/x-cdx cdx
|
1606
|
-
chemical/x-cif cif
|
1607
|
-
chemical/x-cmdf cmdf
|
1608
|
-
chemical/x-cml cml
|
1609
|
-
chemical/x-csml csml
|
1610
|
-
chemical/x-pdb pdb
|
1611
|
-
chemical/x-xyz xyz
|
1612
|
-
drawing/dwf dwf
|
1613
|
-
image/bmp bmp
|
1614
|
-
image/cgm cgm
|
1615
|
-
image/cmu-raster
|
1616
|
-
image/emf
|
1617
|
-
image/example
|
1618
|
-
image/fits
|
1619
|
-
image/g3fax g3
|
1620
|
-
image/gif gif
|
1621
|
-
image/ief ief
|
1622
|
-
image/jp2 jp2 jpg2
|
1623
|
-
image/jpeg jpeg jpg jpe
|
1624
|
-
image/jpm jpm jpgm
|
1625
|
-
image/jpx jpx jpf
|
1626
|
-
image/ktx ktx
|
1627
|
-
image/naplps
|
1628
|
-
image/pjpeg
|
1629
|
-
image/png png
|
1630
|
-
image/prs.btif btif
|
1631
|
-
image/prs.pti
|
1632
|
-
image/pwg-raster
|
1633
|
-
image/sgi sgi
|
1634
|
-
image/svg+xml svg svgz
|
1635
|
-
image/t38
|
1636
|
-
image/targa tga
|
1637
|
-
image/tiff tiff tif
|
1638
|
-
image/tiff-fx
|
1639
|
-
image/vnd.adobe.photoshop psd
|
1640
|
-
image/vnd.airzip.accelerator.azv
|
1641
|
-
image/vnd.cns.inf2
|
1642
|
-
image/vnd.dece.graphic uvg uvi uvvg uvvi
|
1643
|
-
image/vnd.dgn dgn
|
1644
|
-
image/vnd.djvu djvu djv
|
1645
|
-
image/vnd.dvb.subtitle sub
|
1646
|
-
image/vnd.dwg dwg
|
1647
|
-
image/vnd.dxf dxf
|
1648
|
-
image/vnd.fastbidsheet fbs
|
1649
|
-
image/vnd.fpx fpx
|
1650
|
-
image/vnd.fst fst
|
1651
|
-
image/vnd.fujixerox.edmics-mmr mmr
|
1652
|
-
image/vnd.fujixerox.edmics-rlc rlc
|
1653
|
-
image/vnd.globalgraphics.pgb pgb
|
1654
|
-
image/vnd.microsoft.icon ico
|
1655
|
-
image/vnd.mix
|
1656
|
-
image/vnd.mozilla.apng
|
1657
|
-
image/vnd.ms-modi mdi
|
1658
|
-
image/vnd.ms-photo wdp
|
1659
|
-
image/vnd.net-fpx npx
|
1660
|
-
image/vnd.net.fpx
|
1661
|
-
image/vnd.radiance
|
1662
|
-
image/vnd.sealed.png
|
1663
|
-
image/vnd.sealedmedia.softseal.gif
|
1664
|
-
image/vnd.sealedmedia.softseal.jpg
|
1665
|
-
image/vnd.svf
|
1666
|
-
image/vnd.tencent.tap
|
1667
|
-
image/vnd.valve.source.texture
|
1668
|
-
image/vnd.wap.wbmp wbmp
|
1669
|
-
image/vnd.xiff xif
|
1670
|
-
image/vnd.zbrush.pcx
|
1671
|
-
image/webp webp
|
1672
|
-
image/wmf
|
1673
|
-
image/x-3ds 3ds
|
1674
|
-
image/x-bmp bmp
|
1675
|
-
image/x-cmu-raster ras
|
1676
|
-
image/x-cmx cmx
|
1677
|
-
image/x-compressed-xcf xcfbz2 xcfgz
|
1678
|
-
image/x-freehand fh fh4 fh5 fh7 fhc
|
1679
|
-
image/x-hasselblad-3fr 3fr
|
1680
|
-
image/x-icon ico
|
1681
|
-
image/x-mrsid-image sid
|
1682
|
-
image/x-ms-bmp bmp
|
1683
|
-
image/x-paintshoppro psp pspimage
|
1684
|
-
image/x-pcx pcx
|
1685
|
-
image/x-pict pct pic
|
1686
|
-
image/x-portable-anymap pnm
|
1687
|
-
image/x-portable-bitmap pbm
|
1688
|
-
image/x-portable-graymap pgm
|
1689
|
-
image/x-portable-pixmap ppm
|
1690
|
-
image/x-rgb rgb
|
1691
|
-
image/x-targa tga
|
1692
|
-
image/x-tga tga
|
1693
|
-
image/x-vnd.dgn dgn
|
1694
|
-
image/x-win-bmp
|
1695
|
-
image/x-xbitmap xbm
|
1696
|
-
image/x-xbm xbm
|
1697
|
-
image/x-xcf xcf
|
1698
|
-
image/x-xpixmap xpm
|
1699
|
-
image/x-xwindowdump xwd
|
1700
|
-
message/CPIM
|
1701
|
-
message/delivery-status
|
1702
|
-
message/disposition-notification
|
1703
|
-
message/example
|
1704
|
-
message/external-body
|
1705
|
-
message/feedback-report
|
1706
|
-
message/global
|
1707
|
-
message/global-delivery-status
|
1708
|
-
message/global-disposition-notification
|
1709
|
-
message/global-headers
|
1710
|
-
message/http
|
1711
|
-
message/imdn+xml
|
1712
|
-
message/news
|
1713
|
-
message/partial
|
1714
|
-
message/rfc822 eml mime
|
1715
|
-
message/s-http
|
1716
|
-
message/sip
|
1717
|
-
message/sipfrag
|
1718
|
-
message/tracking-status
|
1719
|
-
message/vnd.si.simp
|
1720
|
-
message/vnd.wfa.wsc
|
1721
|
-
model/example
|
1722
|
-
model/iges igs iges
|
1723
|
-
model/mesh msh mesh silo
|
1724
|
-
model/vnd.collada+xml dae
|
1725
|
-
model/vnd.dwf dwf
|
1726
|
-
model/vnd.flatland.3dml
|
1727
|
-
model/vnd.gdl gdl
|
1728
|
-
model/vnd.gs-gdl
|
1729
|
-
model/vnd.gtw gtw
|
1730
|
-
model/vnd.moml+xml
|
1731
|
-
model/vnd.mts mts
|
1732
|
-
model/vnd.opengex
|
1733
|
-
model/vnd.parasolid.transmit.binary x_b xmt_bin
|
1734
|
-
model/vnd.parasolid.transmit.text x_t xmt_txt
|
1735
|
-
model/vnd.rosette.annotated-data-model
|
1736
|
-
model/vnd.valve.source.compiled-map
|
1737
|
-
model/vnd.vtu vtu
|
1738
|
-
model/vrml wrl vrml
|
1739
|
-
model/x3d+binary x3db x3dbz
|
1740
|
-
model/x3d+fastinfoset
|
1741
|
-
model/x3d+vrml x3dv x3dvz
|
1742
|
-
model/x3d+xml x3d x3dz
|
1743
|
-
model/x3d-vrml
|
1744
|
-
multipart/alternative
|
1745
|
-
multipart/appledouble
|
1746
|
-
multipart/byteranges
|
1747
|
-
multipart/digest
|
1748
|
-
multipart/encrypted
|
1749
|
-
multipart/example
|
1750
|
-
multipart/form-data
|
1751
|
-
multipart/header-set
|
1752
|
-
multipart/mixed
|
1753
|
-
multipart/parallel
|
1754
|
-
multipart/related
|
1755
|
-
multipart/report
|
1756
|
-
multipart/signed
|
1757
|
-
multipart/voice-message
|
1758
|
-
multipart/x-gzip
|
1759
|
-
multipart/x-mixed-replace
|
1760
|
-
multipart/x-parallel
|
1761
|
-
multipart/x-tar
|
1762
|
-
multipart/x-ustar
|
1763
|
-
multipart/x-www-form-urlencoded
|
1764
|
-
multipart/x-zip
|
1765
|
-
text/1d-interleaved-parityfec
|
1766
|
-
text/cache-manifest appcache manifest
|
1767
|
-
text/calendar ics ifb
|
1768
|
-
text/comma-separated-values csv
|
1769
|
-
text/css css
|
1770
|
-
text/csv csv
|
1771
|
-
text/csv-schema
|
1772
|
-
text/directory
|
1773
|
-
text/dns
|
1774
|
-
text/ecmascript
|
1775
|
-
text/encaprtp
|
1776
|
-
text/enriched
|
1777
|
-
text/example
|
1778
|
-
text/fwdred
|
1779
|
-
text/grammar-ref-list
|
1780
|
-
text/html html htm htmlx shtml htx
|
1781
|
-
text/javascript js
|
1782
|
-
text/jcr-cnd
|
1783
|
-
text/markdown
|
1784
|
-
text/mizar
|
1785
|
-
text/n3 n3
|
1786
|
-
text/parameters
|
1787
|
-
text/parityfec
|
1788
|
-
text/plain txt asc c cc h hh cpp hpp dat hlp conf def doc in list log markdown md rst text textile
|
1789
|
-
text/provenance-notation
|
1790
|
-
text/prs.fallenstein.rst rst
|
1791
|
-
text/prs.lines.tag dsc
|
1792
|
-
text/prs.prop.logic
|
1793
|
-
text/raptorfec
|
1794
|
-
text/RED
|
1795
|
-
text/rfc822-headers
|
1796
|
-
text/richtext rtx
|
1797
|
-
text/rtf rtf
|
1798
|
-
text/rtp-enc-aescm128
|
1799
|
-
text/rtploopback
|
1800
|
-
text/rtx
|
1801
|
-
text/sgml sgml sgm
|
1802
|
-
text/t140
|
1803
|
-
text/tab-separated-values tsv
|
1804
|
-
text/troff t tr roff troff man me ms
|
1805
|
-
text/turtle ttl
|
1806
|
-
text/ulpfec
|
1807
|
-
text/uri-list uri uris urls
|
1808
|
-
text/vcard vcard
|
1809
|
-
text/vnd.a
|
1810
|
-
text/vnd.abc
|
1811
|
-
text/vnd.curl curl
|
1812
|
-
text/vnd.curl.dcurl dcurl
|
1813
|
-
text/vnd.curl.mcurl mcurl
|
1814
|
-
text/vnd.curl.scurl scurl
|
1815
|
-
text/vnd.debian.copyright
|
1816
|
-
text/vnd.DMClientScript
|
1817
|
-
text/vnd.dvb.subtitle sub
|
1818
|
-
text/vnd.esmertec.theme-descriptor
|
1819
|
-
text/vnd.flatland.3dml
|
1820
|
-
text/vnd.fly fly
|
1821
|
-
text/vnd.fmi.flexstor flx
|
1822
|
-
text/vnd.graphviz gv
|
1823
|
-
text/vnd.in3d.3dml 3dml
|
1824
|
-
text/vnd.in3d.spot spot
|
1825
|
-
text/vnd.IPTC.NewsML
|
1826
|
-
text/vnd.IPTC.NITF
|
1827
|
-
text/vnd.latex-z
|
1828
|
-
text/vnd.motorola.reflex
|
1829
|
-
text/vnd.ms-mediapackage
|
1830
|
-
text/vnd.net2phone.commcenter.command ccc
|
1831
|
-
text/vnd.radisys.msml-basic-layout
|
1832
|
-
text/vnd.si.uricatalogue
|
1833
|
-
text/vnd.sun.j2me.app-descriptor jad
|
1834
|
-
text/vnd.trolltech.linguist
|
1835
|
-
text/vnd.wap.si si
|
1836
|
-
text/vnd.wap.sl sl
|
1837
|
-
text/vnd.wap.wml wml
|
1838
|
-
text/vnd.wap.wmlscript wmls
|
1839
|
-
text/x-asm asm s
|
1840
|
-
text/x-c c cc cpp cxx dic h hh
|
1841
|
-
text/x-coffescript coffee
|
1842
|
-
text/x-component htc
|
1843
|
-
text/x-fortran f f77 f90 for
|
1844
|
-
text/x-java-source java
|
1845
|
-
text/x-nfo nfo
|
1846
|
-
text/x-opml opml
|
1847
|
-
text/x-pascal p pas
|
1848
|
-
text/x-rtf rtf
|
1849
|
-
text/x-setext etx
|
1850
|
-
text/x-sfv sfv
|
1851
|
-
text/x-uuencode uu
|
1852
|
-
text/x-vcalendar vcs
|
1853
|
-
text/x-vcard vcf
|
1854
|
-
text/x-vnd.flatland.3dml
|
1855
|
-
text/x-yaml yaml yml
|
1856
|
-
text/xml xml dtd
|
1857
|
-
text/xml-external-parsed-entity
|
1858
|
-
video/1d-interleaved-parityfec
|
1859
|
-
video/3gpp 3gp 3gpp
|
1860
|
-
video/3gpp-tt
|
1861
|
-
video/3gpp2 3g2 3gpp2
|
1862
|
-
video/BMPEG
|
1863
|
-
video/BT656
|
1864
|
-
video/CelB
|
1865
|
-
video/dl dl
|
1866
|
-
video/DV dv
|
1867
|
-
video/encaprtp
|
1868
|
-
video/example
|
1869
|
-
video/gl gl
|
1870
|
-
video/H261 h261
|
1871
|
-
video/H263 h263
|
1872
|
-
video/H263-1998
|
1873
|
-
video/H263-2000
|
1874
|
-
video/H264 h264
|
1875
|
-
video/H264-RCDO
|
1876
|
-
video/H264-SVC
|
1877
|
-
video/H265
|
1878
|
-
video/iso.segment
|
1879
|
-
video/JPEG jpgv
|
1880
|
-
video/jpeg2000
|
1881
|
-
video/jpm jpgm jpm
|
1882
|
-
video/MJ2 mj2 mjp2
|
1883
|
-
video/MP1S
|
1884
|
-
video/MP2P
|
1885
|
-
video/MP2T ts
|
1886
|
-
video/mp4 mp4 mpg4 f4v f4p mp4v
|
1887
|
-
video/MP4V-ES
|
1888
|
-
video/mpeg mp2 mp3g mpe mpeg mpg m1v m2v
|
1889
|
-
video/mpeg4-generic
|
1890
|
-
video/MPV
|
1891
|
-
video/nv
|
1892
|
-
video/ogg ogg ogv
|
1893
|
-
video/parityfec
|
1894
|
-
video/pointer
|
1895
|
-
video/quicktime qt mov
|
1896
|
-
video/raptorfec
|
1897
|
-
video/raw
|
1898
|
-
video/rtp-enc-aescm128
|
1899
|
-
video/rtploopback
|
1900
|
-
video/rtx
|
1901
|
-
video/SMPTE292M
|
1902
|
-
video/ulpfec
|
1903
|
-
video/vc1
|
1904
|
-
video/vnd.CCTV
|
1905
|
-
video/vnd.dece.hd uvh uvvh
|
1906
|
-
video/vnd.dece.mobile uvm uvvm
|
1907
|
-
video/vnd.dece.mp4
|
1908
|
-
video/vnd.dece.pd uvp uvvp
|
1909
|
-
video/vnd.dece.sd uvs uvvs
|
1910
|
-
video/vnd.dece.video uvv uvvv
|
1911
|
-
video/vnd.directv.mpeg
|
1912
|
-
video/vnd.directv.mpeg-tts
|
1913
|
-
video/vnd.dlna.mpeg-tts
|
1914
|
-
video/vnd.dvb.file dvb
|
1915
|
-
video/vnd.fvt fvt
|
1916
|
-
video/vnd.hns.video
|
1917
|
-
video/vnd.iptvforum.1dparityfec-1010
|
1918
|
-
video/vnd.iptvforum.1dparityfec-2005
|
1919
|
-
video/vnd.iptvforum.2dparityfec-1010
|
1920
|
-
video/vnd.iptvforum.2dparityfec-2005
|
1921
|
-
video/vnd.iptvforum.ttsavc
|
1922
|
-
video/vnd.iptvforum.ttsmpeg2
|
1923
|
-
video/vnd.motorola.video
|
1924
|
-
video/vnd.motorola.videop
|
1925
|
-
video/vnd.mpegurl mxu m4u
|
1926
|
-
video/vnd.ms-playready.media.pyv pyv
|
1927
|
-
video/vnd.nokia.interleaved-multimedia nim
|
1928
|
-
video/vnd.nokia.videovoip
|
1929
|
-
video/vnd.objectvideo mp4 m4v
|
1930
|
-
video/vnd.radgamettools.bink
|
1931
|
-
video/vnd.radgamettools.smacker
|
1932
|
-
video/vnd.sealed.mpeg1 s11
|
1933
|
-
video/vnd.sealed.mpeg4 smpg s14
|
1934
|
-
video/vnd.sealed.swf sswf ssw
|
1935
|
-
video/vnd.sealedmedia.softseal.mov smov smo s1q
|
1936
|
-
video/vnd.uvvu.mp4 uvu uvvu
|
1937
|
-
video/vnd.vivo viv vivo
|
1938
|
-
video/VP8
|
1939
|
-
video/webm webm
|
1940
|
-
video/x-dl dl
|
1941
|
-
video/x-dv dv
|
1942
|
-
video/x-f4v f4v
|
1943
|
-
video/x-fli fli
|
1944
|
-
video/x-flv flv
|
1945
|
-
video/x-gl gl
|
1946
|
-
video/x-ivf ivf
|
1947
|
-
video/x-m4v m4v
|
1948
|
-
video/x-matroska mk3d mks mkv
|
1949
|
-
video/x-mng mng
|
1950
|
-
video/x-motion-jpeg mjpg mjpeg
|
1951
|
-
video/x-ms-asf asf asx
|
1952
|
-
video/x-ms-vob vob
|
1953
|
-
video/x-ms-wm wm
|
1954
|
-
video/x-ms-wmv wmv
|
1955
|
-
video/x-ms-wmx wmx
|
1956
|
-
video/x-ms-wvx wvx
|
1957
|
-
video/x-msvideo avi
|
1958
|
-
video/x-sgi-movie movie
|
1959
|
-
video/x-smv smv
|
1960
|
-
x-chemical/x-pdb pdb
|
1961
|
-
x-chemical/x-xyz xyz
|
1962
|
-
x-conference/x-cooltalk ice
|
1963
|
-
x-drawing/dwf dwf
|
1964
|
-
x-world/x-vrml wrl vrml
|