Sha256: 14dd6506f93fd654e4e5a56069f0300c6aa3dfcffa73d71dfe137991ac6cea30

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 KB

Contents

DIESELUP [![Build Status](https://travis-ci.org/xcopy/dieselup-ruby.svg?branch=master)](https://travis-ci.org/xcopy/dieselup-ruby) [![Gem Version](https://badge.fury.io/rb/dieselup.svg)](https://badge.fury.io/rb/dieselup)
========

System requirements
-------------------

* *nix
* Git
* RVM

Usage
-----

Developers:

```shell
$ 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:

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

Cron task example:

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

That's it!

Contributing
------------

1. Fork it ( https://github.com/[my-github-username]/dieselup/fork )
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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dieselup-1.0.1 README.md