[DRE-commits] [SCM] ruby-rspec-rails.git branch, master, updated. upstream/2.10.1-15-g50a89b2

Praveen Arimbrathodiyil praveen at debian.org
Mon May 6 13:57:07 UTC 2013


The following commit has been merged in the master branch:
commit 50a89b216ec318b76daf15d725b9293e032e9fea
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Mar 29 22:28:05 2013 +0530

    update changelong and target experimental

diff --git a/debian/changelog b/debian/changelog
index 6ad0ed7..369645b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-ruby-rspec-rails (2.13.0-1) UNRELEASED; urgency=low
+ruby-rspec-rails (2.13.0-1) experimental; urgency=low
 
   * New upstream release
+  * Update build dependencies of rspec to 2.13
+  * Add dependencies mentioned in gemspec to depends
 
  -- Praveen Arimbrathodiyil <praveen at debian.org>  Fri, 29 Mar 2013 22:02:18 +0530
 
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 3f291da..13373f1 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -6,7 +6,7 @@ module RSpecRails
 end
 
 require 'rspec/rails'
-#require 'ammeter/init'
+require 'ammeter/init'
 
 Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
 

-- 
ruby-rspec-rails.git



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