Bundler can f*#k right off, it is being a pain.

This commit is contained in:
Samuel Cochran 2010-10-26 16:37:11 +08:00
parent d9953fc771
commit 04e727a8cd
4 changed files with 1 additions and 8 deletions

View File

@ -1,2 +0,0 @@
source "http://rubygems.org"
gemspec

View File

@ -1,12 +1,8 @@
#!/usr/bin/env ruby
require 'bundler'
Bundler.setup
$: << File.expand_path(File.join(File.dirname(__FILE__), '../lib'))
require 'mail_catcher'
require 'optparse'
options = {}

View File

@ -1,3 +1,4 @@
require 'rubygems'
require 'eventmachine'
require 'json'
require 'ostruct'

View File

@ -16,7 +16,6 @@ Gem::Specification.new do |gem|
gem.authors = ["Samuel Cochran"]
gem.email = "sj26@sj26.com"
gem.add_dependency 'bundler'
gem.add_dependency 'eventmachine'
gem.add_dependency 'haml'
gem.add_dependency 'json'
@ -35,7 +34,6 @@ Gem::Specification.new do |gem|
views/index.haml
README.md
LICENSE
Gemfile
];
gem.executables = ["mailcatcher"]
end