gitextract_7sn9rhpq/ ├── .gitignore ├── .ruby-version ├── CHANGELOG.md ├── Gemfile ├── LICENSE ├── README.md ├── Rakefile ├── example/ │ ├── docker/ │ │ └── Dockerfile │ └── vagrant/ │ └── Vagrantfile ├── lib/ │ ├── vagrant-gatling-rsync/ │ │ ├── action/ │ │ │ └── startup_rsync.rb │ │ ├── command/ │ │ │ └── rsync_auto.rb │ │ ├── config.rb │ │ ├── errors.rb │ │ ├── listen/ │ │ │ ├── listenlinux.rb │ │ │ ├── listenosx.rb │ │ │ └── listenwindows.rb │ │ ├── plugin.rb │ │ └── version.rb │ └── vagrant-gatling-rsync.rb ├── locales/ │ └── en.yml └── vagrant-gatling-rsync.gemspec