Skip to content

Commit

Permalink
Update config for Gilded Rose exercise (#1594)
Browse files Browse the repository at this point in the history
* Specify minimum Ruby version
* List contributors
  • Loading branch information
Felipe Vogel authored Oct 31, 2023
1 parent 4746e51 commit bd02802
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion exercises/practice/gilded-rose/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"authors": [
"fpsvogel"
],
"contributors": [],
"contributors": [
"BethanyG",
"ErikSchierboom",
"IsaacG",
"vaeng"
],
"files": {
"solution": [
"gilded_rose.rb"
Expand All @@ -14,6 +19,7 @@
".meta/example.rb"
]
},
"language_versions": ">=3.1.0",
"blurb": "Refactor an inventory system and add a new feature to it.",
"source": "Gilded Rose Kata",
"source_url": "https://github.com/emilybache/GildedRose-Refactoring-Kata"
Expand Down

0 comments on commit bd02802

Please sign in to comment.