Dean

Build Status Code Climate Stories in Ready

Dean is a very opinionated gem that the BIZZBY iOS team uses to automate the mundane tasks of bumping build numbers and distributing beta versions of the apps. Deep down is nothing more than a wrapper around other tools, mainly the excellent shenzhen by Mattt Thompson.

The project is super alpha, use it at your own risk.

A better documentation will be provided once the Dean is more stable. If you're interested in using it or contributing just tweet at @mokagio.

A note on the code

Dean is been made by an iOS developer surrounded by Node developers, so the quality of the Ruby code might not be awesome. Every comment on the code is very welcome!


This is the default gem file README, gonna use it when the project is more mature

Installation

Add this line to your application's Gemfile:

gem 'dean'

And then execute:

$ bundle

Or install it yourself as:

$ gem install dean

Usage

TODO: Write usage instructions here

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 new Pull Request