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.
Files changed (2) hide show
  1. data/lib/capistrano-karaf/core.rb +2 -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\-\:]+){0}
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\-\:]+){0}
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>\)
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.3'
4
+ version: 1.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: