[DRE-commits] [ruby-ice-cube] 01/02: Fix patch errors

Balasankar C balasankarc-guest at moszumanska.debian.org
Mon Dec 29 14:37:30 UTC 2014


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

balasankarc-guest pushed a commit to branch master
in repository ruby-ice-cube.

commit 8a3a06ff67e767970e6907f2d6590915b9e47fbd
Author: Balasankar C <balasankarc at autistici.org>
Date:   Mon Dec 29 19:52:54 2014 +0530

    Fix patch errors
---
 debian/changelog    |  8 ++++++++
 spec/spec_helper.rb | 10 +++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9855d64..a394f9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-ice-cube (0.11.1-2) experimental; urgency=medium
+
+  * Debian Update
+  * Fixing the spec/spec_helper.rb file which was accidentally alterd due to
+    incorrect patching 
+
+ -- Balasankar C <balasankarc at autistici.org>  Mon, 29 Dec 2014 19:51:59 +0530
+
 ruby-ice-cube (0.11.1-1) unstable; urgency=medium
 
   * Initial release (Closes: #770475)
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index eba8d65..31ac417 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,9 +1,9 @@
-#begin
-#  require 'simplecov'
-#  SimpleCov.start
-#rescue LoadError
+begin
+  require 'simplecov'
+  SimpleCov.start
+rescue LoadError
   # okay
-#end
+end
 
 require File.dirname(__FILE__) + '/../lib/ice_cube'
 

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



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