Package: ruby-notiffany / 0.1.3-5

Metadata

Package Version Patches format
ruby-notiffany 0.1.3-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix uninitialized constant notiffany version.patch | (download)

spec/notiffany_spec.rb | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix "uninitialized constant notiffany::version" test failure
fix images path.patch | (download)

lib/notiffany/notifier/base.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix images path
do_not_use_git_ls files.patch | (download)

notiffany.gemspec | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not use `git ls-files`
fix hash argument matching with rspec mocks 3.10.3 and ruby 3+.patch | (download)

spec/lib/notiffany/notifier/detected_spec.rb | 2 1 + 1 - 0 !
spec/lib/notiffany/notifier/growl_spec.rb | 12 7 + 5 - 0 !
spec/lib/notiffany/notifier/rb_notifu_spec.rb | 66 36 + 30 - 0 !
spec/lib/notiffany/notifier/terminal_notifier_spec.rb | 47 31 + 16 - 0 !
4 files changed, 75 insertions(+), 52 deletions(-)

 [patch] fix hash argument matching with rspec-mocks 3.10.3 and ruby
 3+.

Passing hash and keyword values as function parameters
breaks test suite when using rspec-mocks >= v3.10.3.

fix kwargs matching with rspec mock 3.12 and ruby 3+.patch | (download)

spec/lib/notiffany/notifier_spec.rb | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 [patch] fix kwargs matching with rspec-mock 3.12 and ruby 3+.

The test seems to be broken by:

https://github.com/rspec/rspec-mocks/commit/e931e818b577172b89fb4583fc336fbcd25df36b