Skip to content

Commit

Permalink
Merge pull request #11471 from tobymao/mass-game-dev-stage
Browse files Browse the repository at this point in the history
Move to next dev stage if the dev stage has stayed the same for a year or more
  • Loading branch information
crericha authored Jan 29, 2025
2 parents 4164e9c + 0f93fc7 commit 8ba9e0a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/engine/game/g_1822_mx/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module G1822MX
module Meta
include Game::Meta

DEV_STAGE = :beta
DEV_STAGE = :production
DEPENDS_ON = '1822'

GAME_SUBTITLE = 'The Railways of Mexico'
Expand Down
2 changes: 1 addition & 1 deletion lib/engine/game/g_1822_pnw/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module G1822PNW
module Meta
include Game::Meta

DEV_STAGE = :beta
DEV_STAGE = :production
DEPENDS_ON = '1822'

GAME_SUBTITLE = nil
Expand Down
2 changes: 1 addition & 1 deletion lib/engine/game/g_1825/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module G1825
module Meta
include Game::Meta

DEV_STAGE = :beta
DEV_STAGE = :production

GAME_DESIGNER = 'Francis Tresham'
GAME_INFO_URL = 'https://github.com/tobymao/18xx/wiki/1825'
Expand Down
2 changes: 1 addition & 1 deletion lib/engine/game/g_1836_jr56/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module G1836Jr56
module Meta
include Game::Meta

DEV_STAGE = :beta
DEV_STAGE = :production
# 1856 for obvious reasons
DEPENDS_ON = '1856'

Expand Down
2 changes: 1 addition & 1 deletion lib/engine/game/g_1841/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module G1841
module Meta
include Game::Meta

DEV_STAGE = :beta
DEV_STAGE = :production

GAME_SUBTITLE = nil
GAME_DESIGNER = 'Federico Vallani and Manlio Manzini'
Expand Down
2 changes: 1 addition & 1 deletion lib/engine/game/g_1850/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module G1850
module Meta
include Game::Meta

DEV_STAGE = :alpha
DEV_STAGE = :beta
DEPENDS_ON = '1870'
GAME_TITLE = '1850'
GAME_SUBTITLE = 'The MidWest'
Expand Down
2 changes: 1 addition & 1 deletion lib/engine/game/g_1858/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Game
module G1858
module Meta
include Game::Meta
DEV_STAGE = :beta
DEV_STAGE = :production

GAME_TITLE = '1858'
GAME_SUBTITLE = 'The Railways of Iberia'
Expand Down
2 changes: 1 addition & 1 deletion lib/engine/game/g_18_eu/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module G18EU
module Meta
include Game::Meta

DEV_STAGE = :beta
DEV_STAGE = :production

GAME_DESIGNER = 'David Hecht'
GAME_IMPLEMENTER = 'R. Ryan Driskel'
Expand Down
2 changes: 1 addition & 1 deletion lib/engine/game/g_18_rhl/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module G18Rhl
module Meta
include Game::Meta

DEV_STAGE = :beta
DEV_STAGE = :production

GAME_SUBTITLE = 'Rhineland'
GAME_DESIGNER = 'Wolfram Janich'
Expand Down
2 changes: 1 addition & 1 deletion lib/engine/game/g_21_moon/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module G21Moon
module Meta
include Game::Meta

DEV_STAGE = :beta
DEV_STAGE = :production
PROTOTYPE = false

GAME_DESIGNER = 'Jonas Jones and Scott Petersen'
Expand Down

0 comments on commit 8ba9e0a

Please sign in to comment.