Skip to content

Commit

Permalink
[TASK] Prepare the 2.0.0 release (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Sep 2, 2019
1 parent fffa818 commit 64d7ba4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## x.y.z (unreleased)

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## 2.0.0

### Added
- Add support for Rails 6.0
([#60](https://github.com/braingourmets/currency_select/pull/60))
Expand All @@ -13,10 +27,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Add Ruby 2.5.1 to the Travis build matrix
([#49](https://github.com/braingourmets/currency_select/pull/49))

### Changed

### Deprecated

### Removed
- Drop support for Rails < 5.1
([#62](https://github.com/braingourmets/currency_select/pull/62))
Expand All @@ -33,8 +43,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Fix value call on Rails 5.2
([#47](https://github.com/braingourmets/currency_select/pull/47))

### Security

## 1.0.0

### Added
Expand Down
15 changes: 8 additions & 7 deletions README.md
Expand Up @@ -6,20 +6,22 @@
Adds a currency_select helper to Ruby on Rails projects, allowing you to get
a HTML select list of available currencies.

The list of currencies are provided by the [Money](http://money.rubyforge.org/)
gem.

The list of currencies are provided by the
[Money gem](https://rubygems.org/gems/money).

## Installation

Add the following to your Gemfile:

gem 'currency_select'

```ruby
gem 'currency_select'
```

## Example

currency_select("user", "currency")
```ruby
currency_select('user', 'currency')
```

### form_for example
```
Expand All @@ -34,7 +36,6 @@ This project adheres to a [Contributor Code of Conduct](CODE_OF_CONDUCT.md).
By participating in this project and its community, you are expected to uphold
this code.


## Maintainers

* [Oliver Klee](https://github.com/oliverklee)
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.0
2.0.0

0 comments on commit 64d7ba4

Please sign in to comment.