Skip to content

Commit

Permalink
Update README and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hoppergee committed Feb 26, 2022
1 parent 2203e1a commit 04c4921
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.4.0] - 2022-02-27

- Refactor this gem as a plugin of matrixeval

## [0.3.1] - 2022-02-21

- Add `.matrixeval/docker-compose` to `.gitignore`
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# matrixeval-ruby

Test your ruby code against multiple versions of dependencies like Ruby, Rails, Env ...
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 ...

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

Expand Down Expand Up @@ -31,7 +31,7 @@ Or install it yourself as:
Initialize

```bash
matrixeval init
matrixeval init -t ruby
```

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

```yaml
version: 0.3
project_name: REPLACE_ME
version: 0.4
target: ruby
project_name: REPLACE_ME
parallel_workers: number_of_processors
# commands:
# - ps
Expand Down

0 comments on commit 04c4921

Please sign in to comment.