Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 3.0.0.rc5 #64

Merged
merged 1 commit into from
Aug 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The main project goals are:

Version | Documentation
--------- | -------------
3.0.0.rc4 | https://github.com/serradura/u-case/blob/master/README.md
3.0.0.rc5 | https://github.com/serradura/u-case/blob/master/README.md
2.6.0 | https://github.com/serradura/u-case/blob/v2.x/README.md
1.1.0 | https://github.com/serradura/u-case/blob/v1.x/README.md

Expand Down Expand Up @@ -79,7 +79,7 @@ Version | Documentation

| u-case | branch | ruby | activemodel |
| -------------- | ------- | -------- | ------------- |
| 3.0.0.rc4 | main | >= 2.2.0 | >= 3.2, < 6.1 |
| 3.0.0.rc5 | main | >= 2.2.0 | >= 3.2, < 6.1 |
| 2.6.0 | v2.x | >= 2.2.0 | >= 3.2, < 6.1 |
| 1.1.0 | v1.x | >= 2.2.0 | >= 3.2, < 6.1 |

Expand All @@ -102,7 +102,7 @@ Version | Documentation
Add this line to your application's Gemfile:

```ruby
gem 'u-case', '~> 3.0.0.rc4'
gem 'u-case', '~> 3.0.0.rc5'
```

And then execute:
Expand Down
6 changes: 3 additions & 3 deletions README.pt-BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Principais objetivos deste projeto:

Versão | Documentação
--------- | -------------
3.0.0.rc4 | https://github.com/serradura/u-case/blob/master/README.md
3.0.0.rc5 | https://github.com/serradura/u-case/blob/master/README.md
2.6.0 | https://github.com/serradura/u-case/blob/v2.x/README.md
1.1.0 | https://github.com/serradura/u-case/blob/v1.x/README.md

Expand Down Expand Up @@ -78,7 +78,7 @@ Versão | Documentação

| u-case | branch | ruby | activemodel |
| -------------- | ------- | -------- | ------------- |
| 3.0.0.rc4 | main | >= 2.2.0 | >= 3.2, < 6.1 |
| 3.0.0.rc5 | main | >= 2.2.0 | >= 3.2, < 6.1 |
| 2.6.0 | v2.x | >= 2.2.0 | >= 3.2, < 6.1 |
| 1.1.0 | v1.x | >= 2.2.0 | >= 3.2, < 6.1 |

Expand All @@ -101,7 +101,7 @@ Versão | Documentação
Adicione essa linha ao Gemfile da sua aplicação:

```ruby
gem 'u-case', '~> 3.0.0.rc4'
gem 'u-case', '~> 3.0.0.rc5'
```

E então execute:
Expand Down
2 changes: 1 addition & 1 deletion examples/calculator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example uses [rake](http://rubygems.org/gems/rake) to expose a CLI calculat
## Installation instructions
```sh
gem install rake
gem install u-case -v 3.0.0.rc4
gem install u-case -v 3.0.0.rc5
```

*Note:*
Expand Down
2 changes: 1 addition & 1 deletion lib/micro/case/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Micro
class Case
VERSION = '3.0.0.rc4'.freeze
VERSION = '3.0.0.rc5'.freeze
end
end