-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Ruby] - Messages update / skeleton for refactoring (#259)
* Bump max messages version * New changelog update * Fix ref to ID Generator * Fix up reference to initialize having wrong ref to idgenerator * Fix up razor template * Minor tidy of rakefile and remove capture warnings * Rubocop TODO and warning about excessive refactoring yet! * Fix gherkin bin file * Tidy up ruby gemspec and set minimum version to 3.0 * Fix the generation of TODO to pass through correct ruby version * Release using v3.3 * Alter test matrix to remove invalid rubies and test on newer rubies * Set minimum messages requirement in gherkin owing to new bin path for id helpers * Use spec_helper * Tidy up query spec * Remove legacy ref for rake * Remove travis refs * Add changelog
- Loading branch information
Showing
22 changed files
with
792 additions
and
175 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
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 +1,2 @@ | ||
--require spec_helper | ||
--color |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
inherit_from: .rubocop_todo.yml | ||
|
||
inherit_mode: | ||
merge: | ||
- Exclude | ||
|
||
AllCops: | ||
NewCops: disable | ||
# Keep this inline with the lowest ruby version in the gemspec | ||
TargetRubyVersion: 3.0 | ||
# Display cop name / style guide references | ||
DisplayCopNames: true | ||
DisplayStyleGuide: true |
Oops, something went wrong.