capistrano-karaf 1.6.2 → 1.6.3

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.
Files changed (2) hide show
  1. data/lib/capistrano-karaf/install.rb +3 -3
  2. metadata +1 -1
@@ -50,12 +50,12 @@ module Install
50
50
  # upgrade([{:feature_url => "mvn:repository/featurea/xml/features/1.1.0",
51
51
  # :feature => "featurea",
52
52
  # :version => "1.1.0",
53
- # :condition => gt
53
+ # :condition => :gt
54
54
  # },
55
55
  # {:feature_url => "mvn:repository/featureb/xml/features/1.2.0",
56
56
  # :feature => "featureb",
57
57
  # :version => "1.2.0",
58
- # :condition => gt
58
+ # :condition => :gt
59
59
  # },
60
60
  # {:groupId => "repository",
61
61
  # :repository => "featureb",
@@ -76,7 +76,7 @@ module Install
76
76
 
77
77
  wait_for_all_bundles(:timeout => 180, :sleeptime => 10) do |b|
78
78
  if b[:level].to_i > args[:startlevel_before_upgrade]
79
- b[:status] == "Resolved"
79
+ ["Resolved", "Installed"].include? b[:status]
80
80
  else
81
81
  true
82
82
  end
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.2
4
+ version: 1.6.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: