[DRE-commits] [ruby-default-value-for] 01/01: Fix issues due to patching
Balasankar C
balasankarc-guest at moszumanska.debian.org
Mon Dec 29 12:50:20 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-default-value-for.
commit 2c6b5d4333a87a7924b8657973bece50331739b6
Author: Balasankar C <balasankarc at autistici.org>
Date: Mon Dec 29 18:14:17 2014 +0530
Fix issues due to patching
---
debian/changelog | 8 ++++++++
test.rb | 1 +
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 32141ef..70e59b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-default-value-for (3.0.0.1-2) experimental; urgency=medium
+
+ * Debian update
+ * Fixing the test.rb file which was altered in previous version due to
+ incorrect patching
+
+ -- Balasankar C <balasankarc at autistici.org> Mon, 29 Dec 2014 18:12:41 +0530
+
ruby-default-value-for (3.0.0.1-1) unstable; urgency=medium
* Initial release (Closes: #767631)
diff --git a/test.rb b/test.rb
index 8049928..cc39abe 100644
--- a/test.rb
+++ b/test.rb
@@ -18,6 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
+require 'bundler/setup'
require 'minitest/autorun'
require 'active_record'
require 'active_support/dependencies'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-default-value-for.git
More information about the Pkg-ruby-extras-commits
mailing list