1
0
mirror of https://github.com/danbee/scoreboard synced 2025-03-04 08:59:11 +00:00

Rename to Scoreboard.

This commit is contained in:
Daniel Barber 2015-05-10 15:09:30 +01:00
parent b0830efc2e
commit 30b1ff1b61
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
require 'bundler' require 'bundler'
Bundler.setup Bundler.setup
require './score_board' require './scoreboard'
run ScoreBoard run Scoreboard

View File

@ -20,7 +20,7 @@ require './lib/player'
Pusher.url = "http://#{ENV['PUSHER_KEY']}:#{ENV['PUSHER_SECRET']}@api.pusherapp.com/apps/#{ENV['PUSHER_APP']}" Pusher.url = "http://#{ENV['PUSHER_KEY']}:#{ENV['PUSHER_SECRET']}@api.pusherapp.com/apps/#{ENV['PUSHER_APP']}"
class ScoreBoard < Sinatra::Base class Scoreboard < Sinatra::Base
@@match = Match.new @@match = Match.new