[DRE-commits] [ruby-mail-gpg] 01/02: New upstream version 0.2.9

Georg Faerber georg-alioth-guest at moszumanska.debian.org
Wed Nov 16 20:16:36 UTC 2016


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

georg-alioth-guest pushed a commit to branch master
in repository ruby-mail-gpg.

commit ccfaff35f2ac732f6e1619a5a356e6fbfec8e0ec
Author: Georg Faerber <georg at riseup.net>
Date:   Wed Nov 16 21:15:13 2016 +0100

    New upstream version 0.2.9
---
 History.txt             | 4 ++++
 lib/mail/gpg/version.rb | 2 +-
 test/test_helper.rb     | 1 +
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/History.txt b/History.txt
index 1458f3f..99e4dff 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,7 @@
+== 0.2.9 2016-11-15
+
+* add missing require to test case (patch by @ge-fa)
+
 == 0.2.8 2016-10-26
 
 * fix tests with gnupg2 (patch by @duckdalbe)
diff --git a/lib/mail/gpg/version.rb b/lib/mail/gpg/version.rb
index 6d1e0fa..8d9623b 100644
--- a/lib/mail/gpg/version.rb
+++ b/lib/mail/gpg/version.rb
@@ -1,5 +1,5 @@
 module Mail
   module Gpg
-    VERSION = "0.2.8"
+    VERSION = "0.2.9"
   end
 end
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 2855f38..53016d1 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,3 +1,4 @@
+require 'open3'
 require 'test/unit'
 require 'shoulda/context'
 require 'mail-gpg'

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



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