Skip to content

Releases: Drieam/rspec-github

2.4.0 Output seed if used

03 Nov 17:03
ddd92d6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.1...2.4.0

Add ruby 2.4 support

22 Oct 15:41
51de295
Compare
Choose a tag to compare
Adding ruby 2.4 support including testing matrix (#9)

* Add ruby testing matrix (#8)

* Add ruby 2.4 support (#8)

* Upgrade rubocop to 1.0

Improve annotation messages

14 Sep 06:28
161e14a
Compare
Choose a tag to compare
Improve annotation messages. (#6)

* Improve annotation messages.

* Refactor formatting with delegator pattern

* Change relative e2e test to run on real file

* Do not require delegate

Co-authored-by: Stef Schenkelaars <stef.schenkelaars@gmail.com>

Ensure the correct path is used when running in subdirectory

10 Sep 15:01
cbfb574
Compare
Choose a tag to compare
Ensure `file` is relative to `GITHUB_WORKSPACE`. (#4)

* Ensure `file` is relative to `GITHUB_WORKSPACE`.

* Simplify implementation of `relative_path` and add tests.

* Run `ci` workflow on `pull_request` event.

Co-authored-by: Stef Schenkelaars <stef.schenkelaars@gmail.com>

Ensure every message starts on a new line

03 Aug 15:18
3e79aeb
Compare
Choose a tag to compare
2.1.0

Ensure every message is on a new line (#2)

Only output GitHub annotations

15 Apr 11:44
4c135a6
Compare
Choose a tag to compare
2.0.0

Change dependency order for rubocop

Don't inherit from Documentation formatter so the user can select his own secondary formatter

03 Apr 10:40
d9773c2
Compare
Choose a tag to compare
2.0.0.rc.1

Inherit from Base formatter instead of Documentation

First production version

02 Apr 16:02
116f170
Compare
Choose a tag to compare
1.0.0

Fix code blocks in readme

On the road to creating a first workable version

02 Apr 15:32
53655b5
Compare
Choose a tag to compare
1.0.0.alpha.1

Add GitHub action for publishing to rubygems