Skip to content

xcopy/dieselup-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIESELUP Build Status Gem Version

System requirements

  • *nix
  • Git
  • RVM

Usage

Developers:

$ cd
$ git clone git@github.com:xcopy/dieselup-ruby.git dieselup
$ cd dieselup
$ bundle
$ USERNAME=your-username PASSWORD=your-password bundle exec bin/dieselup <your-topic-ID>

Common users:

$ gem install dieselup --no-ri --no-rdoc
$ USERNAME=your-username PASSWORD=your-password dieselup <your-topic-ID>

Cron task example:

USERNAME=your-username
PASSWORD=your-password
...
*/1 * * * * dieselup <your-topic-ID> > /dev/null 2>&1

That's it!

Like PHP?

Sweet. Check out PHP dieselup

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Lift up your topic to the top in Diesel Forum (Ruby)

Resources

License

Stars

Watchers

Forks

Packages

No packages published