Skip to content

Commit

Permalink
faffing with gems
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJaba committed May 9, 2010
1 parent a7d1268 commit bd14a17
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -7,8 +7,8 @@ gem 'activemodel', '3.0.0.beta'
gem "arel", '0.2.1'
gem "rack", "1.1.0"
gem "mysqlplus", "0.1.1"
gem 'i18n', "0.3.3"
gem "eventmachine", "0.12.10"

gem "cramp"
gem 'usher'
gem "uuid"
gem "json"
1 change: 0 additions & 1 deletion bomberman_server.rb
@@ -1,6 +1,5 @@
#Framework initialization
require 'rubygems'
require 'ruby-debug'
require 'usher'
require 'cramp/controller'
require 'uuid'
Expand Down
3 changes: 2 additions & 1 deletion public/css/bomberman.css
Expand Up @@ -46,7 +46,8 @@

#footer{
float:left;
margin-left:25%;
margin-left:15%;
margin-top:2%;
clear:left;
text-align:center;
}
1 change: 1 addition & 0 deletions public/index.html
Expand Up @@ -38,6 +38,7 @@ <h3>Score</h3>
<div id="footer">
<div>Created By MrJaba, Code available on github:<a href="http://github.com/MrJaba/Websocket-Bomberman">Websocket Bomberman</a></div>
<div>Requires an HTML5 compatible browser.</div>
<div>Uses <a href="http://github.com/lifo/cramp">Cramp</a></div>
</div>

</body>
Expand Down

0 comments on commit bd14a17

Please sign in to comment.