tj / pomo

Ruby Pomodoro app for the command-line (time / task management)
MIT License
525 stars 53 forks source link

Admin access #31

Closed stephenmckinney closed 11 years ago

stephenmckinney commented 11 years ago

TLDR; I can't add Pomo to Travis without admin access.

I use REE at work so I would like to maintain 1.8 compat. As ou can see from 5dc2d763b9945e989ede8faaba4e198989c70fed 1.9 code creeps in unless I go back and forth in rbenv. Travis would make this easier.

stephenmckinney commented 11 years ago

@visionmedia thoughts?

tj commented 11 years ago

hmm there dont seem to be any options to allow that, just adding you as a collaborator, I can transfer the project though I dont mind, that'll break links though if there are any out there

vendethiel commented 11 years ago

what's wrong with @visionmedia manually adding travis hook?

tj commented 11 years ago

added it to travis, should be fine if we have the yaml

stephenmckinney commented 11 years ago

@visionmedia Transferring the project would make sense if you no longer want to be involved or don't feel like being pinged about stuff like this. It's really your decision as the maintainer how much you want to be involved.

As far as links: Creating a new project with a simple "This project has moved to [link]" README would handle links. And git remotes can be updated pretty easily also.

stephenmckinney commented 11 years ago

Thanks for adding it to Travis BTW