forked from andreaseger/receptacle
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from runtastic/support-ruby-3
Support ruby 3
- Loading branch information
Showing
30 changed files
with
508 additions
and
1,177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ | |
/tmp/ | ||
|
||
.ruby-version | ||
.rspec_status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,47 @@ | ||
Changelog | ||
=== | ||
# Changelog | ||
|
||
master | ||
--- | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [2.0.0] - 2023-01-17 | ||
### Changed | ||
* switch CI to github actions | ||
* remove danger | ||
* remove codecov | ||
* Support for ruby 3 | ||
* The wrapper interface has been redesigned (breaking change, see [upgrade notes](./upgrade_notes.md)) | ||
|
||
1.0.0 | ||
--- | ||
|
||
## [1.0.0] | ||
### Changed | ||
* repackage 0.3.1 as 1.0.0 | ||
* setup circleci | ||
* drop ruby < 2.4 | ||
|
||
|
||
0.3.1 | ||
--- | ||
|
||
## [0.3.1] | ||
### Fixed | ||
* fix after wrapper ordering bug [PR#6](https://github.com/andreaseger/receptacle/pull/6) | ||
|
||
0.3.0 | ||
--- | ||
|
||
## [0.3.0} | ||
### Added | ||
* add danger | ||
* also support higher arity methods (== method with more than one argument) | ||
|
||
0.2.0 | ||
--- | ||
|
||
## [0.2.0] | ||
### Changed | ||
* update documentation | ||
* enable ruby 2.1+ | ||
|
||
0.1.1 | ||
--- | ||
|
||
## [0.1.1] | ||
## Added | ||
* add changelog, update copyright | ||
* add test helper method `ensure_method_delegators` to make rspec stubs/mocks work as expected | ||
|
||
0.1.0 | ||
--- | ||
|
||
## [0.1.0] | ||
## Added | ||
* initial release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.