vrt 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/vrt/map.rb +1 -1
  3. data/lib/vrt/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 883f1b111f0d07e0f3cfd8fee0382c06b5df6d97
4
- data.tar.gz: 6c29c4d366a9dc48a5e9a4f080fd8e4e13c72a0b
3
+ metadata.gz: 8e8fdb3b98ca2dc2a3d80a34195354bbd7addc48
4
+ data.tar.gz: d3b5aa0103b7a0f9f5c3e3a7e494e39a96c29592
5
5
  SHA512:
6
- metadata.gz: ba0e927a7ae12b7262050a9ae274085f69404f880343b0d89a40bc681b392e69f1f370cedd95fc73a28433a683fd8f3205f6c7384f09a57d2c3cfffab9879308
7
- data.tar.gz: 15b48c431ff02144d73207176c9b0a3ca908abf3e6aac7ef4c4e33faf3b8f053eb8cd43bfeca83dbb7bac49348691095543ecfdb7d31ba443a8f95666c937170
6
+ metadata.gz: '08f5fc1eceb70e117890a70c987dfcf3f050238ca89821fdee542829c7c078c3919fbead82218f21a31cca02215d0c1a8a2f773ea9c94bc1d8ddb075d44502bd'
7
+ data.tar.gz: cbe653d4784aea7daabb1925b6cf461b40b0a753fb5f10f94a53e83ba84b96b4aab88aa552c86c0f0974c00a161975c036183cf96d46d8677b3d986a0e0a6ee0
@@ -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)
@@ -1,3 +1,3 @@
1
1
  module Vrt
2
- VERSION = '0.4.4'.freeze
2
+ VERSION = '0.4.5'.freeze
3
3
  end
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
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-15 00:00:00.000000000 Z
13
+ date: 2017-12-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler