RiotGamesMinions / thor-scmversion

Thor tasks to manage a VERSION file based on SCM tags
MIT License
58 stars 22 forks source link

use p4ruby #20

Open ivey opened 11 years ago

ivey commented 11 years ago

Currently, the P4Version class relies upon Shell out calls to get data to use. This is error prone and bad. Using a library like P4Ruby would enable us to write better code and handle errors WAY better.

ivey commented 11 years ago

@kallan357