Skip to content

Commit

Permalink
[TASK] Autoformat the README and the changelog (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Dec 13, 2023
1 parent 8aff73b commit 7d147b6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Deprecated

### Removed

- Drop support for Rails 6.0 (#142)

### Fixed
Expand All @@ -21,59 +22,71 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## 5.0.1

### Fixed

- Add missing files to the gemspec file (#137)

## 5.0.0

### Added

- Add official support for Ruby 3.2 (#125)

### Changed

- Allow the non-formbuilder version to set the selected option (#134)
- Drop whitespace between HTML tags (#115)

### Removed

- Drop support for Rails 5.2 (#112)
- Drop support for Ruby 2.6 and 2.7 (#111, #132)

## 4.1.0

### Added

- Add support for Ruby 3.1 (#105)

## 4.0.0

### Added

- Add support for Rails 7.0 (#96)

### Removed

- Drop support for Ruby 2.5 (#90)

## 3.0.0

### Added

- Add automatic gem release (#86, #88)
- Support Ruby 3 (#81)
- Add support for Rails 6.1 (#78, #79, #83)
- Check the code with RuboCop (#72)
- Add support for Ruby 2.7 (#66)

### Changed

- Switch the CI from Travis to GitHub Actions (#80, #85)
- Upgrade RSpec and RSpec-Rails (#71)
- Update the Ruby versions on Travis CI (#68)

### Removed

- Drop support for Ruby 2.4 (#70)
- Drop support for Rails < 5.2 (#65)

### Fixed

- Fix some RuboCop warnings (#73)
- Fix warnings in the `.travis.yml` (#67, #69)

## 2.0.0

### Added

- Add support for Rails 6.0
([#60](https://github.com/braingourmets/currency_select/pull/60))
- Officially support Rails 5.2
Expand All @@ -82,6 +95,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
([#49](https://github.com/braingourmets/currency_select/pull/49))

### Removed

- Drop support for Rails < 5.1
([#62](https://github.com/braingourmets/currency_select/pull/62))
- Drop support for Ruby < 2.4
Expand All @@ -90,6 +104,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
([#48](https://github.com/braingourmets/currency_select/pull/48))

### Fixed

- Add version to the requirements in the gemspec file
([#53](https://github.com/braingourmets/currency_select/pull/53))
- Fix file names references from the gemspec file
Expand All @@ -100,16 +115,19 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## 1.0.0

### Added

- Officially support Rails 5.2
([#51](https://github.com/braingourmets/currency_select/pull/51))
- Add Ruby 2.5.1 to the Travis build matrix
([#49](https://github.com/braingourmets/currency_select/pull/49))

### Removed

- Drop support for Ruby < 2.3
([#48](https://github.com/braingourmets/currency_select/pull/48))

### Fixed

- Add version to the requirements in the gemspec file
([#53](https://github.com/braingourmets/currency_select/pull/53))
- Fix file names references from the gemspec file
Expand All @@ -120,27 +138,32 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## 0.2.0

### Added

- Automatically use the version number from the VERSION file in the gemspec
([#32](https://github.com/braingourmets/currency_select/pull/32))
- Add a code of conduct
([#25](https://github.com/braingourmets/currency_select/pull/25))

### Changed

- Mark all Ruby files as frozen_string_literal: true
([#31](https://github.com/braingourmets/currency_select/pull/31))

### Deprecated

- Support for Rails < 5.0.0 will be removed in version 2.0.0.
- Support for Rails < 4.2.0 will be removed in version 1.0.0.
- Support for Ruby < 2.3.0 will be removed in version 1.0.0.

### Removed

- Remove pre-Rails-4.0-specific code
([#38](https://github.com/braingourmets/currency_select/pull/38))
- Drop Jeweler
([#28](https://github.com/braingourmets/currency_select/pull/28))

### Fixed

- Add ActionView as explicit dependency
([#34](https://github.com/braingourmets/currency_select/pull/34))
- Fix the check for only one active selection in the specs
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ currency_select('user', 'currency')
```

### form_for example

```
<%= f.currency_select(:currency, ["USD", "EUR", "CAD"], {}, {class: "form-control"}) -%>
```
Expand Down

0 comments on commit 7d147b6

Please sign in to comment.