From d3b6143a454f7c81d0bf5ff25271e13507fe25c7 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg <maxwell@joindiaspora.com> Date: Fri, 16 Sep 2011 09:43:42 -0700 Subject: [PATCH] remove heroku gem' --- Gemfile | 1 - Gemfile.lock | 7 ------- spec/lib/postzord/dispatcher/public_spec.rb | 9 +++++++++ 3 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 spec/lib/postzord/dispatcher/public_spec.rb diff --git a/Gemfile b/Gemfile index 699b38c0ea..27d7606e4a 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 8ceb5d0a5a..149054cdb5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/spec/lib/postzord/dispatcher/public_spec.rb b/spec/lib/postzord/dispatcher/public_spec.rb new file mode 100644 index 0000000000..11c0b655f3 --- /dev/null +++ b/spec/lib/postzord/dispatcher/public_spec.rb @@ -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 -- GitLab