From f1637bf2bb00490203503fbd943b73406e043d1d Mon Sep 17 00:00:00 2001
From: Prem Sichanugrist <s@sikachu.com>
Date: Sun, 15 May 2011 15:34:36 -0400
Subject: Remove Active Resource source files from the repository

Dear Active Resource,

It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository.

I will miss you,

@sikachu.
---
 rails.gemspec | 1 -
 1 file changed, 1 deletion(-)

(limited to 'rails.gemspec')

diff --git a/rails.gemspec b/rails.gemspec
index b55d0e6859..fd541eff69 100644
--- a/rails.gemspec
+++ b/rails.gemspec
@@ -20,7 +20,6 @@ Gem::Specification.new do |s|
   s.add_dependency('activesupport',  version)
   s.add_dependency('actionpack',     version)
   s.add_dependency('activerecord',   version)
-  s.add_dependency('activeresource', version)
   s.add_dependency('actionmailer',   version)
   s.add_dependency('railties',       version)
   s.add_dependency('bundler',        '~> 1.1')
-- 
cgit v1.2.3