remove heroku gem'

This commit is contained in:
Maxwell Salzberg 2011-09-16 09:43:42 -07:00
parent 7b06d3039e
commit d3b6143a45
3 changed files with 9 additions and 8 deletions

View file

@ -4,7 +4,6 @@ gem 'rails', '3.0.10'
gem 'bundler', '>= 1.0.0'
gem 'foreman'
gem 'heroku'
gem 'thin', '1.2.11', :require => false

View file

@ -211,11 +211,6 @@ GEM
json (>= 1.4.6)
haml (3.1.2)
hashie (1.0.0)
heroku (2.6.1)
launchy (>= 0.3.2)
rest-client (~> 1.6.1)
rubyzip
term-ansicolor (~> 1.0.5)
highline (1.6.2)
hoptoad_notifier (2.4.11)
activesupport
@ -244,7 +239,6 @@ GEM
json (>= 1.2.4)
kaminari (0.12.4)
rails (>= 3.0.0)
launchy (2.0.3)
linecache (0.43)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
@ -501,7 +495,6 @@ DEPENDENCIES
foreman
fuubar
haml (= 3.1.2)
heroku
hoptoad_notifier
http_accept_language!
i18n-inflector-rails (~> 1.0)

View file

@ -0,0 +1,9 @@
# Copyright (c) 2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
require 'spec_helper'
describe Postzord::Dispatcher::Public do
end