vrt 0.4.4 → 0.4.5
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.
- checksums.yaml +4 -4
- data/lib/vrt/map.rb +1 -1
- data/lib/vrt/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e8fdb3b98ca2dc2a3d80a34195354bbd7addc48
|
|
4
|
+
data.tar.gz: d3b5aa0103b7a0f9f5c3e3a7e494e39a96c29592
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08f5fc1eceb70e117890a70c987dfcf3f050238ca89821fdee542829c7c078c3919fbead82218f21a31cca02215d0c1a8a2f773ea9c94bc1d8ddb075d44502bd'
|
|
7
|
+
data.tar.gz: cbe653d4784aea7daabb1925b6cf461b40b0a753fb5f10f94a53e83ba84b96b4aab88aa552c86c0f0974c00a161975c036183cf96d46d8677b3d986a0e0a6ee0
|
data/lib/vrt/map.rb
CHANGED
|
@@ -42,7 +42,7 @@ module VRT
|
|
|
42
42
|
|
|
43
43
|
def valid_identifier?(vrt_id)
|
|
44
44
|
# At least one string of lowercase or _, plus up to 2 more with stops
|
|
45
|
-
@_valid_identifiers[vrt_id] ||= vrt_id =~ /other|\A[a-z_]+(\.[a-z_]+){0,2}\z/
|
|
45
|
+
@_valid_identifiers[vrt_id] ||= vrt_id =~ /other|\A[a-z_\d]+(\.[a-z_\d]+){0,2}\z/
|
|
46
46
|
end
|
|
47
47
|
|
|
48
48
|
def construct_lineage(string, max_depth)
|
data/lib/vrt/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vrt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Barnett Klane
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2017-12-
|
|
13
|
+
date: 2017-12-18 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|