Sha256: 6c408a01b21e90b3b4ec5151cef4a6f1afba9a64ddcb500758d7e87483b975a2

Contents?: true

Size: 1.15 KB

Versions: 8

Compression:

Stored size: 1.15 KB

Contents

# Youtrack

youTrack REST API Client

[![Build Status](https://travis-ci.org/jwaterfaucett/youtrack.png)](https://travis-ci.org/jwaterfaucett/youtrack)

## Installation

Add this line to your application's Gemfile:

    gem 'youtrack'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install youtrack

## Usage

```ruby

client = Youtrack::Client.new do |c|
  c.url = "https://example.com"
  c.login = "root"
  c.password = "root"
end

```

## Issues

Any issues or bugs should be well documented submit as many details as possible.
The best issues have the following characteristics:

1. Detail description with a title that conveys the problem well.
2. Gists and/or failing tests that show under what conditions the problem occurs.
3. Environment information, platform, gem version, etc.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Write your feature in Cucumber.
4. Commit your changes (`git commit -am 'Add some feature'`)
5. Make sure your feature and (optional) Rspec test are green.
6. Rebase from master.
7. Push to the branch (`git push origin my-new-feature`)
8. Create new Pull Request.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
youtrack-0.0.8 README.md
youtrack-0.0.7 README.md
youtrack-0.0.6 README.md
youtrack-0.0.5 README.md
youtrack-0.0.4 README.md
youtrack-0.0.3 README.md
youtrack-0.0.2 README.md
youtrack-0.0.1 README.md