Skip to content

Commit

Permalink
Decko::Deck and gitmodules fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ethn committed Dec 4, 2024
1 parent 552d116 commit 3a877be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 12 deletions.
10 changes: 2 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
[submodule "decko-cap"]
path = vendor/decko-cap
url = https://github.com/decko-commons/decko-cap.git
[submodule "vendor/decko-cap"]
path = vendor/decko-cap
url = https://github.com/decko-commons/decko-cap.git
[submodule "vendor/decko"]
path = vendor/decko
url = git@github.com:decko-commons/decko.git
url = https://github.com/decko-commons/decko
[submodule "vendor/card-mods"]
path = vendor/card-mods
url = git@github.com:decko-commmons/card-mods.git
url = https://github.com/decko-commons/card-mods
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require File.expand_path('../config/application', __FILE__)

WikirateLabs::Application.load_tasks
Decko::Deck.load_tasks
2 changes: 1 addition & 1 deletion config.ru
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is used by Rack-based servers to start the application.

require ::File.expand_path('../config/environment', __FILE__)
run WikirateLabs::Application
run Decko::Deck
2 changes: 1 addition & 1 deletion config/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
require File.expand_path('../application', __FILE__)

# Initialize the rails application
WikirateLabs::Application.initialize!
Decko::Deck.initialize!
1 change: 0 additions & 1 deletion vendor/decko-cap
Submodule decko-cap deleted from 84b6c8

0 comments on commit 3a877be

Please sign in to comment.