Skip to content

Commit

Permalink
Update README.md and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Calyhre committed Mar 1, 2017
1 parent 414378f commit 9284405
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 18 deletions.
43 changes: 31 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,49 @@
## Unreleased
[Full changelog](https://github.com/Calyhre/dribbble/compare/v1.1.0...master)
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased]


## [1.2.0] - 2017-03-01
#### Changed
- Bump rest-client from `~> 1.7` to `~> 2.0`, [see changes](https://github.com/rest-client/rest-client/blob/master/history.md#200)
- Bump supported Ruby versions


## [1.1.0](https://github.com/Calyhre/dribbble/releases/tag/v1.1.0)
[Full changelog](https://github.com/Calyhre/dribbble/compare/v1.0.4...v1.1.0)
## [1.1.0] - 2016-11-17
#### Added
- Add low_profile to shots

#### Changed
- Bump minimal Ruby version required to `2.2.5`


### [1.0.4](https://github.com/Calyhre/dribbble/releases/tag/v1.0.4)
[Full changelog](https://github.com/Calyhre/dribbble/compare/v1.0.2...v1.0.4)
## [1.0.4] - 2015-11-28
#### Fixed
- Fix wrong constant name
- `v1.0.3` never existed


### [1.0.2](https://github.com/Calyhre/dribbble/releases/tag/v1.0.2)
[Full changelog](https://github.com/Calyhre/dribbble/compare/v1.0.1...v1.0.2)
## [1.0.2] - 2015-11-22
#### Fixed
- Fix wrong API parsing for user's followers


### [1.0.1](https://github.com/Calyhre/dribbble/releases/tag/v1.0.1)
[Full changelog](https://github.com/Calyhre/dribbble/compare/v1.0.0...v1.0.1)
## [1.0.1] - 2015-11-22
#### Fixed
- Fix missing token


# [1.0.0](https://github.com/Calyhre/dribbble/releases/tag/v1.0.0)
## 1.0.0 - 2015-11-21
#### Added
- First version!

[Unreleased]: https://github.com/Calyhre/dribbble/compare/v1.2.0...master
[1.2.0]: https://github.com/Calyhre/dribbble/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/Calyhre/dribbble/compare/v1.0.4...v1.1.0
[1.0.4]: https://github.com/Calyhre/dribbble/compare/v1.0.2...v1.0.4
[1.0.2]: https://github.com/Calyhre/dribbble/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/Calyhre/dribbble/compare/v1.0.0...v1.0.1
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Dribbble API wrapper Gem

[![Gem Version](https://badge.fury.io/rb/dribbble.svg)](http://rubygems.org/gems/dribbble)
[![Build Status](https://travis-ci.org/Calyhre/dribbble.svg?branch=master)](https://travis-ci.org/Calyhre/dribbble)
[![Gem Version]][On Rubygems] [![Build Status]][On Travis]

Calyhre/dribbble is an unofficial API wrapper ruby gem for [Dribbble.com's API](http://developer.dribbble.com/).
Calyhre/dribbble is an unofficial API wrapper ruby gem for [Dribbble.com's API].

[But, what is Dribbble?](https://dribbble.com/about)
[But, what is Dribbble?]
> What are you working on? Dribbble is a community of designers answering that question each day. Web designers, graphic designers, illustrators, icon artists, typographers, logo designers, and other creative types share small screenshots (shots) that show their work, process, and current projects.
## Installation
Expand Down Expand Up @@ -420,8 +419,18 @@ user.shots page: 2, custom_param: 'My param'

Feel free to help me make this gem awesome !

[Contributors](https://github.com/Calyhre/dribbble/graphs/contributors) and [CONTRIBUTING](https://github.com/Calyhre/dribbble/blob/master/CONTRIBUTING.md)
[Contributors] and [CONTRIBUTING]

## Licence

Released under the MIT License. See the [LICENSE](https://github.com/Calyhre/dribbble/blob/master/LICENSE.md) file for further details.
Released under the MIT License. See the [LICENSE] file for further details.

[Gem Version]: https://badge.fury.io/rb/dribbble.svg
[Build Status]: https://travis-ci.org/Calyhre/dribbble.svg?branch=master
[On Rubygems]: http://rubygems.org/gems/dribbble
[On Travis]: https://travis-ci.org/Calyhre/dribbble
[Dribbble.com's API]: http://developer.dribbble.com/
[But, what is Dribbble?]: https://dribbble.com/about
[LICENSE]: LICENSE.md
[Contributors]: https://github.com/Calyhre/dribbble/graphs/contributors
[CONTRIBUTING]: CONTRIBUTING.md

0 comments on commit 9284405

Please sign in to comment.