game tryout

This commit is contained in:
Torsten Ruger
2015-07-06 21:55:34 +03:00
parent ad0550a2d3
commit 8e51078a47
18 changed files with 89827 additions and 30 deletions

14
Gemfile
View File

@ -9,22 +9,12 @@ gem 'volt-mongo', '~> 0.1.0'
# Twitter bootstrap
gem 'volt-bootstrap', '~> 0.0.10'
# Simple theme for bootstrap, remove to theme yourself.
gem 'volt-bootstrap_jumbotron_theme', '~> 0.1.0'
# Use rbnacl for message bus encrpytion
# (optional, if you don't need encryption, disable in app.rb and remove)
#
# Message Bus encryption is not supported on Windows at the moment.
platform :ruby, :jruby do
gem 'rbnacl', require: false
gem 'rbnacl-libsodium', require: false
end
# Asset compilation gems, they will be required when needed.
gem 'csso-rails', '~> 0.3.4', require: false
gem 'uglifier', '>= 2.4.0', require: false
gem 'opal-phaser' , :path => "../opal-phaser"
group :test do
# Testing dependencies
gem 'rspec', '~> 3.2.0'