README.md in rutrack-0.0.11.1 vs README.md in rutrack-0.0.12
- old
+ new
@@ -1,36 +1,32 @@
-# Youtrack
+# Rutrack
-youTrack REST API Client
+YouTrack REST API Client written in Ruby
-[![Build Status](https://travis-ci.org/jwaterfaucett/youtrack.png)](https://travis-ci.org/jwaterfaucett/youtrack)
-[![Gem Version](https://badge.fury.io/rb/youtrack.png)](http://badge.fury.io/rb/youtrack)
+[![Gem Version](https://badge.fury.io/rb/rutrack.svg)](http://badge.fury.io/rb/rutrack)
-
## New in this release
-###### *(v. v0.0.11.1 - 13/12/16)*
+##### Max issues option & Filter support
-Max issues option & Filter support
-
- Pass **max issues** & **filter** in `get_issues_for` request
Example:
```ruby
-
filter = "Username: -{No username}" # youtrack-style filter
max = 5000 # max issues to grab
client.projects.get_issues_for(project_name, max, filter)
```
+> Note: Default max value for issues to load via API - 500. You can go to Settings page in Admin menu > "Max Issues to Export" and change that value.
## Installation
Add this line to your application's Gemfile:
- gem 'youtrack', :git => "git://github.com/jesusinyourtown1/youtrack.git", :branch => "dev-new"
+ gem 'youtrack', :git => "git://github.com/jesusinyourtown1/youtrack.git", :branch => "new-dev"
And then execute:
$ bundle