Sha256: 004b9b09c33d8c79830fe8f70e93fa13933abcd9de51ee6f3fd312db9c4385b9
Contents?: true
Size: 630 Bytes
Versions: 1
Compression:
Stored size: 630 Bytes
Contents
# Minered This is a client for the Redmine ticketing system. It's main purpose is to serve helpdesk needs. ## Installation Add this line to your application's Gemfile: gem 'minered' And then execute: $ bundle Or install it yourself as: $ gem install minered ## Usage Retrieving all issues: @minered = Minered.new(HOST, API_KEY) @issues = @minered.issues ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
minered-0.0.2 | README.md |