capistrano-karaf 1.3 → 1.3.1
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.
- data/lib/capistrano-karaf/core.rb +2 -2
- metadata +1 -1
@@ -164,7 +164,7 @@ module Capistrano_Karaf
|
|
164
164
|
def list_features
|
165
165
|
feature_line_matcher = %r{ (?<status> \w+){0}
|
166
166
|
(?<version> [\d\w\-\.\s]+){0}
|
167
|
-
(?<name> [\w
|
167
|
+
(?<name> [\w\-\.\:]+){0}
|
168
168
|
(?<repository> [\w\-\s\:\.]+){0}
|
169
169
|
|
170
170
|
^\[\s*\g<status>\s*\]\s\[\s*\g<version>\s*\]\s*\g<name>\s*\g<repository>
|
@@ -187,7 +187,7 @@ module Capistrano_Karaf
|
|
187
187
|
(?<blueprint> \w*){0}
|
188
188
|
(?<context> \w*){0}
|
189
189
|
(?<level> \d+){0}
|
190
|
-
(?<name> [\w\s
|
190
|
+
(?<name> [\w\s\.\-\:]+){0}
|
191
191
|
(?<version> .+){0}
|
192
192
|
|
193
193
|
^\[\s*\g<id>\]\s\[\s*\g<status>\s*\]\s\[\s*\g<blueprint>\s*\]\s\[\s*\g<context>\s*\]\s\[\s*\g<level>\s*\]\s\g<name>\s\(\g<version>\)
|