[DRE-commits] [ruby-rspec-instafail] 88/108: bundle nver actually bundled...

Hideki Yamane henrich at moszumanska.debian.org
Sun Nov 15 18:36:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch debian/sid
in repository ruby-rspec-instafail.

commit a6700336741bff9e047bd5dcff379c45429ac4c3
Author: grosser <grosser.michael at gmail.com>
Date:   Tue Apr 9 09:33:02 2013 -0700

    bundle nver actually bundled...
---
 Rakefile                  | 6 ++++--
 spec/rspec_1/Gemfile      | 2 +-
 spec/rspec_1/Gemfile.lock | 2 ++
 spec/rspec_2/Gemfile      | 1 +
 spec/rspec_2/Gemfile.lock | 1 +
 5 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/Rakefile b/Rakefile
index 3119ac0..4c31a47 100755
--- a/Rakefile
+++ b/Rakefile
@@ -3,7 +3,9 @@ require "bundler/gem_tasks"
 require "bump/tasks"
 
 task :default do
-  sh "cd spec/rspec_1 && (bundle check || bundle install) > /dev/null"
-  sh "cd spec/rspec_2 && (bundle check || bundle install) > /dev/null"
+  Bundler.with_clean_env do
+    sh "cd spec/rspec_1 && (bundle check || bundle) > /dev/null"
+    sh "cd spec/rspec_2 && (bundle check || bundle) > /dev/null"
+  end
   sh "rspec spec/"
 end
diff --git a/spec/rspec_1/Gemfile b/spec/rspec_1/Gemfile
index 9d42535..62e5cf9 100755
--- a/spec/rspec_1/Gemfile
+++ b/spec/rspec_1/Gemfile
@@ -1,2 +1,2 @@
 source 'http://rubygems.org'
-gem 'rspec', '1.3.0'
\ No newline at end of file
+gem 'rspec', '1.3.0'
diff --git a/spec/rspec_1/Gemfile.lock b/spec/rspec_1/Gemfile.lock
index a0bcbcb..31d4126 100755
--- a/spec/rspec_1/Gemfile.lock
+++ b/spec/rspec_1/Gemfile.lock
@@ -1,10 +1,12 @@
 GEM
   remote: http://rubygems.org/
   specs:
+    diff-lcs (1.1.3)
     rspec (1.3.0)
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
+  diff-lcs (= 1.1.3)
   rspec (= 1.3.0)
diff --git a/spec/rspec_2/Gemfile b/spec/rspec_2/Gemfile
index 9edf720..fbe4f90 100755
--- a/spec/rspec_2/Gemfile
+++ b/spec/rspec_2/Gemfile
@@ -1,2 +1,3 @@
 source 'http://rubygems.org'
 gem 'rspec', '>=2.2'
+
diff --git a/spec/rspec_2/Gemfile.lock b/spec/rspec_2/Gemfile.lock
index b68cba3..415bffa 100755
--- a/spec/rspec_2/Gemfile.lock
+++ b/spec/rspec_2/Gemfile.lock
@@ -15,4 +15,5 @@ PLATFORMS
   ruby
 
 DEPENDENCIES
+  diff-lcs (= 1.1.3)
   rspec (>= 2.2)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rspec-instafail.git



More information about the Pkg-ruby-extras-commits mailing list