[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.47_02-3-g2470d36

Alex Vandiver alexmv at bestpractical.com
Mon Mar 10 11:19:30 EDT 2014


The branch, master has been updated
       via  2470d36b29e2916c981ccc3dbbe7c35715016b74 (commit)
       via  4c9e43e1eff16a00be088d9f500ae34b30a2f2dd (commit)
       via  b6e722da3eb733679030405cfe508f332364b3cc (commit)
      from  3e2640eb212e0e7a9b148e42b5b905950ca3ea4a (commit)

Summary of changes:
 .gitignore             | 25 +++++++++++++------------
 lib/GnuPG/Interface.pm |  2 +-
 2 files changed, 14 insertions(+), 13 deletions(-)

- Log -----------------------------------------------------------------
commit b6e722da3eb733679030405cfe508f332364b3cc
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Mar 10 11:06:57 2014 -0400

    Checking in changes prior to tagging of version 0.47.
    
    Changelog diff is:

diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index 2d43220..ed5d6a9 100644
--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -28,7 +28,7 @@ use Math::BigInt try => 'GMP';
 use GnuPG::Options;
 use GnuPG::Handles;
 
-$VERSION = '0.47_02';
+$VERSION = '0.47';
 
 has $_ => (
     isa     => 'Any',

commit 4c9e43e1eff16a00be088d9f500ae34b30a2f2dd
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Mar 10 11:08:18 2014 -0400

    Make gitignore use fixed paths

diff --git a/.gitignore b/.gitignore
index fc30299..2eedc0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,12 @@
-MANIFEST
-MANIFEST.bak
-META.yml
-Makefile
-Makefile.old
-blib/
-inc/
-pm_to_blib
-test/*/*.out
-test/random_seed
-test/temp
-test/trustdb.gpg
+/MANIFEST
+/MANIFEST.bak
+/META.yml
+/Makefile
+/Makefile.old
+/blib/
+/inc/
+/pm_to_blib
+/test/*/*.out
+/test/random_seed
+/test/temp
+/test/trustdb.gpg

commit 2470d36b29e2916c981ccc3dbbe7c35715016b74
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Mar 10 11:08:35 2014 -0400

    Ignore generated MYMETA.* files

diff --git a/.gitignore b/.gitignore
index 2eedc0a..34c6624 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /test/random_seed
 /test/temp
 /test/trustdb.gpg
+/MYMETA.*
\ No newline at end of file

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list