From 11f5ff5df09bd7fa4e219e8ce735bb39f1f23900 Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Mon, 30 May 2011 15:04:44 -0400 Subject: [PATCH] Bump Appraisal to 0.3.4 and make sure that generated gemfiles won't store absolute path --- gemfiles/rails30.gemfile | 2 +- gemfiles/rails30.gemfile.lock | 4 ++-- gemfiles/rails31.gemfile | 2 +- gemfiles/rails31.gemfile.lock | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gemfiles/rails30.gemfile b/gemfiles/rails30.gemfile index 1f2a6038..23703777 100644 --- a/gemfiles/rails30.gemfile +++ b/gemfiles/rails30.gemfile @@ -5,4 +5,4 @@ source "http://rubygems.org" gem "rake", "~> 0.8.7" gem "rails", "3.0.3" -gemspec :path=>"/Users/sikachu/Projects/shoulda-matchers" \ No newline at end of file +gemspec :path=>"../" \ No newline at end of file diff --git a/gemfiles/rails30.gemfile.lock b/gemfiles/rails30.gemfile.lock index 62a4fd0e..2c4fc58a 100644 --- a/gemfiles/rails30.gemfile.lock +++ b/gemfiles/rails30.gemfile.lock @@ -33,7 +33,7 @@ GEM activemodel (= 3.0.3) activesupport (= 3.0.3) activesupport (3.0.3) - appraisal (0.3.3) + appraisal (0.3.4) aruba (~> 0.3.6) bundler rake @@ -57,7 +57,7 @@ GEM erubis (2.6.6) abstract (>= 1.0.0) ffi (1.0.9) - gherkin (2.3.9) + gherkin (2.3.10) json (>= 1.4.6) i18n (0.6.0) json (1.5.1) diff --git a/gemfiles/rails31.gemfile b/gemfiles/rails31.gemfile index b024bb3b..2813fd60 100644 --- a/gemfiles/rails31.gemfile +++ b/gemfiles/rails31.gemfile @@ -5,4 +5,4 @@ source "http://rubygems.org" gem "rake", "~> 0.8.7" gem "rails", "3.1.0.rc1" -gemspec :path=>"/Users/sikachu/Projects/shoulda-matchers" \ No newline at end of file +gemspec :path=>"../" \ No newline at end of file diff --git a/gemfiles/rails31.gemfile.lock b/gemfiles/rails31.gemfile.lock index 9bcd0f1c..54d7f6e6 100644 --- a/gemfiles/rails31.gemfile.lock +++ b/gemfiles/rails31.gemfile.lock @@ -36,7 +36,7 @@ GEM activesupport (= 3.1.0.rc1) activesupport (3.1.0.rc1) multi_json (~> 1.0) - appraisal (0.3.3) + appraisal (0.3.4) aruba (~> 0.3.6) bundler rake @@ -60,7 +60,7 @@ GEM diff-lcs (1.1.2) erubis (2.7.0) ffi (1.0.9) - gherkin (2.3.9) + gherkin (2.3.10) json (>= 1.4.6) hike (1.0.0) i18n (0.6.0)