Skip to content

Commit 04c4921

Browse files
committed
Update README and Changelog
1 parent 2203e1a commit 04c4921

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [Unreleased]
22

3+
## [0.4.0] - 2022-02-27
4+
5+
- Refactor this gem as a plugin of matrixeval
6+
37
## [0.3.1] - 2022-02-21
48

59
- Add `.matrixeval/docker-compose` to `.gitignore`

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# matrixeval-ruby
22

3-
Test your ruby code against multiple versions of dependencies like Ruby, Rails, Env ...
3+
It's a plugin of [matrixeval](https://github.com/MatrixEval/matrixeval-ruby) for Ruby. Test your ruby code against multiple versions of dependencies like Ruby, Rails, Env ...
44

55
![](https://raw.githubusercontent.com/MatrixEval/assets/main/screenshots/summary.png)
66

@@ -31,7 +31,7 @@ Or install it yourself as:
3131
Initialize
3232

3333
```bash
34-
matrixeval init
34+
matrixeval init -t ruby
3535
```
3636

3737
Customize `matrixeval.yml` file and run commands like:
@@ -52,9 +52,9 @@ Run `matrixeval --help` for more details
5252
Here is the configuration file `matrixeval.yml` which will auto created by `matrixeval init`
5353

5454
```yaml
55-
version: 0.3
56-
project_name: REPLACE_ME
55+
version: 0.4
5756
target: ruby
57+
project_name: REPLACE_ME
5858
parallel_workers: number_of_processors
5959
# commands:
6060
# - ps

0 commit comments

Comments
 (0)