Remove some gems because they are never used in this project.

This commit is contained in:
Prace Fen 2013-02-06 22:48:55 +08:00
parent 27e1a81b34
commit b60be8889f
4 changed files with 29 additions and 7 deletions

View File

@ -6,7 +6,6 @@ gem 'hiredis'
gem 'em-redis'
gem 'rails'
gem 'pg'
gem 'haml'
gem 'sass'
gem 'rake'
# errbit is broken with 3.1.3 for now
@ -20,8 +19,6 @@ gem 'nokogiri'
gem 'seed-fu'
gem 'sanitize'
gem 'slim', '<= 1.3.0'
gem 'sinatra', :require => nil
gem 'clockwork', :require => false
@ -70,11 +67,10 @@ group :assets do
gem 'uglifier'
# gem "asset_sync"
gem 'turbo-sprockets-rails3'
# need this to compile coffee on the fly
gem 'coffee-script'
end
# need this to compile coffee on the fly
gem 'coffee-script'
gem 'hpricot'
gem 'jquery-rails'
@ -97,7 +93,6 @@ group :test, :development do
gem 'guard-rspec'
gem 'guard-spork'
gem 'mocha', :require => false
gem 'test-unit', :require => "test/unit"
gem 'simplecov', :require => false
gem 'image_optim'
gem 'certified'

View File

@ -0,0 +1,9 @@
<html>
<head></head>
<body>
<script type="text/javascript">
window.opener.Discourse.authenticationComplete(#{@data.to_json});
window.close();
</script>
</body>
</html>

View File

@ -0,0 +1,9 @@
<html>
<head></head>
<body>
<script type="text/javascript">
window.opener.Discourse.authenticationComplete(#{@data.to_json});
window.close();
</script>
</body>
</html>

View File

@ -0,0 +1,9 @@
<html>
<head></head>
<body>
<script type="text/javascript">
window.opener.Discourse.authenticationComplete(#{@data.to_json});
window.close();
</script>
</body>
</html>