On Thu, Nov 27, 2008 at 07:03:48PM +0000, Krzysztof B. Wicher wrote:
> I am having the same problem while using "deps" and when I am not using deps
> Shoes build but there are lot of problems with it :(

Here's a patch you can try, as github is down presently.

_why
>From 1364da6954dc39378e3ac49d5a8caa7f3515acae Mon Sep 17 00:00:00 2001
From: _why <[EMAIL PROTECTED]>
Date: Thu, 27 Nov 2008 12:13:12 -0800
Subject: [PATCH]  * req/*/gemspec: working on getting the gemspecs backward compatible with older deps. (for ed heil and krzysztof)

---
 req/hpricot/gemspec |    2 +-
 req/json/gemspec    |    2 +-
 req/sqlite3/gemspec |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/req/hpricot/gemspec b/req/hpricot/gemspec
index 4b85df1..1106de5 100644
--- a/req/hpricot/gemspec
+++ b/req/hpricot/gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
   s.rubygems_version = %q{1.3.0}
   s.summary = %q{a swift, liberal HTML parser with a fantastic library}
 
-  if s.respond_to? :specification_version then
+  if s.respond_to? :specification_version= then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
     s.specification_version = 2
 
diff --git a/req/json/gemspec b/req/json/gemspec
index 7768269..eb30b77 100644
--- a/req/json/gemspec
+++ b/req/json/gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
   s.summary = %q{A JSON implementation as a Ruby extension}
   s.test_files = ["tests/runner.rb"]
 
-  if s.respond_to? :specification_version then
+  if s.respond_to? :specification_version= then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
     s.specification_version = 2
 
diff --git a/req/sqlite3/gemspec b/req/sqlite3/gemspec
index 81b07a0..760a575 100644
--- a/req/sqlite3/gemspec
+++ b/req/sqlite3/gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
   s.summary = %q{SQLite3/Ruby is a module to allow Ruby scripts to interface with a SQLite3 database.}
   s.test_files = ["test/tests.rb"]
 
-  if s.respond_to? :specification_version then
+  if s.respond_to? :specification_version= then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
     s.specification_version = 2
 
-- 
1.5.6.3

Reply via email to