capistrano-karaf 1.6.8 → 1.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -93,7 +93,7 @@ module Capistrano_Karaf
93
93
  sleep args[:sleeptime]
94
94
  end
95
95
 
96
- raise 'Not all bundles pass the predicate within the timeout' unless list_bundles.all? { |b| pred.call b }
96
+ raise "Not all bundles pass the predicate within the timeout of #{args[:timeout} seconds" unless list_bundles.all? { |b| pred.call b }
97
97
  end
98
98
 
99
99
  # Wait till the predicate passes for a bundle
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-karaf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.8
4
+ version: 1.6.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: