$ script/build
# _/Users/kmatt/source/scmpuff
./main.go:40:38: cannot use inits.CommandInit() (type *"github.com/mroth/scmpuff/vendor/github.com/spf13/cobra".Command) as type *"github.com/spf13/cobra".Command in argument to puffCmd.AddCommand
./main.go:41:41: cannot use expand.CommandExpand() (type *"github.com/mroth/scmpuff/vendor/github.com/spf13/cobra".Command) as type *"github.com/spf13/cobra".Command in argument to puffCmd.AddCommand
./main.go:42:41: cannot use status.CommandStatus() (type *"github.com/mroth/scmpuff/vendor/github.com/spf13/cobra".Command) as type *"github.com/spf13/cobra".Command in argument to puffCmd.AddCommand
Attempting to build on machine without Ruby:
Is this an issue with scmpuff or spf13/cobra ?