capistrano-karaf 1.6.13 → 1.6.14

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.
@@ -133,7 +133,7 @@ module Capistrano_Karaf
133
133
  # # => true
134
134
  #
135
135
  # Returns true if the feature is installed
136
- def feature_installed? (name, version)
136
+ def feature_installed? (name, version=nil)
137
137
  feature = list_features.find {|f| f[:name]==name and (version.nil? or f[:version] == version)}
138
138
  feature[:status] == 'installed' unless feature.nil?
139
139
  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.13
4
+ version: 1.6.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: