about summary refs log tree commit homepage
path: root/config
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-04 01:25:29 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-04 01:36:30 +0000
commitf66c59d7b259e5784c9da87df1a6f1dbca160577 (patch)
tree50009f915932d0b423b114348095953a6f1257d0 /config
parente7690caedf80a1af2b6145d1b8f108ea42ee9a29 (diff)
downloadrainbows-f66c59d7b259e5784c9da87df1a6f1dbca160577.tar.gz
We don't need tmp/ in our top level directory
Diffstat (limited to 'config')
-rw-r--r--config/.gitignore1
-rw-r--r--config/isolate.rb25
2 files changed, 0 insertions, 26 deletions
diff --git a/config/.gitignore b/config/.gitignore
deleted file mode 100644
index 0aaed9f..0000000
--- a/config/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/isolate_*.rb
diff --git a/config/isolate.rb b/config/isolate.rb
deleted file mode 100644
index 75d4931..0000000
--- a/config/isolate.rb
+++ /dev/null
@@ -1,25 +0,0 @@
-# this the default config file used by John Barnette's isolate gem
-# you can create a config/isolate_local.rb file to override this
-# See the corresponding tasks in Rakefile and GNUmakefile
-# `rake isolate' or (faster in the unmodified case, `make isolate')
-
-gem 'rack', '1.1.0'
-gem 'unicorn', '0.99.0'
-
-gem 'iobuffer', '0.1.3'
-gem 'rev', '0.3.2'
-
-gem 'eventmachine', '0.12.10'
-
-gem 'sinatra', '0.9.4'
-gem 'async_sinatra', '0.1.5'
-
-gem 'neverblock', '0.1.6.2'
-
-if defined?(::Fiber)
-  gem 'case', '0.5'
-  gem 'revactor', '0.1.5'
-  gem 'rack-fiber_pool', '0.9.0'
-end
-
-gem 'cramp', '0.11'