task gem(type: Exec) { description 'Creates gem using "gem build" command. Sure hope you have RVM.' commandLine './gem.sh', 'build', 'helix_web_services_client.gemspec' } clean { delete 'helix_web_services_client-2016.1.0.gem' delete 'doc' }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 19553 | swellard | Move and rename clients | ||
//guest/perforce_software/helix-web-services/main/source/clients/2016.1.0/ruby/build.gradle | |||||
#2 | 19190 | tjuricek | Ruby Client SDK test reconfiguration and tests for branches, login, p4d configuration | ||
#1 | 18805 | tjuricek |
Added a minimal test suite integration with gradle, and include the gem in the installation process. The installers didn't quite get the revised versions of clients too, so I fixed that as well. We'll follow up with more tests in later work. |