gitextract_jwqlroy7/ ├── .gitignore ├── CONTRIBUTING.md ├── Gemfile ├── LICENSE.md ├── README.md ├── Rakefile ├── bin/ │ └── proteus ├── lib/ │ ├── proteus/ │ │ ├── kit.rb │ │ ├── repos.rb │ │ └── version.rb │ └── proteus.rb ├── proteus-kits.gemspec └── spec/ ├── proteus_spec.rb └── spec_helper.rb