[DRE-commits] [ruby-rspec-instafail] 27/108: Pulled down upstream changes

Hideki Yamane henrich at moszumanska.debian.org
Sun Nov 15 18:36:16 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 87cd3f791cb7933e0cbaced30c06729926a50bb5
Author: Matt Willhite <matthew.willhite at gmail.com>
Date:   Mon Oct 25 21:35:15 2010 -0700

    Pulled down upstream changes
---
 VERSION                   |  2 +-
 rspec-instafail.gemspec   |  4 ++--
 spec/rspec_2/Gemfile      |  2 +-
 spec/rspec_2/Gemfile.lock | 18 ++++++++++--------
 4 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/VERSION b/VERSION
index 6c6aa7c..17e51c3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.0
\ No newline at end of file
+0.1.1
diff --git a/rspec-instafail.gemspec b/rspec-instafail.gemspec
index c9fe67b..9119c90 100644
--- a/rspec-instafail.gemspec
+++ b/rspec-instafail.gemspec
@@ -5,11 +5,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{rspec-instafail}
-  s.version = "0.1.0"
+  s.version = "0.1.1"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
   s.authors = ["Michael Grosser"]
-  s.date = %q{2010-08-15}
+  s.date = %q{2010-10-22}
   s.email = %q{grosser.michael at gmail.com}
   s.files = [
     "Rakefile",
diff --git a/spec/rspec_2/Gemfile b/spec/rspec_2/Gemfile
index 3240c99..bf3ee9f 100644
--- a/spec/rspec_2/Gemfile
+++ b/spec/rspec_2/Gemfile
@@ -1,2 +1,2 @@
 source 'http://rubygems.org'
-gem 'rspec', '2.0.0.beta.19'
\ No newline at end of file
+gem 'rspec', '>=2'
diff --git a/spec/rspec_2/Gemfile.lock b/spec/rspec_2/Gemfile.lock
index 1e4c87e..4904ac1 100644
--- a/spec/rspec_2/Gemfile.lock
+++ b/spec/rspec_2/Gemfile.lock
@@ -2,17 +2,19 @@ GEM
   remote: http://rubygems.org/
   specs:
     diff-lcs (1.1.2)
-    rspec (2.0.0.beta.19)
-      rspec-core (= 2.0.0.beta.19)
-      rspec-expectations (= 2.0.0.beta.19)
-      rspec-mocks (= 2.0.0.beta.19)
-    rspec-core (2.0.0.beta.19)
-    rspec-expectations (2.0.0.beta.19)
+    rspec (2.0.1)
+      rspec-core (~> 2.0.1)
+      rspec-expectations (~> 2.0.1)
+      rspec-mocks (~> 2.0.1)
+    rspec-core (2.0.1)
+    rspec-expectations (2.0.1)
       diff-lcs (>= 1.1.2)
-    rspec-mocks (2.0.0.beta.19)
+    rspec-mocks (2.0.1)
+      rspec-core (~> 2.0.1)
+      rspec-expectations (~> 2.0.1)
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
-  rspec (= 2.0.0.beta.19)
+  rspec (>= 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