derelict 0.5.1.travis.140 → 0.5.1.travis.143

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Y2RkY2I0YmRjNjI1NjU2NGJjYmJmMDk4NGJlNWFlNmY2OWFiZDVkNw==
4
+ OWE2NjhlMzVhNWM5YmM4ZTcyZDFlNzc2N2QyN2Y4OTYzYzNjZThhYg==
5
5
  data.tar.gz: !binary |-
6
- NDQwMzdiMmMwMmZkOGNiN2Q4NzhmZmI2YjQzYjAyMTAwZWVmMmJiMQ==
6
+ NjYxNWZhMDZlMWRmYjUxMjM2ZjIyZmNmZWVlZTIxYTBlYjMzZjIxMg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NjVmYzVmMjBlYWE0NTg4NDE5NDZmNDJhMzRmMWI1YzA2MTg0MGRlYzg3MGE3
10
- ZTc4YjMyNmFmMWZjMjY3ZjZmZWZlNWMwMjg0NGE0YTFjZDVjYmI4OWJiMDRj
11
- ZDBiZjBjN2VjYmZiYmJhY2Y4ZDIzNTJjNzI3MDU4MTRlMjQ1NjI=
9
+ NDg0ODhmYWQ4YTZiY2YyYzY3MTBiNzRmY2MwM2EyMzBmYzc5YTRhODI4MTc4
10
+ MTEyNjQ5OTM5YTQ1MDc4M2EzOGY0ZTRiNzlhMTc2MjhlYzZhOTJlMTUzMDEw
11
+ ZWM5NjM1YTEyYTMwMTNlZjQxZDY2ZDI3ZTZmNjIwYjdiNWEwZTQ=
12
12
  data.tar.gz: !binary |-
13
- MzYyZGQ3MTMwMWU1Y2VhYjVlNGE1Y2RmMGMyY2FjZjVmOTdhY2VkOGNjNWNh
14
- ZDFjOTdlMmY4ZTEyZTRlMjY5MmJlYjQzZjljZTYyMTFjNmY1MjJmZDg3ZGM3
15
- YjM2ZTJmMzIyZWVlNWQxZDNkNTE5ODFhZjEyNWU3ZDRjNTNkMWY=
13
+ M2JjZTA0MzQwZmIwNzc3NTVjYzgyOWQ0NThjNDM5OWY2NzA5YjdkMzliYjdi
14
+ YWRkZTZjMDQ4MTQ3MmQ0MzNmZmI3ZTZjMTQxYTgzOTE0MmVmYTNkNTIwYmZk
15
+ YzE3ODY1Nzk2NjMzNGIxYTBmYzgyYzU1MGUyMDdkYzQxNTgwYWQ=
@@ -14,11 +14,11 @@ module Derelict
14
14
  # 1. Plugin name, as listed in the output
15
15
  # 2. Currently installed version (without surrounding brackets)
16
16
  PARSE_PLUGIN = %r[
17
- ^(.*) # Plugin name starts at the start of the line.
18
- \ # Version is separated by a space character,
19
- \(([0-9\-_.]+)\) # contains version string surrounded by brackets
20
- $ # at the end of the line.
21
- ]x # Ignore whitespace to allow these comments.
17
+ ^(.*) # Plugin name starts at the start of the line.
18
+ \ # Version is separated by a space character,
19
+ \(([0-9\-_.]+)(, .*)?\) # contains version string surrounded by brackets
20
+ $ # at the end of the line.
21
+ ]x # Ignore whitespace to allow these comments.
22
22
 
23
23
  # Regexp to determine whether plugins need to be reinstalled
24
24
  NEEDS_REINSTALL = %r[
@@ -12,7 +12,7 @@ describe Derelict::Parser::PluginList do
12
12
  let(:output) {
13
13
  <<-END.gsub /^ +/, ""
14
14
  foo (2.3.4)
15
- bar (1.2.3)
15
+ bar (1.2.3, system)
16
16
  END
17
17
  }
18
18
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: derelict
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1.travis.140
4
+ version: 0.5.1.travis.143
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brad Feehan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-13 00:00:00.000000000 Z
11
+ date: 2014-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: log4r