Package: ruby-gpgme / 2.0.22-1

Metadata

Package Version Patches format
ruby-gpgme 2.0.22-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 tests skip failing.patch | (download)

test/ctx_test.rb | 4 4 0 - 0 !
test/key_test.rb | 12 12 0 - 0 !
2 files changed, 16 insertions( )

 tests: skip failing
 Some tests are failing, if system libraries are in use, like in Debian.
 Accordingly, this patch skips these.
 .
 See https://github.com/ueno/ruby-gpgme/pull/128 for details.
0001 tests drop useless deps.patch | (download)

test/test_helper.rb | 10 0 10 - 0 !
1 file changed, 10 deletions(-)

 drop useless dependencies in tests
  This patch removes useless dependencies in the tests, such as coveralls and byebug.
remove mini_portile2 | (download)

gpgme.gemspec | 2 0 2 - 0 !
1 file changed, 2 deletions(-)

 remove mini_portile2 requirement
 Patch out mini_portile2 requirement, we're not using it at build time.