hu 1.6.2 → 1.6.3

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/hu/deploy.rb +1 -0
  3. data/lib/hu/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e031a1df488251c9ed6b88e87fdf3a75b36d5ca
4
- data.tar.gz: ba4d68505a6b59dc0167b0dd3907c0e14b59385c
3
+ metadata.gz: eb89711a93896425a001c9aac9f0ae42a24926e2
4
+ data.tar.gz: 7b761aeb4153188c4bf493d9aef23dafa388a86e
5
5
  SHA512:
6
- metadata.gz: a6654b0d94b0a6d3e7c51d8781dc91c124cb9da7c957af40d3b5a558a2e3805910c84a69f711310fea0d4f255dbd7e2ac4e11b13cd51c7eb1741ac6a6069cd12
7
- data.tar.gz: fb1f1599c86591f3138e3a138dd5f8169875fd7e7f14032958eb493ae819b7c70e45484d68958b8fa01d7484e29a7222fee1273b6959630fc45c3c43c6fa9de7
6
+ metadata.gz: 283c47e03aedb4679f8238771fd8dbcc8c851e4dd7da4e9f0e2a30ae9c980c66eb6d32da27b33beabf4e139e58534e721847e0a051812666140803ecec5925db
7
+ data.tar.gz: ef03f80e0b1208c774b2826558a96da83dc2718e3b9f97e4d5445337d6183653b2a5e10588e97bce85682ffeb63a64ed2a8be0885272dc434449284e261e1816
@@ -696,6 +696,7 @@ EOM
696
696
  begin
697
697
  # yes, this is really how rubocop
698
698
  # wants to format this... *shrug*
699
+ next true if e.length < 4
699
700
  Versionomy.parse(e)
700
701
  false
701
702
  rescue
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Hu
3
- VERSION = '1.6.2'
3
+ VERSION = '1.6.3'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.2
4
+ version: 1.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - moe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-15 00:00:00.000000000 Z
11
+ date: 2018-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler